Re: [Qemu-devel] Invocation under windows..

2005-10-10 Thread Wesley Parish
qemu -boot d -cdrom [cd-image file name]

That should do it for you.  Though it might help to do a 

qemu-img -f [format-option] c.img [size] 
to make a hard disk image first, then incorporate that in the invocation at 
the top:

qemu -boot d -cdrom [cd-image file name] -hda c.img

Wesley Parish

On Mon, 10 Oct 2005 11:24, Ishwar Rattan wrote:
 I am running Win2000 system.

 I down loaded qemu-7.1-3.zip from
 dad-answers.com/download/win32/.

 Extracted it in a folder Qemu.

 From command windowd cded to the folder.

 Invocation does nothing, I get the prompt right
 back (no error messages or help etc.).

 So how can I invoke it to boot a bootable.iso
 image?

 -ishwar



 ___
 Qemu-devel mailing list
 Qemu-devel@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/qemu-devel

-- 
Clinersterton beademung, with all of love - RIP James Blish
-
Mau e ki, he aha te mea nui?
You ask, what is the most important thing?
Maku e ki, he tangata, he tangata, he tangata.
I reply, it is people, it is people, it is people.


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] Invocation under windows..

2005-10-10 Thread Jernej Simončič
On Monday, October 10, 2005, 0:24:40, Ishwar Rattan wrote:

 So how can I invoke it to boot a bootable.iso
 image?

Try adding -L ./ (or -L ./bios, depending on where your BIOS images are) to
the command-line.

-- 
 Jernej Simoncic  http://deepthought.ena.si/ 

The conclusions of most good operations research studies are obvious.
   -- The Billings Phenomenon



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel