crabhunter
Distinguished Member
Hi, I have just installed Ubuntu 9.1 and OpenSuse 11.2 on my second hard drive.
I have windows 7 on my first.
Each version of Linux has the bootloader on their root partition.
I can add entries successfully to each of them using ebcd although I have to edit the (hd0,2) to (hd1,2) for Suse.
I then added an entry for neogrub and made my best effort to add the two entries together.
All I get now when I choose the neogrub at boot time is the message "Grub" and a flashing cursor.
Here is my neogrub entry.
Any help would be appreciated.
Mike
I have windows 7 on my first.
Each version of Linux has the bootloader on their root partition.
I can add entries successfully to each of them using ebcd although I have to edit the (hd0,2) to (hd1,2) for Suse.
I then added an entry for neogrub and made my best effort to add the two entries together.
All I get now when I choose the neogrub at boot time is the message "Grub" and a flashing cursor.
Here is my neogrub entry.
Code:
default 1
timeout 5
title OpenSuse 11.2
root (hd1,2)
chainloader +1
title Ubuntu Linux 9.10
root (hd1,1)
chainloader +1
Any help would be appreciated.
Mike