Hello List, I'm having trouble booting with dfly-2.2.1_REL.iso in VirtualBox 2.2.4. It boots to the prompt asking for 7 options, but it seems, no matter what I try (enable/disable APCI, IOAPIC, etc), I can't get it to boot beyond that. I keep getting the error:: Fatal trap 12: page fault while in kernel mode. Is there a known fix/workaround for this problem? I'd really like to play with dragonfly, but don't have access to any dedicated hardware. -Jebnor
Hi Louis, Have you enabled the VT-x/AMD-V option in VirtualBox? It will only be available in the case your processor has virtualization extensions (Intel Core2duo/Core2quad and AMD Athlon64 x2 among others). I haven't been able to run DFBSD in VBox without it. Regards, Antonio
Yes, I'm running an Intel Core2duo with VT-x/AMD-v enabled.
Are there any particular networking/drive/etc.. configs that are
required for dfly to work? Below I have appended my dfly.xml file from
VirtualBox for reference.
Jebnor
<?xml version="1.0" encoding="UTF-8"?>
<!-- Sun VirtualBox Machine Configuration -->
<VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings"
version="1.7-linux">
<Machine uuid="{260d9718-cc2d-47ab-953d-43153b1fdc4f}" name="dfly"
OSType="FreeBSD" lastStateChange="2009-06-10T22:35:05Z">
<ExtraData>
<ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
<ExtraDataItem name="GUI/LastCloseAction" value="powerOff"/>
<ExtraDataItem name="GUI/LastWindowPostion"
value="276,73,720,447"/>
<ExtraDataItem name="GUI/Fullscreen" value="off"/>
<ExtraDataItem name="GUI/Seamless" value="off"/>
<ExtraDataItem name="GUI/AutoresizeGuest" value="on"/>
</ExtraData>
<Hardware>
<CPU count="1">
<HardwareVirtEx enabled="true"/>
</CPU>
<Memory RAMSize="1024"/>
<Boot>
<Order position="1" device="DVD"/>
<Order position="2" device="HardDisk"/>
</Boot>
<Display VRAMSize="16" monitorCount="1" accelerate3D="false"/>
<RemoteDisplay enabled="false" port="3389" authType="Null"/>
<BIOS>
<ACPI enabled="false"/>
<IOAPIC enabled="false"/>
<Logo fadeIn="true" fadeOut="true" displayTime="0"/>
<BootMenu mode="MessageAndMenu"/>
<TimeOffset value="0"/>
<PXEDebug enabled="false"/>
</BIOS>
<DVDDrive passthrough="false">
<Image uuid="{1d5f7892-85f9-41ca-ab0a-f39b4f712e64}"/>
</DVDDrive>
<FloppyDrive enabled="true"/>
<USBController enabled="false" enabledEhci="true"/>
<Network>
<Adapter slot="0" enabled="true" MACAddress="080027F54017"
cable="true" speed="0" type="Am79C973">
<NAT/>
</Adapter>
<Adapter slot="1" ...It works here on a Core2Duo on Windows XP host, with only ACPI and VT-x/AMD-V activated. Make sure that virtualization extension are properly enabled in your BIOS (if proceeds). Antonio
I just double checked, this hardware is a Coreduo, not a Core2duo so that may be it. But oddly VirtualBox checks (and shades out) the VT-x/AMD-V box. This probably means that option isn't available to me. Thanks anyway Antonio. Any other suggestions? -Jebnor
