All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] real cow is not working
@ 2004-08-05 10:07 Jens Arm
  2004-08-05 10:15 ` [Qemu-devel] real cow is not working - addition Jens Arm
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Arm @ 2004-08-05 10:07 UTC (permalink / raw)
  To: qemu-devel

Hi

Looks like real cow is not working. If I do ... I get error:

Creating org image:
[tux@tux qemu]$ qemu-img create -f raw OrosO 1G
Formating 'OrosO', fmt=raw, size=1048576 kB

Installing ROS:
[tux@tux qemu]$ qemu -hda OrosO -cdrom ReactOS.iso -m 192 -boot d

creating the cow:
[tux@tux qemu]$ qemu-img create -b OrosO -f qcow ros
Formating 'ros', fmt=qcow, backing_file=OrosO

Starting qemu with cow-image is failing:
[tux@tux qemu]$ qemu -hda ros -m 192        
qemu: could not open hard disk image 'ros'


Any hints?

Is it possible to use a cow or qcow image as base for a real cow image or do I need a raw ?

Jens

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

* Re: [Qemu-devel] real cow is not working - addition
  2004-08-05 10:07 [Qemu-devel] real cow is not working Jens Arm
@ 2004-08-05 10:15 ` Jens Arm
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Arm @ 2004-08-05 10:15 UTC (permalink / raw)
  To: qemu-devel

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

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

end of thread, other threads:[~2004-08-05 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-05 10:07 [Qemu-devel] real cow is not working Jens Arm
2004-08-05 10:15 ` [Qemu-devel] real cow is not working - addition Jens Arm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.