Sysadmin > LinuX > DebianWithZFS

Debian with ZFS on a rootServer from Hetzner

works at 29. Jul. 2023

  • rescue with LINUX
  • install ZFS with the openers_install script
  • follow https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/Debian%20Bullseye%20Root%20on%20ZFS.html except
  • omit zfsutils-linux in apt install --yes debootstrap gdisk zfsutils-linux
  • debootstrap bookworm /mnt instead of debootstrap bullseye /mnt
  • use the bookworm sources
  • zpool export -a fails and i need a console to zpool import -f rpool, then exit at the first boot
  • and I had to replace the eth0 interface with enp2s0 in the interface config (also at the console)