PDA

View Full Version : [ubuntu] grub boot menu has only a single entry



linuxdoniv
September 23rd, 2008, 09:10 AM
Hi

My boot menu has only one entry

Ubuntu 7.10, memtest86+

Please tell me how I could boot with Ubuntu


Thanks a lot for any help...

mike1821
September 23rd, 2008, 10:17 AM
In order to help you need to post your menu.lst file.

You can find this into /boot/grub/menu.lst

Use the following command to edit it:


sudo gedit /boot/grub/menu.lst

caljohnsmith
September 23rd, 2008, 02:59 PM
From your Live CD, open a terminal (applications > accessories > terminal), and do:

sudo fdisk -lu
Post the results of that, and also figure which is your Ubuntu partition in the form sdXY (like sda2 or similar) by noticing which partition is "linux" under the "system" category, and then use that as follows:

sudo mount /dev/sdXY /mnt
cat /mnt/boot/grub/menu.lst
The above should give us enough info to help you get Grub working again.