Restart loops back to GNU Grub in 11.04

Asked by John Richardson

I've upgraded to Natty Narwhal when I restart a loop begins going back to GNU GRUB. Toshiba Satellite C655 is my computer upgraded from 10.10 where everything worked.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu grub2 Edit question
Assignee:
No assignee Edit question
Solved by:
Goh Lip
Solved:
Last query:
Last reply:
Revision history for this message
Goh Lip (gohlip) said :
#1

John, try to boot up at grub prompt (when grub menu appears, type 'c')
Enter the following and press 'enter' at each line.

set root=(hd0,x)
linux (hd0,x)/vmlinuz root=/dev/sdax ro
initrd (hd0,x)/initrd.img
boot

Note if your Ubuntu is at say, /dev/sda8 (hd0,8), enter as follows...

set root=(hd0,8)
linux (hd0,8)/vmlinuz root=/dev/sda8 ro
initrd (hd0,8)/initrd.img
boot

If it boots okay, then at terminal,
sudo grub-install /dev/sda (assuming sda)

ps; will send in next message if this doesn't work also
      (so as not to distract you from this)

Revision history for this message
Goh Lip (gohlip) said :
#2

If the earlier message don't work, boot up live cd, and at terminal,
sudo mount /dev/sdax /mnt
sudo grub-install --root-directory=/mnt /dev/sda

where /dev/sdax (x is a number) of the ubuntu partition
also assuming it is sda and /boot is in /

Revision history for this message
John Richardson (hypsizigus) said :
#3

The earlier message did not work. I originally did an upgrade from 10.10 to 11.04, should I have done a re-installation?
As for your second suggestion, should I burn a live CD?
Thanks

Revision history for this message
Goh Lip (gohlip) said :
#4

Yes John, burn a livecd.
Good luck.

Revision history for this message
John Richardson (hypsizigus) said :
#5

sudo mount/dev/sda5/mnt
result: command not found
sda - yes
boot in / - yes
I tried this in the terminal in system and then running the live CD and got the same answer
Am I doing something incorrectly?
John

Revision history for this message
Best Goh Lip (gohlip) said :
#6

John,
sudo <space>mount<space>/dev/sda5<space>/mnt

John, if this still doen't help with the problem, you may have a problem while upgrading; you may have to reinstall (fresh).
Back up your data first.

Good luck.

Revision history for this message
John Richardson (hypsizigus) said :
#7

A clean, instead of the upgrade, install solved my problem.
Thanks

Revision history for this message
John Richardson (hypsizigus) said :
#8

Thanks Goh Lip, that solved my question.