![]() |
|
|||||||
| Other BSD and UNIX/UNIX-like Any other flavour of BSD or UNIX that does not have a section of its own. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|||
|
OpenBSD doesn't always place nicely with emulators..
Solution? don't boot OpenBSD in an emulator...
|
|
|||
|
Solution reverse the OS's (put BSD as the one booting the computer and windoze inside the emulator).
|
|
|||
|
I only played with qemu under OpenBSD, not under XP, so I am not sure if the following applies to qemu under XP
![]() Have you created a image file for qemu to work with? Code:
qemu-img create -f qcow2 MyQemu.disk 2G Code:
qemu -m 512 -boot d -cdrom <your.livecd.iso> -monitor stdio -L <BIOS and keymaps> MyQemu.disk
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump |
|
|||
|
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
__________________
"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 |
|
||||
|
If those are shots of guest openBSD-as-guest on a windows (xp) host, and if you're not married to qemu, I successfully run openBSD-as-guest (on XP) in VirtualBox (xVM).
Virtualbox is open source (Sun's meanings) and free. Haven't tried the LiveCD, but the native openBSD installs and runs quite well. /S
__________________
Never argue with an idiot. They will bring you down to their level and beat you with experience.
|
|
||||
|
One possibility is too small a memory system.
I have run my OpenBSD LiveCD images successfully in qemu for windows. I have found that adding -std-vga is helpful to run X. For example: C:\qemu> qemu -L . -boot d -cdrom fluxbox.i386.4.4.3.iso -std-vga -m 384
__________________
OpenBSD LiveCDs/LiveDVDs |
![]() |
| Tags |
| qemu |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Live *BSD Distribution | JMJ_coder | Other BSD and UNIX/UNIX-like | 22 | 12th February 2010 04:29 PM |
| Successfully booting NetBSD Live on a Sony Vaio PCG-GRZ530 with limited results | Mr-Biscuit | NetBSD General | 6 | 26th May 2009 11:47 AM |
| pf and xbox live | _mg_ | FreeBSD Security | 2 | 7th January 2009 09:32 PM |
| Jailed QEMU + other OS | revzalot | FreeBSD Installation and Upgrading | 3 | 29th May 2008 06:00 PM |
| Installing 64bit from scratch on a 32bit live system | an0r0c | FreeBSD Installation and Upgrading | 1 | 11th May 2008 04:16 AM |