On Thu, Nov 08, 2007 at 01:01:53PM -0800, Randall R Schulz wrote:
> 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?

What is in /boot/grub/devices.map ? Is /dev/sdb listed there as hd0?

Ciao, Marcus
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to