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 rEFInd

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.24

I had a FreeBSD setup I wanted to replicate to another, identical computer. The source system runs ZFS and so should the receiving system. A recursive snapshot in combination with the zfs send and zfs receive commands proved most fruitful.

Read More → Replicating an entire FreeBSD system using ZFS

I have (successfully) attempted to migrate a running i386 stable/9 system into a running amd64 stable/9 system, and attempted to migrate a running i386 stable/10 system into a running amd64 stable/10 system, only to see if these tasks are in fact feasible. The results speaks for themselves, given the boundary conditions outlined below. If your […]

Read More → Migrating FreeBSD from i386 to amd64

While pondering why darkstat all of a sudden shows corrupted timestamps when running on FreeBSD/amd64 stable/9, I wrote a small program to decode the export format. The program is available using svn co svn://svn.ximalas.info/darkstattype or http://svnweb.ximalas.info/darkstattype/. The license is the 2-clause BSD license.

Read More → Decoding darkstat’s export format

See http://lists.freebsd.org/pipermail/freebsd-xen/2013-August/001681.html and http://lists.freebsd.org/pipermail/freebsd-xen/2013-August/001683.html. [R]emove [the] DVD device from [the] problem[atic] virtual machine: # xe vm-list params=uuid name-label=”<your-vm-name>” # xe vbd-list empty=true params=uuid vm-uuid=<your-vm-UUID> # xe vbd-destroy uuid=<vbd-UUID> I can confirm the above steps really makes a FreeBSD stable/9 amd64 XENHVM kernel tick on XenServer 6.2.0. stable/10 and head works out of the box without […]

Read More → Making a FreeBSD/amd64 XENHVM kernel boot on XenServer 6.2.0

Jeg børstet støvet av noen tilårskomne filer forleden dag. Jeg fant et lite program som jeg skrev en gang i 2000. Programmet teller ned til slutten av Unix-epoken. Den opprinnelige definisjonen av datatypen time_t, 32-bit heltall med fortegn, vil få overflyt i midten av januar 2038. Moderne 64-bit OS som FreeBSD/amd64 9.0 har for lengst […]

Read More → endofepoch.c