Hello there,
I just did an upgrade from 11.1 to 11.2 and can not boot to OpenSUSE any more.
That happened when the first reboot was starting after finishing the upgrade from the DVD.
I tried to find the issue and use the repair system with no luck yet.
Now I get no gfx for grub
The only thing I managed is to add the windows boot section for windows but I can not seem to boot to opensuse.
device.map:
(hd1) /dev/disk/by-id/ata-ST3160815AS_5RA2LTD0
(hd2) /dev/disk/by-id/ata-ST3160815AS_5RA2LQCJ
(hd0) /dev/disk/by-id/ata-Maxtor_6L160P0_L31AHTVG
device.map.old
(hd0) /dev/disk/by-id/ata-ST3160815AS_5RA2LTD0
Notice the change of mapping here.
menu.lst after the repair + added windows section:
default 0
timeout 8
gfxmenu (hd1,2)/boot/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: other###
title winblowz
rootnoverify (hd1,0)
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX
root (hd1,2)
kernel /boot/vmlinuz root=/dev/disk/by-id/ata-ST3160815AS_5RA2LTD0-part3 repair=1 resume=/dev/disk/by-id/ata-ST3160815AS_5RA2LTD0-part2 splash=silent quiet showopts vga=0x31a
initrd /boot/initrd
The menu.lst before upgrade entries:
default 0
timeout 8
gfxmenu (hd0,2)/boot/message
##YaST - activate
title winblowz
rootnoverify (hd0,0)
chainloader +1
title openSUSE 11.1 - 2.6.27.37-0.1 - acpi=enabled
root (hd0,2)
kernel /boot/vmlinuz-2.6.27.37-0.1-pae root=/dev/disk/by-id/ata-ST3160815AS_5RA2LTD0-part3 acpi=on resume=/dev/disk/by-id/ata-ST3160815AS_5RA2LTD0-part2 splash=verbose showopts vga=0x31a
initrd /boot/initrd-2.6.27.37-0.1-pae
The sda partitioning:
Device: /dev/sda
UdevPath: pci-0000:02:00.0-scsi-0:0:0:0
UdevId: <ata-ST3160815AS_5RA2LTD0 scsi-SATA_ST3160815AS_5RA2LTD0>
Major: 8
Minor: 0
Range: 256
Cylinder: 19457
Head: 255
Sector: 63
Label: msdos
MaxPrimary: 4
ExtPossible: 1
MaxLogical: 63
SizeK: 156290904
Partition: 1 /dev/sda1 47688921 8 1 0 5937 7 primary
Partition: 2 /dev/sda2 971932 8 2 5937 121 82 primary
Partition: 3 /dev/sda3 32852925 8 3 6058 4090 83 primary boot
Partition: 4 /dev/sda4 74774542 8 4 10148 9309 f extended
Partition: 5 /dev/sda5 74766478 8 5 10148 9308 7 logical
What am I missing here?
Cheers.