Hi, i have Windows 2000, ubuntu 9.10 and openSUSE 11.2 on my system. I am using GRUB that came with openSUSE to boot all three. It used to work fine, but my Ubuntu started messing up, so i re-installed Ubuntu. I then changed using Kwrite what i think i needed to change in order to boot Ubuntu but it will not run.
the result of fdisk -l
Disk /dev/sdb: 15.4 GB, 15364339200 bytes
255 heads, 63 sectors/track, 1867 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xf5924428
Device Boot Start End Blocks Id System
/dev/sdb1 925 972 385560 5 Extended
/dev/sdb2 973 1820 6811560 83 Linux
/dev/sdb3 1821 1867 377527+ 82 Linux swap / Solaris
/dev/sdb4 1 924 7421998+ 83 Linux
/dev/sdb5 925 972 385528+ 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sda: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000080
Device Boot Start End Blocks Id System
/dev/sda1 1 2434 19551073+ b W95 FAT32
It is on dev/sdb4
this is what the menu.lst looks like
# Modified by YaST2. Last modification on Fri Dec 11 22:23:56 EST 2009
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader
default 0
timeout 8
gfxmenu (hd1,1)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 11.2
root (hd1,1)
kernel /boot/vmlinuz root=/dev/disk/by-id/ata-ST315323A_7EH00QZW-part2 resume=/dev/disk/by-id/ata-ST315323A splash=silent_7EH00QZW-part6 vga=0x305
initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE LINUX
root (hd1,1)
kernel /boot/vmlinuz root=/dev/disk/by-id/ata-ST315323A_7EH00QZW-part2 showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe
initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: other###
title Windows 2000 Professional
rootnoverify (hd0,0)
chainloader +1
#Don't change this comment - YaST2 identifier: Original name: none#
title Ubuntu booting via symlinks
root (hd 1,4)
Kernel /vmlinuz root=dev/sdb4 ro quiet splash
initrd/initrd.img
Can anybody help?
thanks