[Bug 223145] New: SHIPMENT Blocker RC1: Error writing Bootloader
https://bugzilla.novell.com/show_bug.cgi?id=223145 Summary: SHIPMENT Blocker RC1: Error writing Bootloader Product: openSUSE 10.2 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Blocker Priority: P5 - None Component: Installation AssignedTo: stefan.fent@novell.com ReportedBy: aj@novell.com QAContact: jsrain@novell.com CC: jplack@novell.com, odabrunz@novell.com, aosthof@novell.com On a new installation I get reproducable (two out of two systems) an error message writing grub. For details see the screenshot and the log files (log files include grub.conf and menu.lst). -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223145 ------- Comment #1 from aj@novell.com 2006-11-21 23:35 MST ------- Created an attachment (id=106511) --> (https://bugzilla.novell.com/attachment.cgi?id=106511&action=view) Screenshot of error message -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223145 ------- Comment #2 from aj@novell.com 2006-11-21 23:36 MST ------- Created an attachment (id=106512) --> (https://bugzilla.novell.com/attachment.cgi?id=106512&action=view) Logfiles and grub files -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223145 stefan.fent@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|stefan.fent@novell.com |aosthof@novell.com ------- Comment #3 from stefan.fent@novell.com 2006-11-22 01:11 MST ------- This should do the trick: --- src/routines/lilolike.ycp.ORG 2006-11-22 09:02:32.000000000 +0100 +++ src/routines/lilolike.ycp 2006-11-22 09:05:30.000000000 +0100 @@ -1101,7 +1101,7 @@ // types. This should be the "normal" case. if ( size(DMTargetMap) == 0 ) { targetMap = filter (string k, map v, targetMap, { - return v["type"]:`CT_UNKNOWN==`CT_DMRAID; + return v["type"]:`CT_UNKNOWN==`CT_DISK; }); } else { targetMap = DMTargetMap; // If dmraid were found, only use them -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223145 aosthof@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #4 from aosthof@novell.com 2006-11-22 01:38 MST ------- Ok, the problem is fixed and a new package of yast2-bootloader is submitted to STABLE. Thus, I close this bug FIXED. -- 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, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com