Results 1 to 2 of 2
I went into the menu.lst and tried to add ubuntu back in myself.
I got as far as this,
title Ubuntu
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-23-generic ro root=UUID=a5fb9b27-e25c-4cfc-8934-77b2179724ac
boot
initrd /initrd.img-2.6.32-23-generic
...
- 07-13-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 1
Ubuntu 10.04 not working after Install Fedora 13
I went into the menu.lst and tried to add ubuntu back in myself.
I got as far as this,
title Ubuntu
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-23-generic ro root=UUID=a5fb9b27-e25c-4cfc-8934-77b2179724ac
boot
initrd /initrd.img-2.6.32-23-generic
It doesn't work, anyone care to help?
- 07-13-2010 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,946
Try adding this entry to your Fedora grub.conf file:
title Ubuntu
root (hd0,0)
kernel /boot/grub/core.img
savedefault
boot
This should be the entry to boot a Grub2 from Grub Legacy, assuming Ubuntu is on the first partition of the first hard drive. Back up your grub.conf or add this title entry to the grub.con.


Reply With Quote