This answer is for others out there that DocSalvager's answer doesn't work for.
- I followed DocSalvager's use of
ls
to find the correct hard drive partition. In my case it was(hd0,msdos5)
. - Then I executed the following commands to get back to the normal grub boot loader screen.
grub rescue> set boot=(hd0,msdos5) grub rescue> set prefix=(hd0,msdos5)/boot/grub grub rescue> insmod normal grub rescue> normal
- After booting into Ubuntu I repaired the grub boot loader with the following commands from the terminal.
sudo grub-install /dev/sda
ubuntu - Recovering from 'grub rescue>' crash - Unix & Linux Stack Exchange
No comments:
Post a Comment