I am trying to install a Linux VM for testing under VirtualBox, I configure the VM indicating Linux OS and loading ISO install cd in cdrom virtual unit.
The VM starts but the screen remains black forever, it doesn't appear any BIOS or cdrom boot menu.
I have changed some parameters like VGA card type, disabled sound, network, proved all acceleration types and changed chipsets but any of the combinations works.
I can't see any error message, but the VM doesnt start.
When I start the VM I get:
I have followed that guide to install it but using binary packages instead:
VirtualBox version: virtualbox-ose-6.1.32_3
My loader.conf content:
My rc.conf:
Any suggestion?
The VM starts but the screen remains black forever, it doesn't appear any BIOS or cdrom boot menu.
I have changed some parameters like VGA card type, disabled sound, network, proved all acceleration types and changed chipsets but any of the combinations works.
I can't see any error message, but the VM doesnt start.
When I start the VM I get:
Code:
Apr 22 20:48:55 Garrus kernel: vboxdrv: XXXXXXXXXXXXXXXX VMMR0.r0
Apr 22 20:48:55 Garrus kernel: vboxdrv: XXXXXXXXXXXXXXXX VBoxDDR0.r0
Apr 22 20:48:55 Garrus kernel: VMMR0InitVM: eflags=40246 fKernelFeatures=0x2 (SUPKERNELFEATURES_SMAP=1)
I have followed that guide to install it but using binary packages instead:
VirtualBox version: virtualbox-ose-6.1.32_3
My loader.conf content:
Code:
security.bsd.allow_destructive_dtrace=0
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
cryptodev_load="YES"
zfs_load="YES"
vmm_load="YES"
vboxdrv_load="YES"
coretemp_load="YES"
kern.racct.enable=1
kern.elf64.aslr.enable=1
kern.elf32.aslr.enable=1
screen.font="6x12"
My rc.conf:
Code:
vboxnet_enable="YES"
devfs_system_ruleset="system"
Any suggestion?
Last edited by a moderator: