Pi4 broken on 23.11 -- UEFI / ZFS root

Update: gave a shot to switching to systemd-boot today.

  1. sudo cp -a /boot/. /boot.bak
  2. sudo umount -R /boot
  3. sudo rm -r /boot/* (though preserving my raspberry pi UEFI stuff)
  4. Minor config changes such as boot.loader.systemd-boot.enable, deleting the mountpoint for my ZFS bpool, changing /boot/efi to /boot
  5. sudo nixos-rebuild --install-bootloader switch
  6. reboot

One new warning, otherwise so easy it was quite boring. Thanks for the kick in the pants, I didn’t realize it was the blessed approach in the nixos manual.

1 Like