Keith Goggin wrote: [...] I created testvm.qcow (20GB) OK but then couldn't execute the next step.. > > # qemu -sda /home/kg/Desktop/openSUSE-10.3Alpha4-DVD-x86_64.iso -boot d > > qemu: invalid option -- '-sda' > > Note both my HDD and DVD-ROM (Burner) are SATA II devices. > > Does qemu support SATA for both HDD and CDROM?
No, qemu emulates only IDE (see "man qemu" for list of emulated devices), you have to use -hda option here... -- Best Regards Ladislav Slezák Yast Developer ------------------------------------------------------------------------ SUSE LINUX, s.r.o. e-mail: [EMAIL PROTECTED] Lihovarská 1060/12 tel: +420 284 028 960 190 00 Prague 9 fax: +420 284 028 951 Czech Republic http://www.suse.cz/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
