[Bug 703673] New: LiveUSB bad MBR-ID
https://bugzilla.novell.com/show_bug.cgi?id=703673 https://bugzilla.novell.com/show_bug.cgi?id=703673#c0 Summary: LiveUSB bad MBR-ID Classification: openSUSE Product: openSUSE 12.1 Version: Milestone 2 Platform: i686 OS/Version: SuSE Other Status: NEW Severity: Major Priority: P5 - None Component: Live Medium AssignedTo: coolo@novell.com ReportedBy: bwiedemann@novell.com QAContact: qa@suse.de Found By: --- Blocker: --- MS2 and several Factory LiveCD-i686 isos since 2011-06-18 had 7fffffff as MBR-ID making it fail to boot from HDD or USB mass storage. Steps To Reproduce: for f in factory/iso/openSUSE-*iso -mtime -40 ; do dd if=$f bs=1 skip=440 count=4 2>/dev/null | od -tx4|grep -q 7fffffff && echo bad $f ; done bad factory/iso/openSUSE-GNOME-LiveCD-i686-Build0060-Media.iso bad factory/iso/openSUSE-GNOME-LiveCD-i686-Build0063-Media.iso bad factory/iso/openSUSE-GNOME-LiveCD-i686-Build0067-Media.iso bad factory/iso/openSUSE-GNOME-LiveCD-i686-Build0069-Media.iso bad factory/iso/openSUSE-GNOME-LiveCD-i686-Build0071-Media.iso bad factory/iso/openSUSE-GNOME-LiveCD-i686-Build0072-Media.iso bad factory/iso/openSUSE-GNOME-LiveCD-i686-Build0097-Media.iso bad factory/iso/openSUSE-KDE-LiveCD-i686-Build0059-Media-.iso bad factory/iso/openSUSE-KDE-LiveCD-i686-Build0060-Media.iso bad factory/iso/openSUSE-KDE-LiveCD-i686-Build0061-Media.iso bad factory/iso/openSUSE-KDE-LiveCD-i686-Build0062-Media.iso bad factory/iso/openSUSE-KDE-LiveCD-i686-Build0063-Media.iso bad factory/iso/openSUSE-KDE-LiveCD-i686-Build0071-Media.iso bad factory/iso/openSUSE-KDE-LiveCD-i686-Build0072-Media.iso bad factory/iso/openSUSE-KDE-LiveCD-i686-Build0089-Media.iso bad factory/iso/openSUSE-KDE-LiveCD-i686-Build0090-Media.iso bad factory/iso/openSUSE-KDE-LiveCD-i686-Build0092-Media.iso bad factory/iso/openSUSE-KDE-LiveCD-i686-Build0093-Media.iso bad factory/iso/openSUSE-KDE-LiveCD-i686-Build0095-Media.iso bad factory/iso/openSUSE-KDE-LiveCD-i686-Build0096-Media.iso bad factory/iso/openSUSE-KDE-LiveCD-i686-Build0097-Media.iso -- 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=703673 https://bugzilla.novell.com/show_bug.cgi?id=703673#c1 Bernhard Wiedemann <bwiedemann@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@novell.com AssignedTo|coolo@novell.com |snwint@novell.com --- Comment #1 from Bernhard Wiedemann <bwiedemann@novell.com> 2011-07-19 09:43:35 CEST --- I finally found out why some of those isos had a bad MBR id: when isohybrid from syslinux-4 is called (on a 32bit system) with -i 0x80000000 or above, the value will be clipped to 0x7fffffff before being written into MBR thus causing it not to be found on USB-boot. As the default is to use a random id, this would cause 50% of isos to be bad. there are two possible ways to solve this: a) the most significant bit is cleared early enough (e.g. &=0x7fffffff right after parsing the -i param and after generating a random id value) b) the whole code is made to work cleanly with 32-bit/unsigned id values -- 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=703673 https://bugzilla.novell.com/show_bug.cgi?id=703673#c2 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pd.crone@gmail.com --- Comment #2 from Stephan Kulow <coolo@novell.com> 2011-08-02 12:27:51 CEST --- *** Bug 709432 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=709432 -- 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=703673 https://bugzilla.novell.com/show_bug.cgi?id=703673#c3 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High CC| |aj@novell.com --- Comment #3 from Andreas Jaeger <aj@novell.com> 2011-08-07 09:23:36 UTC --- This seems to hit quite a lot of systems, raising priority. -- 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=703673 https://bugzilla.novell.com/show_bug.cgi?id=703673#c4 Steffen Winterfeldt <snwint@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE Severity|Major |Critical --- Comment #4 from Steffen Winterfeldt <snwint@novell.com> 2011-08-08 10:22:41 CEST --- fixed some time ago *** This bug has been marked as a duplicate of bug 708043 *** http://bugzilla.novell.com/show_bug.cgi?id=708043 -- 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