ubuntuforums-unanswered team mailing list archive
-
ubuntuforums-unanswered team
-
Mailing list archive
-
Message #06028
Re: [Question #77576]: Ubuntu 9.04 boot entry disappeared from grub boot menu list after updating ubuntu 9.04
Question #77576 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/77576
Status: Open => Answered
Anatoly proposed the following answer:
You data still OK.
Boor form LiveCD, execute
>sudo mount|grep sda
or
>sudo mount /dev/sda1 /mnt
where 1 is number of you parition (it may be 2 or 3 or above, just find you parition with Linux)
execute (stage #2)
>find /boot|grep vmlinux
>find /boot|grep initrd
add to file menu.lst those lines
title Ubuntu, kernel
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=fccafcc7-d7cc-4594-9459-a8f0db7b9f7f ro quiet splash
initrd /boot/initrd.img-2.6.20-15-generic
quiet
and don't forger replace
"/boot/vmlinuz-2.6.20-15-generic" and "initrd /boot/initrd.img-2.6.20-15-generic"
with path on files, which found by stage #2
--
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.