qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] real cow is not working - addition


From: Jens Arm
Subject: Re: [Qemu-devel] real cow is not working - addition
Date: Thu, 5 Aug 2004 12:15:12 +0200

> Looks like real cow is not working. If I do ... I get error:
> 
> Creating org image:
> address@hidden qemu]$ qemu-img create -f raw OrosO 1G
> Formating 'OrosO', fmt=raw, size=1048576 kB
> 
> Installing ROS:
> address@hidden qemu]$ qemu -hda OrosO -cdrom ReactOS.iso -m 192 -boot d
> 
> creating the cow:
> address@hidden qemu]$ qemu-img create -b OrosO -f qcow ros
> Formating 'ros', fmt=qcow, backing_file=OrosO
> 
> Starting qemu with cow-image is failing:
> address@hidden qemu]$ qemu -hda ros -m 192        
> qemu: could not open hard disk image 'ros'

Or

I do:

qemu-img create -b OrosO -f cow ros
and then
qemu -hda ros -m 192

now qemu is starting, but I get:

Booting from Hard Disk...
read error while reading drive

and qemu is stopping

Jens




reply via email to

[Prev in Thread] Current Thread [Next in Thread]