[Bug 506983] New: [kiwi 3.47 and above] Problems during ISO image installing
http://bugzilla.novell.com/show_bug.cgi?id=506983 Summary: [kiwi 3.47 and above] Problems during ISO image installing Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: ms@novell.com ReportedBy: qfeng@novell.com QAContact: qa@suse.de CC: awong1@novell.com, glin@novell.com Found By: --- There seems to be 2 major problems with kiwi 3.47 above (including 3.52 and 3.53): 1) While booting from ISO (in VirtualBox), it printed (cd)/boot/message: file not found and then shows the text-mode grub interface. Looking into setupBootLoaderStages() in KIWIBoot.pm, I found that if (-e $tmpdir."image/loader/message") failed and the following mv command skipped. 2) It hang and caused a system exception at: ==> Searching for boot device Looking into the kiwi boot log, the commands in searchBIOSBootDevice: file=$(ls -lt $cmpd 2>/dev/null | head -n 1); if [ -z "$file" ]; then failed and triggered a "Failed to find MBR identifier" exception. I have tested kiwi 3.41 with the same project: 3.41 proved to be fine. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=506983 Qian Feng <qfeng@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High Status Whiteboard| |kiwi Severity|Normal |Blocker -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=506983 User ms@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=506983#c1 --- Comment #1 from Marcus Schaefer <ms@novell.com> 2009-05-26 02:04:09 MDT --- 1) I wrote a lengthly mail about the changes in the gfxboot and bootsplash setup in kiwi which applies to version >= 3.52. You should have the following in your system image description for 11.1: <packages type="image"> <package name="bootsplash-branding-openSUSE" bootinclude="true" bootdelete="true"/> <package name="gfxboot-branding-openSUSE" bootinclude="true" bootdelete="true"/> ... </packages> 2) I'm going to test this today but it would be helpful if you can attach the /var/log/boot.kiwi file as usual thanks -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=506983 User qfeng@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=506983#c2 --- Comment #2 from Qian Feng <qfeng@novell.com> 2009-05-26 18:05:32 CST --- Created an attachment (id=294396) --> (http://bugzilla.novell.com/attachment.cgi?id=294396) 1st page of tail of boot.kiwi -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=506983 User qfeng@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=506983#c3 --- Comment #3 from Qian Feng <qfeng@novell.com> 2009-05-26 18:06:06 CST --- Created an attachment (id=294397) --> (http://bugzilla.novell.com/attachment.cgi?id=294397) 2nd page of tail of boot.kiwi -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=506983 User ms@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=506983#c4 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #4 from Marcus Schaefer <ms@novell.com> 2009-05-26 04:07:33 MDT --- Thanks I can reproduce issue number 2 and will provide a fix for it soon -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=506983 User qfeng@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=506983#c5 --- Comment #5 from Qian Feng <qfeng@novell.com> 2009-05-26 18:09:20 CST --- Thanks a lot! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=506983 User ms@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=506983#c6 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #6 from Marcus Schaefer <ms@novell.com> 2009-05-26 09:56:40 MDT --- bug should be fixed now. I have submitted new kiwi packages to the following projects: Virtualization:Appliances [ latest version ] openSUSE:Factory [ latest version ] SUSE:SLE-11:GA:Products:Test [ SLE11 branch ] package log: - fixed oem format="iso" install mode (bnc #506983) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=506983 User qfeng@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=506983#c7 --- Comment #7 from Qian Feng <qfeng@novell.com> 2009-05-27 11:09:23 CST --- Thanks.Both 2 problems solved. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=506983 User ms@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=506983#c8 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sndirsch@novell.com --- Comment #8 from Marcus Schaefer <ms@novell.com> 2009-11-03 04:07:03 MST --- *** Bug 550682 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=550682 -- Configure bugmail: http://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