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

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 O

[Qemu-devel] Invocation under windows..

2005-10-09 Thread Ishwar Rattan
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 boota