https://bugzilla.novell.com/show_bug.cgi?id=449757 User ms@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449757#c2 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |lnussel@novell.com --- Comment #2 from Marcus Schaefer <ms@novell.com> 2008-11-28 04:32:32 MST --- that's interesting. I don't see these edd- links, maybe that's because I used beta4 for testing. I agree using the edd links is not a good idea especially because kiwi creates an MBR id to detect the boot device so we don't need the 0x80 address check which in many cases doesn't work for USB stick booting The following should fix this: Index: modules/KIWILinuxRC.sh =================================================================== --- modules/KIWILinuxRC.sh (revision 1799) +++ modules/KIWILinuxRC.sh (working copy) @@ -3085,6 +3085,9 @@ return fi for i in /dev/disk/by-id/*;do + if echo $i | grep -q edd-;then + continue + fi local dev=`readlink $i` dev=/dev/`basename $dev` if [ $dev = $device ];then could you give it a test ? Thanks -- 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.