|
Bugzilla – Full Text Bug Listing |
| Summary: | loading openSUSE 12.1 iso from usb flash fails | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Dmitry Ashkadov <dmitry.ashkadov> |
| Component: | Installation | Assignee: | Steffen Winterfeldt <snwint> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | bwiedemann, ms |
| Version: | Milestone 1 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Dmitry Ashkadov
2011-07-25 12:45:06 UTC
Which iso? openSUSE-KDE-LiveCD-Build0136-i686.iso ok, it's probably a kiwi issue, then Well this looks again like a isohybrid problem. kiwi called it with id 0xf85b2bfc. But the iso contains: dd 2>/dev/null if=openSUSE-KDE-LiveCD-Build0136-i686.iso bs=1 count=4 skip=$((0x1b8)) | perl -e 'printf "0x%08x\n", unpack "V", <>;' 0x7fffffff that's the reason why it does not work. Steffen can you check why isohybrid wrote that id, you said this was fixed in the upstream isohybrid ? just for reference: isohybrid -id 0xf85b2bfc -type 0x83 openSUSE-KDE-LiveCD-Build0136-i686.iso fixes that problem: syslinux-3.86-7.4.x86_64 It was, but the fix had its own problems. Fixed again. *** Bug 703673 has been marked as a duplicate of this bug. *** |