[Bug 697389] New: LiveUSB boot broken - no devices matches MBR identifier
https://bugzilla.novell.com/show_bug.cgi?id=697389 https://bugzilla.novell.com/show_bug.cgi?id=697389#c0 Summary: LiveUSB boot broken - no devices matches MBR identifier Classification: openSUSE Product: openSUSE 12.1 Version: Milestone 1 Platform: PC OS/Version: SuSE Other Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: ms@novell.com ReportedBy: bwiedemann@novell.com QAContact: qa@suse.de CC: coolo@novell.com Found By: --- Blocker: --- http://openqa.opensuse.org/results/?sort=-7&hours=900&match=usbboot shows last working: Build0015 2011-05-06 first failing: Build0019 2011-05-25 http://openqa.opensuse.org/opensuse/video/openSUSE-GNOME-LiveCD-x86_64-Build... has some extra kiwidebug output after 0:24 Reproducible: Always -- 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=697389 https://bugzilla.novell.com/show_bug.cgi?id=697389#c1 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |bwiedemann@novell.com Severity|Major |Critical --- Comment #1 from Marcus Schaefer <ms@novell.com> 2011-06-01 09:23:45 UTC --- the movie is nice but I should have the entire log file /var/log/boot.kiwi at hand. Would you mind to attach it. This can be done best if you attach another v-disk to the qemu run and store the file on it while in the kiwi debugging console. Thanks * does booting the iso as iso work ? qemu -cdrom file.iso ... * I have tested the Factory kiwi with 11.4 and there it still works for me. So this looks related to another change, what about isohybrid does it still work the same way as before ? kiwi calls isohybrid as follows isohybrid -id 0x828b28e6 -type 0x83 \ /tmp/mytest/LimeJeOS-openSUSE-11.4.i686-1.11.4.iso * I'm very concerned about the fdisk output you sent in the movie. It displayed: Device Boot Start End Blocks Id System /dev/vda1p1 * 0 1409023 704512 0 Empty there is no System identified and I bed the mount of vda1 will fail which is the reason why the mbrid can't be found. If booting as cdrom works this is imho a bug in the partition table written by isohybrid In my test Id is 83 and System is Linux -- 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=697389 https://bugzilla.novell.com/show_bug.cgi?id=697389#c2 Bernhard Wiedemann <bwiedemann@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|bwiedemann@novell.com | --- Comment #2 from Bernhard Wiedemann <bwiedemann@novell.com> 2011-06-01 13:50:46 CEST --- Created an attachment (id=432473) --> (http://bugzilla.novell.com/attachment.cgi?id=432473) boot.kiwi -- 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=697389 https://bugzilla.novell.com/show_bug.cgi?id=697389#c3 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |bwiedemann@novell.com --- Comment #3 from Marcus Schaefer <ms@novell.com> 2011-06-01 12:11:07 UTC --- Thanks, hmm the id's doesn't match '[' 0x03cf49a2 = 0x48ae0841 ']' this is pretty strange. Do you have the build log for this image at hand ? Other than that could you do the following test: isohybrid -id 0x48ae0841 -type 0x83 file.iso dd if=file.iso bs=1 count=4 skip=$((0x1b8))|hexdump -n4 -e '"0x%08x\n"' The dd call should print the same id compared to the value of the -id parameter. You should also find this id in the kiwi create log for this image build -- 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=697389 https://bugzilla.novell.com/show_bug.cgi?id=697389#c4 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |silviu_marin-caea@otpbank.r | |o --- Comment #4 from Marcus Schaefer <ms@novell.com> 2011-06-03 07:17:32 UTC --- *** Bug 694762 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=694762 -- 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=697389 https://bugzilla.novell.com/show_bug.cgi?id=697389#c5 --- Comment #5 from Marcus Schaefer <ms@novell.com> 2011-06-07 09:16:15 UTC --- any news here ? -- 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=697389 https://bugzilla.novell.com/show_bug.cgi?id=697389#c6 Bernhard Wiedemann <bwiedemann@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |snwint@novell.com InfoProvider|bwiedemann@novell.com | --- Comment #6 from Bernhard Wiedemann <bwiedemann@novell.com> 2011-06-07 20:24:14 CEST --- I do not have much info on the build process. Factory LiveCD isos are built in OBS, so you might find logs at https://build.opensuse.org/stage/project/monitor?project=openSUSE%3AFactory%... and you can check the isos at http://download.opensuse.org/factory/iso/ I also tried isohybrid on Factory and it seemed to silently reject 0x hex notation for both -id and -type. But this worked: isohybrid -id 305419896 -type 131 file.iso dd if=file.iso bs=1 count=4 skip=$((0x1b8))|hexdump -n4 -e '"0x%08x\n"' 0x12345678 fdisk -l $iso also showed type=0 instead of 83 from this. -- 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=697389 https://bugzilla.novell.com/show_bug.cgi?id=697389#c7 --- Comment #7 from Steffen Winterfeldt <snwint@novell.com> 2011-06-08 10:53:31 CEST --- syslinux 4 comes with a C-rewrite of isohybrid perl script. The option parsing has indeed been changed not to accept hex numbers. I'll talk to upstream if this was intentional. -- 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=697389 https://bugzilla.novell.com/show_bug.cgi?id=697389#c8 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |snwint@novell.com --- Comment #8 from Marcus Schaefer <ms@novell.com> 2011-06-08 11:22:58 UTC --- this is a pretty bad change because it's incompatible to what we had before :( Thanks for checking this -- 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=697389 https://bugzilla.novell.com/show_bug.cgi?id=697389#c9 Steffen Winterfeldt <snwint@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|snwint@novell.com | AssignedTo|ms@novell.com |snwint@novell.com --- Comment #9 from Steffen Winterfeldt <snwint@novell.com> 2011-06-09 11:30:07 CEST --- The bug will be fixed upstream, I'll put the patch into factory. -- 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=697389 https://bugzilla.novell.com/show_bug.cgi?id=697389#c10 Steffen Winterfeldt <snwint@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #10 from Steffen Winterfeldt <snwint@novell.com> 2011-06-09 11:49:35 CEST --- sr #73071 -- 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