Category: Oracle VirtualBox
Anything related to Oracle VirtualBox
FHD and 8×16 font for FreeBSD guests in VirtualBox
I decided to play with FreeBSD 13.3-RC1 in VirtualBox. My display is capable of 1920×1200, and we must specify this both in the VirtualBox XML file for the guest and in the guest’s /boot/loader.conf. The font specification goes in the latter file.
Read More → FHD and 8×16 font for FreeBSD guests in VirtualBoxInstalling Windows 11 21H2 October update in VirtualBox
I wanted to try out Windows 11 21H2 October update in VirtualBox but I came short when the installer thought I had unsupported (virtual) hardware.
Read More → Installing Windows 11 21H2 October update in VirtualBoxFreeBSD with UEFI in Oracle VirtualBox 6.1.18
After upgrading a test VM to 14.0-CURRENT this week, I was greeted with a large Terminus font.
Read More → FreeBSD with UEFI in Oracle VirtualBox 6.1.18Endeavours with Minix 3 and SMP
Running Minix 3 in Oracle VirtualBox is pretty straight forward. Running the development version of Minix 3 is also simple. Download and install the current release candidate, e.g. minix_R3.4.0rc4-72e11e2.iso.bz2.
Read More → Endeavours with Minix 3 and SMPUEFI, GPT, Windows 10, FreeBSD 10, and rEFInd
Over the last few days have I experimented with UEFI and GPT in VirtualBox 4.3.26. The goal was to multiboot various operating system, in this case Windows 10 Enterprise Technical Preview 9926 x64 and FreeBSD/amd64 stable/10. First, I thought of persuading the UEFI firmware to always present its boot menu. It sure beats remembering to […]
Read More → UEFI, GPT, Windows 10, FreeBSD 10, and rEFIndUEFI booting FreeBSD/amd64 stable/10 in VirtualBox 4.3.24
VirtualBox 4.3.24 is out, so I wanted to try out the UEFI version of the latest FreeBSD/amd64 stable/10 snapshot. It didn’t go well until I realised something important, however strange it may be.
Read More → UEFI booting FreeBSD/amd64 stable/10 in VirtualBox 4.3.24Configuring X.org on FreeBSD guests running in VirtualBox
Configuring X11 is more or less a dark art, and you must almost be a wizard of the Slytherine House to get modern X.org 1.14.7 working on a FreeBSD guest in VirtualBox. Nonetheless, through lots of experimentation this evening, have I finally arrived at this configuration file: Somehow, you need both the InputClass and the […]
Read More → Configuring X.org on FreeBSD guests running in VirtualBoxVirtualBox 4.3.18 and AHCI
Update 2014-11-30 Upgrading to Oracle VirtualBox 4.3.20 removed the timeout messages shown below. The bug was acknowledged in the change log as Storage: fixed an interrupt acknowledge issue causing hanging guests or slower I/O (4.3.18 regression) Since upgrading Oracle VirtualBox from 4.3.16 to 4.3.18 on my Windows 7 x64 host, most of my FreeBSD guests […]
Read More → VirtualBox 4.3.18 and AHCILocal slave port for emulators/virtualbox-ose-additions
without OpenGL and X11
I have a bunch of FreeBSD VMs running in VirtualBox. They all share a number of virtual harddrives, and among them are a virtual harddrive with the common contents of /var/db/ports. My ports configuration of emulators/virtualbox-ose-additions have the OPENGL and X11 options set. This is useless on some of my simpler VMs, as those VMs […]
Read More → Local slave port foremulators/virtualbox-ose-additions
without OpenGL and X11
Your own virtualized desktop FreeBSD lab
If you’re like me, eager to test new stuff in FreeBSD, you might as well run a virtualized FreeBSD laboratory on your desktop. I use Oracle VirtualBox, but you might as well use Microsoft Hyper-V, real hardware, or some other contraption. Couple this with ZFS and boot environments, and you’re even able to rapidly revert […]
Read More → Your own virtualized desktop FreeBSD lab