Hi, does anyone have any experience installing FreeBSD on the Hetzner EX44 line ?
My experience is no-go so far.
Installed FreeBSD 14.2 from :
- using rescue console; bootonly and mfsbsd no problems with installation
Then, the
Test if things works:
The usual process was selecting both disks as mirrored ( vtbd0 and vtbd1 ), ZFS, GPT. The network worked well, and the installation finished fine.
Just in case, on both disks:
Unfortunately, whatever I did, I ended up with
Could not boot: Error 0x00000001 ( https://ipxe.org/00000001 )
- installing using KVM remote CDROM -> boot only image is good until there is no network device, and
says it is not! , so I did not push for that.
My experience is no-go so far.
Installed FreeBSD 14.2 from :
- using rescue console; bootonly and mfsbsd no problems with installation
wget https://download.freebsd.org/ftp/releases/ISO-IMAGES/14.2/FreeBSD-14.2-RELEASE-amd64-bootonly.iso
qemu-system-x86_64 \
-cdrom mfsbsd-14.1-RELEASE-amd64.iso \
\
-drive format=raw,file=/dev/nvme0n1,if=virtio \
-drive format=raw,file=/dev/nvme1n1,if=virtio \
\
-display curses \
-boot d \
-m 8G
Then, the
bsdinstall
poweroff
Test if things works:
qemu-system-x86_64 \
-drive format=raw,file=/dev/nvme0n1,if=virtio \
-drive format=raw,file=/dev/nvme1n1,if=virtio \
\
-nic user,hostfwd=tcp::2222-:22 \
-display curses \
-boot d \
-m 8G
The usual process was selecting both disks as mirrored ( vtbd0 and vtbd1 ), ZFS, GPT. The network worked well, and the installation finished fine.
Just in case, on both disks:
gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 vtbd0
Unfortunately, whatever I did, I ended up with
Could not boot: Error 0x00000001 ( https://ipxe.org/00000001 )
- installing using KVM remote CDROM -> boot only image is good until there is no network device, and
dmesg
says it is not! , so I did not push for that.