Hi,

Every installation of a kernel, including the 10.2 -> 10.3 upgrade, the 
first available and today's kernel updates have put entries like these 
in my GRUB menu.lst file (note the "root(...)" directives):

-==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==-
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3 - 2.6.22.12-0.1
    root (/dev/sdb1,0)
    kernel /boot/vmlinuz-2.6.22.12-0.1-bigsmp ...
    initrd /boot/initrd-2.6.22.12-0.1-bigsmp

###Don't change this comment - YaST2 identifier: Original name: 
failsafe###
title Failsafe -- openSUSE 10.3 - 2.6.22.12-0.1
    root (/dev/sdb1,0)
    kernel /boot/vmlinuz-2.6.22.12-0.1-bigsmp ...
    initrd /boot/initrd-2.6.22.12-0.1-bigsmp
-==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==-


The use of "/dev/sdb1" is unacceptable to the GRUB boot loader and has 
to be replaced with these:

-==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==-
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3 - 2.6.22.12-0.1
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.22.12-0.1-bigsmp ...
    initrd /boot/initrd-2.6.22.12-0.1-bigsmp

###Don't change this comment - YaST2 identifier: Original name: 
failsafe###
title Failsafe -- openSUSE 10.3 - 2.6.22.12-0.1
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.22.12-0.1-bigsmp ...
    initrd /boot/initrd-2.6.22.12-0.1-bigsmp
-==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==-


What is causing this and how can I fix it?


Randall Schulz
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to