Description of problem: I use the following command to boot a kernel image before: qemu -hda disk.img -net nic,vlan=0,model=rtl8139 -net tap,vlan=0,ifname=tap-kerneldev -kernel /data/home/mzhicheng/Documents/prog/linux/rootfs/kerneldev/boot/vmlinuz-2.6.30kerneldev -append ip=192.168.200.101:192.168.200.1:192.168.200.1:255.255.255.0:kerneldev root=/dev/nfs nfsroot=/data/home/mzhicheng/Documents/prog/linux/emacsprj/kerneldev/../../rootfs/kerneldev,udp,nolock ro it worked before, disk.img is not a bootable disk image but with some partitions to test. After I upgrated to qemu-0.10.5-2.fc11.i586, it doesn't work any more and tell me "Booting from hard disk" and halt. Version-Release number of selected component (if applicable): qemu-0.10.5-2.fc11.i586
Thanks for the report, it is a silly regression introduced by the qemu-0.10.5-2.fc11 update A fix is currently queued up, please test: https://admin.fedoraproject.org/updates/qemu-0.10.5-3.fc11 *** This bug has been marked as a duplicate of bug 506443 ***