After merging 2 partitions into 1 on dual boot system under Windows XP I have these settings:
Modified by YaST2. Last modification on Wed Nov 5 22:03:50 EET 2008
default 2
timeout 10
gfxmenu (hd0,7)/boot/message
###Don’t change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3 - 2.6.22.19-0.1 (default)
kernel (hd0,7)/boot/vmlinuz-2.6.22.19-0.1-default root=/dev/sda7 vga=0x31a resume=/dev/sda6 splash=silent showopts
initrd (hd0,7)/boot/initrd-2.6.22.19-0.1-default
###Don’t change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe – openSUSE 10.3 - 2.6.22.19-0.1 (default)
kernel (hd0,7)/boot/vmlinuz-2.6.22.19-0.1-default root=/dev/sda7 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd (hd0,7)/boot/initrd-2.6.22.19-0.1-default
###Don’t change this comment - YaST2 identifier: Original name: windows###
title Windows
rootnoverify (hd0,6)
chainloader (hd0,0)+1
###Don’t change this comment - YaST2 identifier: Original name: floppy###
title Floppy
rootnoverify (hd0,6)
chainloader (fd0)+1
omitting empty partition (5)
Disk /dev/sda: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x44b044af
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2611 20972826 7 HPFS/NTFS
/dev/sda2 2612 9964 59062972+ f W95 Ext’d (LBA)
/dev/sda5 2612 8487 47198938+ 7 HPFS/NTFS
/dev/sda6 8595 8691 779121 82 Linux swap / Solaris
/dev/sda7 8692 9964 10225341 83 Linux
Originally I had /dev/sda8 where was my LINUX root partition.
Now it is /dev/sda7, but in menu.lst I still have:
“kernel (hd0,7)/boot/vmlinuz-2.6.22.19-0.1-default” which if I am not wrong is “missing” sda8.
Also in GRUB:
grub> find /boot/grub/stage1
find /boot/grub/stage1
(hd0,7)
…still sda8 which I do not have anymore.
On the other hand when I updated the kernel I had to change menu.lst settings because GRUB said that can not mount partition (hd0,6)(which I think is the correct partition after merging) and I had to change it back to (hd0,7) to resolve the problem with booting in SuSE.
Can anyone suggest how to resolve this issue.
Thanks in advance…