This video walks you through how to install proxmox on hetzners dedicated root console.
Comamnds Used in this Video:
1) This is used to download proxmox in rescue mode "
wget -O pve.iso "https://enterprise.proxmox.com/iso/pr..."
"
2)This is used to boot the proxmox installer
"
qemu-system-x86_64 -m 4096 -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
"
2a)You will then need to download a vnc application. Once installed go to your proxmox host ip.
https://www.realvnc.com/en/connect/do...
3) This is used to boot the proxmox node after reboot "
qemu-system-x86_64 -m 4096 -k it -drive file=/dev/nvme0n1,format=raw,media=disk,if=virtio -drive file=/dev/nvme1n1,format=raw,media=disk,if=virtio -vnc :0
"
Thank you to @DimitrisNikolakakos for issue he ran into and tips to resolve them
1) Unable to download using wget. Please check hetzner firewall rules
2)Second, I was not able to connect to VNC. My UltraVNC client was disconnected immediately after the connection was established. After some trial and error I used "-vnc :1" and I changed the port to 5901 to the VNC client and it worked.
3) Change keyboard from "-k it" to "-k en-us