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


** Changed in: grub (Ubuntu)
       Status: New => Incomplete

** Package changed: grub (Ubuntu) => grub2 (Ubuntu)

** Changed in: grub2 (Ubuntu)
       Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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 .

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to