10

I just upgraded from 12.04 to 14.04 and i kept getting stuck at the splash screen. I turned off quiet splash and it seems to be hanging after "Restoring resolver state..."

The only solution I've been able to find is to re-install Ubuntu, but i really do not want to have to do that!

Any ideas?

I have still not solved this issue and it is quite frustrating. Is there something I can do to give more information?

kevinzurek
  • 161
  • 1
  • 1
  • 9

5 Answers5

8

I was having this problem on an HP Mini netebook when shutting down the system, if I hit Ctrl+Alt+F7 I would see:

restoring resolver state...

These steps cleared the issue:

sudo vi /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash acpi=force”
sudo update-grub

So basically edit the grub file to add the acpi=force at the end of GRUB_CMDLINE_LINUX_DEFAULT= command.

αғsнιη
  • 36,350
4

Okay I finally fixed it, here's what I did (I have an AMD gfx card):

1) Boot into GRUB and press E to edit the configuration for Ubuntu, add the word "text" after "quiet splash" then click Ctrl+X - this boots you into the command line.

2) Update - sudo apt-get dist-upgrade

3) Force removal of AMD drivers - /usr/share/ati/amd-uninstall.sh --force

4) Re-install drivers - sudo apt-get -f install

snoop
  • 4,110
  • 9
  • 41
  • 58
kevinzurek
  • 161
  • 1
  • 1
  • 9
3

I arrived at a solution for the same problem. Go to the terminal by pressing alt+ctrl+F2 and type in the command

sudo dpkg --configure -a

and press enter. It will take a long time to process but once it is done restart your system and you will be taken to the login window...

Rinzwind
  • 309,379
0
sudo dpkg --configure -a

Fixes broken packages

Parto
  • 15,647
0

I had the same problem with a clean install on a blank hard drive on my old iMac. Here is how I fixed it:

Reboot. Hold down shift key or repeatedly tap it while it's booting up. This will take you to the grub boot loader. Choose the second option. Select recovery mode. Choose the dpkg option to upgrade or repair packages, then when that's done continue to boot.