[Bug 433057] New: boot loader installation fails to find device list
https://bugzilla.novell.com/show_bug.cgi?id=433057 Summary: boot loader installation fails to find device list Product: openSUSE 11.1 Version: Beta 1 Platform: x86-64 OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jeffm@novell.com QAContact: jsrain@novell.com Found By: --- At the end of the installation, when YaST is installing grub, it fails to find the device list so grub can't install to the partition. The "Boot Loader Location" section only shows "Nothing to select." The "boot loader installation details" window shows both sda and sdb. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=433057 User jeffm@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433057#c1 --- Comment #1 from Jeff Mahoney <jeffm@novell.com> 2008-10-07 08:15:42 MDT --- Created an attachment (id=243980) --> (https://bugzilla.novell.com/attachment.cgi?id=243980) Screen shot of failure -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=433057 User jeffm@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433057#c2 --- Comment #2 from Jeff Mahoney <jeffm@novell.com> 2008-10-07 08:26:29 MDT --- It also appears, after having booted into the rescue system, that grub wasn't installed at all. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=433057 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |yast2-maintainers@suse.de -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=433057 User aj@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433057#c3 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |jeffm@novell.com --- Comment #3 from Andreas Jaeger <aj@novell.com> 2008-10-07 12:19:02 MDT --- Jeff, please add the YaST log files (see http://en.opensuse.org/Bugs/YaST for details). -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=433057 User jeffm@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433057#c4 --- Comment #4 from Jeff Mahoney <jeffm@novell.com> 2008-10-07 13:12:11 MDT --- Created an attachment (id=244090) --> (https://bugzilla.novell.com/attachment.cgi?id=244090) YaST2 logs -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=433057 Hubert Mantel <mantel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mantel@novell.com AssignedTo|yast2-maintainers@suse.de |juhliarik@novell.com Status|NEEDINFO |NEW Info Provider|jeffm@novell.com | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=433057 User jreidinger@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433057#c5 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jreidinger@novell.com --- Comment #5 from Josef Reidinger <jreidinger@novell.com> 2008-10-08 05:07:23 MDT --- from logs I see, that metadata is correctly sent. So problem must be somewhere in metadata display. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=433057 User juhliarik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433057#c6 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |mvidner@novell.com Priority|P5 - None |P2 - High --- Comment #6 from Jozef Uhliarik <juhliarik@novell.com> 2008-10-08 06:39:13 MDT --- The problem is that scr died :( from log: .. 2008-10-07 15:09:03 <1> sled1.internal.unixthugs.org(4011) [wfm] Y2StdioFunction.cc(evaluateCall):137 Evaluating remote call to 'Bootloader_API::setMountPoints' 2008-10-07 15:09:03 <3> sled1.internal.unixthugs.org(4011) [liby2] Y2ProgramComponent.cc(receiveFromExternal):358 External program /usr/lib/YaST2/servers/scr returned invalid data. (No other error means no data at all) 2008-10-07 15:09:03 <1> sled1.internal.unixthugs.org(4011) [wfm] Y2StdioFunction.cc(evaluateCall):137 Evaluating remote call to 'Bootloader_API::setPartitions' 2008-10-07 15:09:03 <3> sled1.internal.unixthugs.org(4011) [liby2] Y2ProgramComponent.cc(receiveFromExternal):350 External program /usr/lib/YaST2/servers/scr died unexpectedly .. I am not able to reproduce it. :( It works for me. Data which were sent to perl function are valid. The definistion of function: BEGIN { $TYPEINFO{setMountPoints} = ["function", "boolean", ["map", "string", "string"]]; } sub setMountPoints($) Data sent to function: $[ "/":"/dev/sda6", "/home":"/dev/sda10", "/machboot":"/dev/sda1", "/system/SL10-AMD64":"/dev/sda2", "/system/SL10-i386":"/dev/sda3", "/system/SLES10-AMD64":"/dev/sda7", "/system/SLES10-i386":"/dev/sda8", "/system/SLES9-AMD64":"/dev/sda5" ] Martin could you check it please? If the problem is in yast2-bootloader please reassign it back. I don't know what is wrong. I have also similar bug with yast2-bootloader but it is in repair mode. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=433057 User mvidner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433057#c7 Martin Vidner <mvidner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mvidner@novell.com AssignedTo|juhliarik@novell.com |locilka@novell.com Status|NEEDINFO |NEW Info Provider|mvidner@novell.com | --- Comment #7 from Martin Vidner <mvidner@novell.com> 2008-10-09 02:32:39 MDT --- It starts to fail even earlier (y2log line 27897), after SCR is redirected to the target (y2log:27848-27882). After that, the remaining *_finish clients report "SCR::Write() did not return a boolean" The problem is not with the bootloader. The target SCR does not work. Lukas, I think the SCR switch debugger would be useful here. Maybe run the basic checks even if the switch does not return an error? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=433057 User locilka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433057#c8 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |Beta 3 --- Comment #8 from Lukas Ocilka <locilka@novell.com> 2008-10-09 13:03:41 MDT --- - Running a simple SCR Test after chrooting to the installed system in scr_switch_finish, full-test is called in case of simple test failure (bnc #433057). - yast2-installation-2.17.20 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=433057 User visnov@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433057#c9 Stanislav Visnovsky <visnov@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |visnov@novell.com Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #9 from Stanislav Visnovsky <visnov@novell.com> 2008-10-10 01:48:13 MDT --- We definitely need a way to grab y2log from the /mnt system. Without it, there is almost no chance to figure out what's wrong. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=433057 User juhliarik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433057#c13 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jcborn@novell.com --- Comment #13 from Jozef Uhliarik <juhliarik@novell.com> 2008-10-20 01:28:59 MDT --- *** Bug 424747 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=424747 -- 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.
participants (1)
-
bugzilla_noreply@novell.com