PDA

View Full Version : apt-get upgrade Now boots to GNU GRUB prompt - can't get past it



mike_johnson2
August 27th, 2016, 02:23 AM
I've been using 14.04, and just used the upgrade command.

Things happened, it asked me if I wanted to keep my grub config file or use the new one.
I chose to use the new one. It sat for a while, then rebooted.

On reboot, it brings up a GNU GRUB version 2.02 beta2-9ubuntu1.12 label at the top, with a grub prompt.

Nothing works now.

Does anybody know how to get past this???

grahammechanical
August 27th, 2016, 04:19 AM
What upgrade command? The usual apt-get update/apt-get upgrade pair of commands or some other command? Have you upgraded from 14.04 to 16.04? Please explain, "nothing works."

Several problems could be listed under "nothing works." They each have different solutions. For example, one solution to "nothing works" is re-install.

mike_johnson2
August 27th, 2016, 06:19 AM
Well, I probably was upgrading to 16.04 I figure. What ever it upgrades to when you use the upgrade command.
But I've never been in the grub screen before and I don't know how to get out.
I used apt-get upgrade, and I would love to get back to my user login prompt from the gnu grub screen.

Trogladyte
August 27th, 2016, 03:00 PM
I am no expert, but when my upgrade from 14.04 to 15.10 failed and dumped me at tty1 on reboot, this is what got me my GUI back:


sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo dpkg --configure -a

mike_johnson2
August 28th, 2016, 06:51 AM
Well, I believe the problem may have been that the upgrade was interrupted. So I did a full clean install.
I trust that more anyhow.
Thanks