https://bugzilla.novell.com/show_bug.cgi?id=795838 https://bugzilla.novell.com/show_bug.cgi?id=795838#c8 Michael Chang <mchang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |snwint@suse.com --- Comment #8 from Michael Chang <mchang@suse.com> 2013-01-02 11:09:35 UTC --- Wener,
From the very beginning the log has pointed to the root cause ..
2012-12-24 16:37:31 MILESTONE: *** WARNING: No UDEV mapping! *** It cause perl-Bootlader's GetKernelDevice() failed to translate device names to kernel device names 2012-12-24 16:53:58 MILESTONE: GRUB::GetKernelDevice: From /dev/disk/by-id/ata-ST31000528AS_5VP2Y163 to /dev/disk/by-id/ata-ST31000528AS_5VP2Y163 It should translate to sdb and output sth like this GRUB::GetKernelDevice: From /dev/disk/by-id/ata-ST31000528AS_5VP2Y163 to /dev/sdb Finally the fallback device is used (hd0) as no matched "kernel device" can be found in udevmap 2012-12-24 16:53:58 WARNING: GRUB::UnixDev2GrubDev: Unknown device/partition, using fallback 2012-12-24 16:53:58 MILESTONE: GRUB::UnixDev2GrubDev: Translated UNIX partition -> GRUB device: /dev/disk/by-id/ata-ST31000528AS_5VP2Y163-part1 to (hd0,0) 2012-12-24 16:53:58 MILESTONE: Set GRUB's root to (hd0,0) Probably udevadm info -q all -n $dev 2>/dev/null Has no output *during the update*, I can't tell why .. And an attempt to fix the issue in git commit from Steffen https://github.com/openSUSE/perl-bootloader/commit/46c82d61f4a9e12999aec16f2... Steffen any other good idea? I conclude this is udev problem for now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.