View Single Post
  #5   (View Single Post)  
Old 1st December 2008
DNAeon DNAeon is offline
Shell Scout
 
Join Date: Sep 2008
Location: Bulgaria
Posts: 138
Default

As J65nko suggested - you should have a qemu image file.

I'm running qemu on a FreeBSD host system with no problems.

Also, right now I tested qemu under Windows XP host system and OpenBSD works fine.

These are the commands I used:
Code:
qemu-img.exe create obsd.img 4G
Code:
qemu.exe -L . -boot d -hda obsd.img -cdrom install44.iso -localtime -m 256
However I haven't tested it with LiveCD, but instead I used an OpenBSD 4.4 ISO.
__________________
"I never think of the future. It comes soon enough." - A.E

Useful links: FreeBSD Handbook | FreeBSD Developer's Handbook | The Porter's Handbook | PF User's Guide | unix-heaven.org
Reply With Quote