Using FreeBSD kernel from bootonly CD for last resort recovery

Posted by: admin  :  Category: FreeBSD

You accidentally deleted your production kernel?
Both your new and backup kernel are trash?

No worries. You could always use a FreeBSD setup or bootonly CD to load a fallback kernel from there.
Read more…

Enabling Serial Console on Sun Ultra 5

Posted by: admin  :  Category: Hardware

On a Sun Ultra 5 keyboard and screen are used as default input/output devices. This causes the serial port not to be used by default, at least not unless you send a keypress over an attached terminal.

To change this behaviour, two values need to be changed in OpenBoot.
Read more…

Compiling pxelinux and memdisk on FreeBSD

Posted by: admin  :  Category: FreeBSD

Building pxelinux and memdisk on FreeBSD is not as straight forward as on Linux. A fair amount of additional handwork is involved.

But don’t worry, all steps required to master this task are outlined below.
Read more…

Convert FreeBSD ISO image for PXE bootstrap

Posted by: admin  :  Category: FreeBSD

Usually ISO’s of most Linux distros use isolinux as boot loader, so these may be served up easily for pxe bootstrap through pxelinux/memdisk.

For FreeBSD this does not hold true, so the vanilla ISO’s must be converted before they can be bootstrapped.
Read more…