How do you install proxmox on hetzner root servers with zfs? I made a video last year and there has been some changes to the process. These commands should be used after you get into hetzner rescue mode. This guide was created b/c the new hetzner root servers use uefi and not bios.
1)Download the proxmox iso
wget -O pve.iso ”
2) Launch qemu and passthrough the boot cd and nvme drives
qemu-system-x86_64 -m 8192 -k en-us -boot d -cdrom ./pve.iso -drive file=/dev/nvme0n1,format=raw,media=disk,if=virtio -drive file=/dev/nvme1n1,format=raw,media=disk,if=virtio -vnc :0
3) Install proxmox
4) Reboot qemu guest and load nvme
qemu-system-x86_64 -m 8192 -k en-us -enable-kvm -bios /usr/share/ovmf/OVMF.fd -cpu host -drive file=/dev/nvme0n1,format=raw,media=disk,if=virtio -drive file=/dev/nvme1n1,format=raw,media=disk,if=virtio -vnc :0
5) Update the network interface
6) Done!
[ad_2]
source