[Bug 224330] New: after a full installation / online_update, the XEN kernel is selected and does not boot.
https://bugzilla.novell.com/show_bug.cgi?id=224330 Summary: after a full installation / online_update, the XEN kernel is selected and does not boot. Product: openSUSE 10.2 Version: RC 2 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: seife@novell.com QAContact: jsrain@novell.com CC: jplack@novell.com OtherBugsDependingO 215208 nThis: I did a full installation (selected all patterns) from the DVD9. During stage2, the online update ran and installed a kernel update. The subsequent reboot hung in grub with "unknown executable format" or similar. -- 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=224330 ------- Comment #1 from seife@novell.com 2006-11-28 15:21 MST ------- Created an attachment (id=107300) --> (https://bugzilla.novell.com/attachment.cgi?id=107300&action=view) 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224330 ------- Comment #2 from seife@novell.com 2006-11-28 15:22 MST ------- Created an attachment (id=107301) --> (https://bugzilla.novell.com/attachment.cgi?id=107301&action=view) /boot/grub/menu.lst the menu.lst is clearly broken wrt. the xen kernel that is selected as default. -- 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=224330 jplack@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |jplack@novell.com |screening@forge.provo.novell| |.com | Severity|Major |Critical Status|NEW |ASSIGNED ------- Comment #4 from jplack@novell.com 2006-11-29 02:51 MST ------- looks bad -- 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=224330 jplack@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aj@novell.com Platform|Other |x86 ------- Comment #5 from jplack@novell.com 2006-11-29 05:16 MST ------- reproduced: /update-bootloader --add --xen --image /boot/vmlinuz-2.6.18.2-31-xen --initrd /boot/initrd-2.6.18.2-31-xen --default; gives the change: + +title Xen -- openSUSE 10.2 + + root (hd0,2) + kernel /xen.gz + kernel /vmlinuz-2.6.18.2-31-xen root=/dev/system/10.2RC1 vga=0x31a resume=/dev/system/swap splash=silent showopts + initrd /initrd-2.6.18.2-31-xen May be a blocker: ping aj! -- 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=224330 ------- Comment #6 from jplack@novell.com 2006-11-29 05:22 MST ------- this iss the fix: =================================================================== --- update-bootloader (revision 172) +++ update-bootloader (working copy) @@ -244,3 +244,3 @@ if (defined $oper{add}) { my @params = ( - type => $type eq "xen" ? "image" : $type, + type => $type, image => $opt_image, @@ -263,3 +263,3 @@ if (defined $oper{remove}) { my @params = ( - type => $type eq "xen" ? "image" : $type, + type => $type, image => $opt_image, -- 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=224330 ------- Comment #9 from aj@novell.com 2006-11-29 06:13 MST ------- Thanks, go ahead! -- 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=224330 aj@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #10 from aj@novell.com 2006-11-29 06:27 MST ------- Checked-in for RC4. -- 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=224330 jplack@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleksander.adamowski.novell@altkom.pl ------- Comment #11 from jplack@novell.com 2006-11-29 06:44 MST ------- *** Bug 224271 has been marked as a duplicate of this bug. *** -- 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=224330 lbendixs@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |greg.riedesel@wwu.edu ------- Comment #12 from lbendixs@novell.com 2006-11-30 13:41 MST ------- *** Bug 224999 has been marked as a duplicate of this bug. *** -- 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=224330 volker3204@paradise.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cheskis@post.tau.ac.il ------- Comment #13 from volker3204@paradise.net.nz 2006-12-03 00:33 MST ------- *** Bug 225611 has been marked as a duplicate of this bug. *** -- 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