qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] QEMU boot failed from harddisk: Could not read boot disk
@ 2009-07-29  1:14 Peng Huang
  2009-07-29  7:41 ` Rob Landley
  0 siblings, 1 reply; 4+ messages in thread
From: Peng Huang @ 2009-07-29  1:14 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 869 bytes --]

Hi,

I just updated my qemu to git head version, and I found the qemu can not
boot now, and the QEMU gives me message "Boot failed: could not read boot
disk". And I also found if I put the line '-drive
if=ide,index=0,media=disk,format=qcow2,file=winxp.qcow2' before 'drive
if=ide,index=2,media=cdrom,file=$CDROM \', the boot will be OK.

Below is my qemu start script.
=====================
QEMU="/home/phuang/local/bin/qemu-system-x86_64 -enable-kvm"
# QEMU="qemu-kvm"
CDROM=/dev/cdrom1
ARGS=" \
    -M pc -m 1G -smp 1 -name winxp \
    -localtime \
    -k en-us \
    -boot cda \
    -usbdevice tablet \
    -soundhw es1370 \
    -net nic,model=virtio,macaddr=54:52:00:14:35:9b,vlan=0 \
    -net tap,vlan=0,ifname=tap1,script=qemu-ifup \
    -drive if=ide,index=2,media=cdrom,file=$CDROM \
    -drive if=ide,index=0,media=disk,format=qcow2,file=winxp.qcow2 \
    $*"

[-- Attachment #2: Type: text/html, Size: 1035 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-29  9:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-29  1:14 [Qemu-devel] QEMU boot failed from harddisk: Could not read boot disk Peng Huang
2009-07-29  7:41 ` Rob Landley
2009-07-29  8:16   ` Igor Kovalenko
2009-07-29  9:08     ` Rob Landley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).