FreeBSD Kernel Upgrade

Prepare for the worst

(good to do on a regular basis anyway)

The Fixit mode

This is avaliable from the install CDROM. Enter the fixit mode from the Menu and insert the Live/Fixit Disk (be sure to wait until the CD has fully registered before continuing)

Mounting the root partition. This turns out to be a little more complicated than expected:

  1. cp /mnt2/dev/MAKEDEV /dev
  2. vi /dev/MAKDEV, change /sbin/mknod to /mnt2/sbin/mknod
  3. vi /etc/group, and add the lines:
  4. cd dev
  5. ./MAKEDEV $ROOT_DEV, where ROOT_DEV is probably something like /dev/ad0s1a
  6. mount -t ufs /dev/$ROOT_DEV /mnt

Integrated Configuration tool

The text mode configuration tool is "/stand/sysinstall"