Solved VirtualBox not working (yet ?) on 13.2-RELEASE

Hello everyone,

Just began to try 13.2-RELEASE and I'm encountering a problem with VirtualBox installation.
vboxdrv fails to load. Is it too early to use vbox ?

Following the usual installation process :
Code:
pkg ins -y virtualbox-ose virtualbox-ose-additions
sysrc vboxguest_enable=YES vboxservice_enable=YES vboxnet_enable=YES

echo 'vboxdrv_load="YES"' >> /boot/loader.conf

pw groupmod vboxusers -m myself

echo 'own vboxnetctl root:vboxusers' >> /etc/devfs.conf
echo 'perm vboxnetctl 0660' >> /etc/devfs.conf

reboot

Here is the dmesg :
Code:
Trying to mount root from zfs:zroot/ROOT/default []...
ada0 at ata0 bus 0 scbus0 target 0 lun 0
ada0: <VBOX HARDDISK 1.0> ATA-6 device
ada0: Serial Number VB72781ddd-2e77c158
ada0: 33.300MB/s transfers (UDMA2, PIO 65536bytes)
ada0: 30720MB (62914560 512 byte sectors)
cd0 at ata1 bus 0 scbus1 target 0 lun 0
cd0: <VBOX CD-ROM 1.0> Removable CD-ROM SCSI device
cd0: Serial Number VB2-01700376
cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present
uhub0: 12 ports with 12 removable, self powered
vboxguest0 port 0xd040-0xd05f mem 0xf0400000-0xf07fffff,0xf0800000-0xf0803fff irq 20 at device 4.0 on pci0
vboxguest: loaded successfully
KLD vboxdrv.ko: depends on kernel - not available or version mismatch
linker_load_file: /boot/modules/vboxdrv.ko - unsupported file type
intsmb0: <Intel PIIX4 SMBUS Interface> irq 23 at device 7.0 on pci0
intsmb0: intr IRQ 9 enabled revision 0
smbus0: <System Management Bus> on intsmb0
lo0: link state changed to UP
em0: link state changed to UP
Security policy loaded: MAC/ntpd (mac_ntpd)
 
Oh thank you very much !!
Don't know why I never found those messages on the forum... I understand why the Handbook only talks about ports now. I may be mistaking but I believe remembering that there was the package indicated before in the handbook.
 
I use both.
Virtualbox with FreeBSD as a host, and sometimes I make labs with FreeBSD's VM (inside Virtualbox, on FreeBSD as a host)
Thanks :-)
 
13.1 is EoL and packages are specifically build for 13.2 now.
 
The quarterly repositories have also been rebuilt, specifically for 13.2.
 
You can keep track of the package build systems here: https://pkg-status.freebsd.org

Interface is a bit daunting at first but you can see which servers are building, for what architecture, version, etc. You can even view build logs and failures for everything, but those are only accessible if you have IPv6.
 
Back
Top