VirtualBox 3.2.4 Kernel Panic at Boot

Kris Moore kris at pcbsd.org
Fri Jun 18 17:27:51 UTC 2010


Running VirtualBox 3.2.4 here on 8.1-Beta1 - amd64:

FreeBSD pcbsd-5315 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #1: Tue Jun  1 
22:41:58 UTC 2010     
root at build8x64.pcbsd.org:/usr/obj/storage/builds/pcbsd-build81-x64/fbsd-source/8.1/sys/PCBSD  
amd64

Got the new VB 3.2.4 built, and installed. Works just fine when I first 
load and kldload the modules. However when I go to reboot, the vbox 
modules are causing a kernel panic almost immediately after ZFS inits:

http://www.pcbsd.org/~kris/VBoxCrash3.2.4.jpg

Disabling the vboxdrv / flt / adp modules causes it to boot normally 
again. The kernel is pretty much just GENERIC with some ALTQ / pf goodies:

http://trac.pcbsd.org/browser/pcbsd/stable/system-overlay/usr/PCBSD/conf/PCBSD

Note that 3.1.8 works just fine on this system...

Here's the /boot/loader.conf:

kern.ipc.shmseg=1024
kern.ipc.shmmni=1024

# Enable the splash screen
vesa_load="YES"
splash_pcx_load="YES"
bitmap_load="YES"
bitmap_name="/boot/loading-screen.pcx"

# Load Wireless Support
if_ipw_load="YES"
if_iwi_load="YES"
if_wpi_load="YES"
if_iwn_load="YES"
legal.intel_ipw.license_ack=1
legal.intel_iwi.license_ack=1
legal.intel_wpi.license_ack=1
legal.intel_iwn.license_ack=1

# Enable usb Webcam Support
cuse4bsd_load="YES"
pwc_load="YES"

# Load mmc card-reader support
mmc_load="YES"
mmcsd_load="YES"

# Load additional sata device support
ahci_load="YES"
siis_load="YES"
sdhci_load="YES"

# Load support for scd
scd_load="YES"

# Load sound-support
sound_load="YES"
snd_uaudio_load="YES"

# Load geom support
geom_journal_load="YES"
geom_uzip_load="YES"
geom_mirror_load="YES"
geom_eli_load="YES"

# Load File-System Support
libiconv_load="YES"
libmchain_load="YES"
cd9660_iconv_load="YES"
msdosfs_iconv_load="YES"
ntfs_load="YES"
ntfs_iconv_load="YES"
udf_load="YES"
udf_iconv_load="YES"
zfs_load="YES"
tmpfs_load="YES"
sem_load="YES"
vfs.root.mountfrom="zfs:tank0"
nvidia_load="YES"


Any ideas?

-- 
Kris Moore
PC-BSD Software
iXsystems



More information about the freebsd-emulation mailing list