jus tried triple booting xp, ubuntu and opensuse. result: failure!
i had xp and ubuntu 9.10 dual booting previously, added opensuse 11.2 just now and the grub seems to have disappeared, wen i start my machine now i just get three options - opensuse 11.2, windows, failsafe opensuse
what do i do???
this is my output of fdisk -l if u need it. please help !!!
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe603e603
Device Boot Start End Blocks Id System
/dev/sda1 1 5357 43030071 7 HPFS/NTFS
/dev/sda2 * 5358 18643 106719795 f W95 Ext’d (LBA)
/dev/sda5 5358 12998 61376301 7 HPFS/NTFS
/dev/sda6 16155 18519 18996831 83 Linux
/dev/sda7 18520 18643 995998+ 82 Linux swap / Solaris
/dev/sda8 12999 16154 25350538+ 83 Linux
I think Grub2 (Ubuntu’s grub) got removed when you installed OpenSUSE. By default this installs a Grub version of it’s own.
Can you post the content of /boot/grub/menu.lst?
Also have a look at this page: Configuring Grub with YAST
The rest of the page might also be of some help.
I am uncertain wether the ubuntu version of GRUB2 can be recovered. Maybe someone else can help with this. I personally find OpenSUSE’s grub better looking lol!
#Don't change this comment - YaST2 identifier: Original name: none#
title Ubuntu booting via symlinks
root (hd0,9)
kernel /vmlinuz root=/dev/sda8 ro quiet splash
initrd /initrd.img
add that onto the end of your /boot/grub/menu.lst. I beleive that is the code if not let me know. If that is not the code it will not mess up booting xp and suse.