Remote installation of FreeBSD
- Download the special edition mfsBSD USB memstick image
: cd dir mkdir DIST fetch -o DIST https://download.freebsd.org/releases/amd64/14.2-RELEASE/base.txz fetch -o DIST https://download.freebsd.org/releases/amd64/14.2-RELEASE/kernel.txz git clone --depth 1 https://github.com/mmatuska/mfsbsd cd mfsbsd :
# dd if=mfsbsd-se-14.1-RELEASE-amd64.img of=/dev/sda bs=1M
- where
/dev/sdais the boot drive. - On FreeBSD before running this command GEOM safety features should be disabled:
# sysctl kern.geom.debugflags=16
- Reboot
- Login as root, password: mfsroot
mkdir /mnt/distmount /dev/ada0p3 /mnt/distmkdir /usr/freebsd-distcp /mnt/dist/14.1-RELEASE/*.txz /usr/freebsd-dist/umount /mnt/distbsdinstall