Ubuntu bootloader stuck at restoring resolver state after upgrading to 14.04

11,535

My Ubuntu 14.04.3 LTS VM was hanging at Restoring resolver state. I found the guidance in this link helpful:Boot hangs at "Restoring resolver state."

The basic repair presented is:

  1. Open a virtual console by pressing Ctrl+Alt+F2.  (I am not using a GUI, so I logged in using PuTTY.)
  2. Log in
  3. Execute sudo apt-get -f install
  4. Execute sudo shutdown -r now

Repeat steps 1-4 as as necessary.

You might try interspersing step 3 with sudo apt-get update and sudo apt-get upgrade until you get the desired results.

Share:
11,535

Related videos on Youtube

Admin
Author by

Admin

Updated on September 18, 2022

Comments

  • Admin
    Admin over 1 year

    I upgraded after Ubuntu 13.10 to 14.04. However after the upgrade, the system restarted. But got stuck with a black screen displaying the message:

    Starting VMware services: [OK]
    Virtual machine monitor     done
    Virtual machine communication interface done
    VM communication interface socket family done
    Blocking file system done
    Virtual ethernet done
    VMware Authentication Daemon done
    Shared memory available done
    speech-dispatcher disabled; edit /etc/default/speech-dispatcher
    Starting VirtualBox Kernel modules ...failed!
      (modprobe vdoxdrv failed. Please use 'dmseg' to find out why)
    saned disabled; edit /etc/default/saned
    
    * Restoring resolver state...   [OK]
    

    And the system is stuck at this point for hours. Unable to access even the console, hence unable to do anything.

    I can't format my system as it contains all my project codes and other important data.

    • Giacomo1968
      Giacomo1968 about 10 years
      StackOverflow is a coding site. This question should be on SuperUser or better yet, AskUbuntu: askubuntu.com