[ale] Qemu experiences (or.....wow!)

John Wells jb at sourceillustrated.com
Mon Feb 28 08:31:47 EST 2005


Ennogaddado Vito said:
> I've been toying with it, myself...  I can't get it to boot anything on
> a floppy or in the CD drive.  I've been using variations on this command:
>
> qemu -boot a /dev/fd0
>
> or
>
> qemu -boot d /dev/cdrom

Well, the -boot flag only tells it which device to boot from if you've
specified multiple devices.  You still need to tell qemu where the cdrom
and floppy are.

Change your command to:

qemu -boot a -fda /dev/fd0
or
qemu -boot d -cdrom /dev/cdrom

Since you're only using one device, you can shorten it by removing the
boot flag, like so:

qemu -cdrom /dev/cdrom

HTH,

John



More information about the Ale mailing list