[Bug 225023] New: After changing bootloader location with yast2-bootloader, the bootloader is not reinitialized
https://bugzilla.novell.com/show_bug.cgi?id=225023 Summary: After changing bootloader location with yast2- bootloader, the bootloader is not reinitialized Product: openSUSE 10.2 Version: RC 4 Platform: i586 OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Installation AssignedTo: odabrunz@novell.com ReportedBy: stefan.fent@novell.com QAContact: jsrain@novell.com CC: jplack@novell.com, aj@novell.com, stefan.fent@novell.com when changing bootloader location _after_ installation, eg from MBR to boot partition, the bootloader is not written. -- 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=225023 odabrunz@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #1 from odabrunz@novell.com 2006-11-30 12:56 MST ------- Yes. Unfortunately changes by the user in the bootloader location are not detected and the code that re-installs the bootloader code is not executed. The workaround is to change the bootloader location, then go to "Other" -> "Write bootloader boot code to disk". -- 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=225023 odabrunz@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|odabrunz@novell.com |ke@novell.com Status|ASSIGNED |NEW ------- Comment #2 from odabrunz@novell.com 2006-11-30 12:57 MST ------- Karl, Stefan Fent says we need a release note for this. Please assign the bug back to me when you are done. -- 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=225023 ke@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ke@novell.com |odabrunz@novell.com ------- Comment #3 from ke@novell.com 2006-12-01 01:04 MST ------- I propose the following snippet: <!-- bug 225023 --> <sect3 status="2006-12-01" id="writing-boot-loader"> <title>Changing Boot Loader Location</title> <para> Changes of the boot loader location are not detected by &yast; and the script that re-installs the boot loader code is not executed. The workaround is to change the boot loader location, then select "Other" -> "Write bootloader boot code to disk" explicitly.</para> </sect3> -- 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=225023 ------- Comment #4 from aj@novell.com 2006-12-01 01:31 MST ------- Shouldn't we release an online update asap? This happens only in the installed system, doesn't it? -- 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=225023 ------- Comment #5 from stefan.fent@novell.com 2006-12-01 01:41 MST ------- Yes. Yes. -- 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=225023 jplack@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|odabrunz@novell.com |jplack@novell.com Status|NEW |ASSIGNED ------- Comment #6 from jplack@novell.com 2006-12-01 03:32 MST ------- Yes, this is really a problem (grub only): Here's the fix: --- src/generic/boot_loader_locations_widget.ycp (revision 34687) +++ src/generic/boot_loader_locations_widget.ycp (working copy) @@ -76,2 +76,5 @@ void BLL_Store (string widget, map event symbol BLL_Handle (string key, map event) { + if (event["EventReason"]:"" == "ValueChanged") { + BootCommon::location_changed = true; + } return generic_Handle (key, event); -- 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=225023 jplack@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #7 from jplack@novell.com 2006-12-01 04:18 MST ------- Yesss!! 2006-12-01 12:16:31 <1> ravel(31323) [YCP] bootloader/routines/lib_iface.ycp:310 Updating bootloader configuration 2006-12-01 12:16:31 <1> ravel(31323) [YCP] bootloader/routines/lib_iface.ycp:312 return value from updateBootloader: true 2006-12-01 12:16:31 <1> ravel(31323) [YCP] bootloader/routines/misc.ycp:775 Installing to floppy: false 2006-12-01 12:16:31 <1> ravel(31323) [YCP] bootloader/routines/lib_iface.ycp:323 Initializing bootloader 2006-12-01 12:16:32 <1> ravel(31323) [YCP] BootGRUB.ycp:756 GRUB return value: true ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2006-12-01 12:16:32 <1> ravel(31323) [YCP] bootloader/routines/misc.ycp:775 Installing to floppy: false 2006-12-01 12:16:32 <1> ravel(31323) [YCP] bootloader/routines/i386.ycp:99 MBR of /dev/sda contains ThinkPad sequence: false 2006-12-01 12:16:32 <1> ravel(31323) [YCP] bootloader/routines/misc.ycp:775 Installing to floppy: false 2006-12-01 12:16:32 <1> ravel(31323) [YCP] clients/bootloader.ycp:266 Finishing bootloader configuration module New package 2.14.14, submitted to STABLE, please copy to 10.2. -- 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