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
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
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