https://bugzilla.novell.com/show_bug.cgi?id=727974 https://bugzilla.novell.com/show_bug.cgi?id=727974#c0 Summary: FirmwareUpdateKit: non bootable small cd images created Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: x86-64 OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: haveaniceday@cv-sv.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Firefox/7.0.1 SeaMonkey/2.4.1 This might be a genisoimage bug. A small 3GB cd-image created with fuk (FirmwareUpdateKit) does not boot. Reproducible: Always Steps to Reproduce: 1. create a small isoimage ( ~3MB ) 2. try to start with qemu -cdrom <isoimage> Shell commands to create such images: TMPDIR=/tmp/fuk.err mkdir -p $TMPDIR cd $TMPDIR || exit 99 rm -f empty cdimage() { echo "create ${BLOCKS}M image." dd if=/dev/zero bs=1M count=$BLOCKS of=$TMPDIR/empty fuk -iso /tmp/fuk.$BLOCKS.iso * } BLOCKS=4 cdimage echo "/tmp/fuk.$BLOCKS.iso boots with qemu -cdrom /tmp/fuk.$BLOCKS.iso" BLOCKS=3 cdimage echo "/tmp/fuk.$BLOCKS.iso doesn't boot with qemu -cdrom /tmp/fuk.$BLOCKS.iso" # The small image does not boot with qemu. the larger does. Actual Results: The small image does not boot. Expected Results: The small image should boot also the size is small. genisoimage might be the cause of the error. Just adding some zeros to fwupdate.img for the 3MB image creates a bootable cd. dd if=/dev/zero count=2 bs=1M >> fwupdate.img ... genisoimage -o ... Addings just to the iso-image itself does not help. ( if qemu should be the source of the error) -- 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.