I loaded ubuntu 10.04 done the updates rebooted and I lost grub 1.98 how do I fix this problem ? I don't think this computer likes this version of grub , because it did the same way with 9.10 .

Asked by cokecan42

Now when I boot the system computer goes to page were it tells me I need to install grub 1.98 what on earth do I need to do ????

And I did not do anything that could have caused this to happened .

Question information

Revision history for this message
Fabio Marconi (fabiomarconi) said :
#1

Hello
have you already tried a grub restore from a live session ?
Start the live session, open a terminal and run
sudo fdisk -l
appoint the partition where Ubuntu is installed (suppose /dev/sda1)
run in terminal all this commands one at time
sudo mount /dev/sda1 /mnt
sudo mount --bind /dev /mnt/dev
sudo mount --bind /proc /mnt/proc
sudo mount --bind /sys /mnt/sys
sudo chroot /mnt
grub-install /dev/sda
update-grub2
exit
cd ~
sudo umount /mnt/dev
sudo umount /mnt/proc
sudo umount /mnt/sys
sudo umount /mnt/

Reboot the system
Thanks
Fabio

Revision history for this message
Fabio Marconi (fabiomarconi) said :
#2

hello cokecan42
have you fixed this issue '
Thanks
Fabio

Revision history for this message
cokecan42 (cokecan42) said :
#3

No sir , my son and his wife had a little girl yesterday at 3:38 pm . I'm hoping to get started tonight.
------Original Message------
From: Fabio Marconi
Sender: <email address hidden>
To: A E-mail
ReplyTo: Bug 692818
Subject: [Bug 692818] Re: I loaded ubuntu 10.04 done the updates rebooted andI lost grub 1.98 how do I fix this problem ? I don't think thiscomputer likes this version of grub ,because it did the same way with 9.10 .
Sent: Dec 22, 2010 12:49 PM

hello cokecan42
have you fixed this issue '
Thanks
Fabio

--
You received this bug notification because you are a direct subscriber
of the bug.
https://bugs.launchpad.net/bugs/692818

Title:
  I loaded ubuntu 10.04 done the updates rebooted and I lost grub 1.98 how do I fix this problem ? I don't think this computer likes this version of grub , because it did the same way with 9.10 .

Status in “grub2” package in Ubuntu:
  New

Bug description:
  Now when I boot the system computer goes to page were it tells me I need to install grub 1.98 what on earth do I need to do ????

And I did not do anything that could have caused this to happened .

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/692818/+subscribe

Sent from my Verizon Wireless BlackBerry

Revision history for this message
Fabio Marconi (fabiomarconi) said :
#4

Congratulations to your son and his wife and to the grandfather......!!!
All the world can wait.
Fabio

Revision history for this message
cokecan42 (cokecan42) said :
#5

Thank You ! Yes this fixed the problem. Merry Christmas !!!
------Original Message------
From: Fabio Marconi
Sender: <email address hidden>
To: A E-mail
ReplyTo: Bug 692818
Subject: [Bug 692818] Re: I loaded ubuntu 10.04 done the updates rebooted andI lost grub 1.98 how do I fix this problem ? I don't think thiscomputer likes this version of grub ,because it did the same way with 9.10 .
Sent: Dec 22, 2010 12:49 PM

hello cokecan42
have you fixed this issue '
Thanks
Fabio

--
You received this bug notification because you are a direct subscriber
of the bug.
https://bugs.launchpad.net/bugs/692818

Title:
  I loaded ubuntu 10.04 done the updates rebooted and I lost grub 1.98 how do I fix this problem ? I don't think this computer likes this version of grub , because it did the same way with 9.10 .

Status in “grub2” package in Ubuntu:
  New

Bug description:
  Now when I boot the system computer goes to page were it tells me I need to install grub 1.98 what on earth do I need to do ????

And I did not do anything that could have caused this to happened .

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/692818/+subscribe

Sent from my Verizon Wireless BlackBerry

Revision history for this message
Fabio Marconi (fabiomarconi) said :
#6

Merry Christmas .
Thanks for the reply
I convert this bug into a question
Fabio

Revision history for this message
Fabio Marconi (fabiomarconi) said :
#7

restore grub on mbr

Revision history for this message
delance (olivier-delance) said :
#8
Revision history for this message
Tom (tom6) said :
#9

Hi :)

Have you fixed this problem yet? I think the answer is to re-install grub2 either from a "LiveCd" or from inside the installed Ubuntu. Either way is fine.

So, can you boot into the Ubuntu you installed?

If not, have you still got an Ubuntu Cd or can you make/get one? (or Usb). Put the Cd in the cd/dvd-drive and reboot the machine. This 'should' get you to a pop-up dialogue box with 2 buttons, choose "Try Ubuntu", NOT the "Install" option. This 'should' get you to a working desktop. We call this a "LiveCd session" even if you use a Usb to get here. Firefox there should be able to get you into Launchpad here.

Once you have booted into Ubuntu (or any other gnu&linux distro) please get to the command-line

Applications - Accessories - Terminal

and give us the results of this command

sudo fdisk -l

where "-l" is a lower-case "-L". This will help us to help you work through this guide from step4
https://help.ubuntu.com/community/Grub2#Reinstalling%20GRUB%202
Good luck and regards from
Tom :)

Can you help with this problem?

Provide an answer of your own, or ask cokecan42 for more information if necessary.

To post a message you must log in.