[Bug 449785] New: Installing of GRUB fails when using live installer from a USB stick
https://bugzilla.novell.com/show_bug.cgi?id=449785 Summary: Installing of GRUB fails when using live installer from a USB stick Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: juhliarik@novell.com ReportedBy: awafaa@opensuse.org QAContact: jsrain@novell.com Found By: --- When trying to install openSUSE 11.0 via USB stick the installation of GRUB fails each time. The error I get is: GNU GRUB version 0.97 (640K lower / 3072K upper memory) [ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename. ] grub> setup --stage2=/boot/grub/stage2 (hd0) (hd0,0) Error 22: No such partition grub> quit YaST correctly recognises the partitions, but refuses to install the boot loader leaving the system useless. If I select Boot Loader Installation -> button Boot Loader Installation Detaials all i get from that is there are no options to set for current boot loader. -- 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=449785 User awafaa@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=449785#c1 --- Comment #1 from Andrew Wafaa <awafaa@opensuse.org> 2008-11-27 08:40:52 MST --- Created an attachment (id=256278) --> (https://bugzilla.novell.com/attachment.cgi?id=256278) 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=449785 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Priority|P5 - None |P3 - Medium -- 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=449785 User juhliarik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449785#c2 --- Comment #2 from Jozef Uhliarik <juhliarik@novell.com> 2009-03-18 11:09:39 MST --- The problem with ordering of disks (if you install from USB) is discribe in bug# 370221. There is cause why I "deleted" some part of code for changing order of disks. But in this case it seems to be correct. The change of order is correct but finally perl-Bootloader used other order of disks (wrong order from your point of view) There is not possible find problem exactly because there missing completed yast logs. I will try to reproduce 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.
https://bugzilla.novell.com/show_bug.cgi?id=449785 User juhliarik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449785#c3 --- Comment #3 from Jozef Uhliarik <juhliarik@novell.com> 2009-03-27 03:23:50 MST --- I tried to reproduce the problem and result is: - yast2-bootlaoder correct proposed bootloader settings and sent them to perl-Bootloader - perl-Bootloader skip proposal of yast2-bootloader and still sent back (to yast2-bootloader) settings from USB stick IMHO the problem is in perl-Bootloader. It doesn't accept any proposal from yast2-bootloader. :( You can find logs from installation below. Reassing to jreidinger. -- 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=449785 User juhliarik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449785#c4 --- Comment #4 from Jozef Uhliarik <juhliarik@novell.com> 2009-03-27 03:24:49 MST --- Created an attachment (id=282491) --> (https://bugzilla.novell.com/attachment.cgi?id=282491) yast logs from installation -- 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=449785 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 - Medium |P5 - None CC| |jsrain@novell.com AssignedTo|juhliarik@novell.com |jreidinger@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=449785 User jreidinger@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449785#c5 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High AssignedTo|jreidinger@novell.com |juhliarik@novell.com --- Comment #5 from Josef Reidinger <jreidinger@novell.com> 2009-03-31 07:28:12 MDT --- after testing bug finded in yast2-bootloader reassign back to jozo. Before fix we must test installation from liveCD, if fix doesn't break 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.
https://bugzilla.novell.com/show_bug.cgi?id=449785 User juhliarik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449785#c6 --- Comment #6 from Jozef Uhliarik <juhliarik@novell.com> 2009-03-31 08:33:49 MDT --- After small ping-pong the bug was found in Write function of yast2-bootloader. There was read settings (bootloader settings) from USB stick and original proposal was skipped. :( The problem is that for normal installation it works because bootloader settings are updated by perl-Bootloader during installation of kernel(s). But live installation doesn't install kernel packages it only copy files from USB stick. :( The fix is easy and tested. It works. -- 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=449785 User juhliarik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449785#c8 --- Comment #8 from Jozef Uhliarik <juhliarik@novell.com> 2009-03-31 08:54:35 MDT --- Created an attachment (id=283199) --> (https://bugzilla.novell.com/attachment.cgi?id=283199) fix for the bug. it is created against branch of SuSE-Code-11-Branch -- 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