Installing without KVM
Activate Rescue System
Tutorial URL: https://community.hetzner.com/tutorials/install-windows
apt update && apt install qemu-kvm
Download and extract the portable qemu-kvm. /tmp folder is enough for this portable qemu-kvm.
wget -qO- /tmp https://nc01.itserver.biz/index.php/s/SPNZJapRYdzLiyc/download/vkvm.tar.gz | tar xvz -C /tmp
You need to download the UEFI bios also to support more than 2TB partition.
wget -qO- /tmp https://nc01.itserver.biz/index.php/s/rSFsqLEMxb2ojtR/download/uefi.tar.gz | tar -xvz -C /tmp
Download XCP-NG ISO
cd /tmp
wget https://nc01.itserver.biz/index.php/s/XH3eKL2onxc6m4n/download/xcp-ng-8.2.1.iso
cd /
Excute the qemu-kvm for UEFI.
/tmp/qemu-system-x86_64 -bios /tmp/uefi.bin -net nic -net user,hostfwd=tcp::3389-:3389 -m 4096M -localtime -enable-kvm -cpu host,+nx -M pc -smp 2 -vga std -usbdevice tablet -k en-us -cdrom /tmp/xcp-ng-8.2.1.iso -hda /dev/nvme0n1 -boot once=d -vnc :1
65.109.25.60
AAwNKX5BXp4g94
