Follow these instructions to rescue FreeBSD

The rescue tools are a planned feature. Please check back later.

Connect via SSH

Wait until the script reports SSH to be available (takes a few minutes) then connect.

ssh -p 1022 mfsbsd@your-host-ip

Make sure user is root

Change to root.

sudo su -

Fix a failed install: 🚧 wipe disks 🚧

Wipe existing disks, for example the zroot dataset and drives ada0 and ada1. This will destroy all data on the server disks!

./mfsbsd_clean.sh zroot ada0 ada1

Disk Tools

Regular disk tools like geom, gpart,zpool and zfs are available and can be used on attached disks.