Okay I updated my Suse from 9.2 to 11.0 yesterday.
However, I’m having issues with Grub. At the moment I can only boot from the disk if I use the DVD. If I don’t use the DVD, I get stuck at the grub command shell, and can’t boot anything.
Here’s the output of fdsisk -lu:
Disk /dev/sda: 36.0 GB, 36000000000 bytes
255 heads, 63 sectors/track, 4376 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x32c032bf
Device Boot Start End Blocks Id System
/dev/sda1 2 1889 15165360 f W95 Ext’d (LBA)
/dev/sda2 * 1890 4376 19976796 c W95 FAT32 (LBA)
/dev/sda5 2 69 546178+ 82 Linux swap / Solaris
/dev/sda6 70 797 5847628+ 83 Linux
/dev/sda7 798 1889 8771458+ 83 Linux
Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x85e87466
Device Boot Start End Blocks Id System
/dev/sdb1 2 38913 312560640 f W95 Ext’d (LBA)
/dev/sdb5 2 38913 312560608+ 7 HPFS/NTFS
Disk /dev/sdc: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xf9ddf9dd
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 1010 8112793+ b W95 FAT32
/dev/sdc2 1011 14946 111940920 f W95 Ext’d (LBA)
/dev/sdc5 1011 4730 29880868+ b W95 FAT32
/dev/sdc6 4731 10610 47231068+ b W95 FAT32
/dev/sdc7 10611 14946 34828888+ b W95 FAT32
Here’s my menu.lst:
Modified by YaST2. Last modification on Sat Oct 18 20:22:27 MST 2008
default 0
timeout 8
gfxmenu (hd1,5)/boot/message
###Don’t change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.0 - 2.6.25.16-0.1
root (hd1,5)
kernel /boot/vmlinuz-2.6.25.16-0.1-pae root=/dev/disk/by-id/scsi-SATA_WDC_WD360GD-75GWD-WMAH91258445-part6 splash=silent showopts
initrd /boot/initrd-2.6.25.16-0.1-pae
###Don’t change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe – openSUSE 11.0 - 2.6.25.16-0.1
root (hd1,5)
kernel /boot/vmlinuz-2.6.25.16-0.1-pae root=/dev/disk/by-id/scsi-SATA_WDC_WD360GD-75GWD-WMAH91258445-part6 showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off x11failsafe
initrd /boot/initrd-2.6.25.16-0.1-pae
###Don’t change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.0
root (hd1,5)
kernel /boot/vmlinuz-2.6.25.16-0.1-pae root=/dev/disk/by-id/scsi-SATA_WDC_WD360GD-75GWD-WMAH91258445-part6 splash=silent showopts
initrd /boot/initrd-2.6.25.16-0.1-pae
###Don’t change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe – openSUSE 11.0
root (hd1,5)
kernel /boot/vmlinuz-2.6.25.16-0.1-pae root=/dev/disk/by-id/scsi-SATA_WDC_WD360GD-75GWD-WMAH91258445-part6 showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off x11failsafe
initrd /boot/initrd-2.6.25.16-0.1-pae
title Windows
rootnoverify (hd1,1)
makeactive
and for grins, here’s my device.map:
(hd1) /dev/sda
(hd0) /dev/sdc
(hd2) /dev/sdb
I’m having issues booting both my linux and windows partitions.
Any help would be great.