mirror of
https://github.com/PurpleComputing/InstallWindowsOnHetzner.git
synced 2026-02-03 13:13:23 +00:00
Update README.md
This commit is contained in:
@@ -81,7 +81,7 @@ Now that's the URL that our server can access anytime without any logins needed.
|
|||||||
Now close your eyes and run these commands in serial order<br>
|
Now close your eyes and run these commands in serial order<br>
|
||||||
```
|
```
|
||||||
cd /tmp
|
cd /tmp
|
||||||
wget http://mirror.hetzner.de/bootimages/windows/SW_DVD9_Win_Server_STD_CORE_2022__64Bit_English_DC_STD_MLF_X22-74290.ISO
|
wget http://mirror.hetzner.de/bootimages/windows/SW_DVD9_Win_Server_STD_CORE_2022_2108.15_64Bit_English_DC_STD_MLF_X23-31801.ISO
|
||||||
cd /
|
cd /
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -91,12 +91,12 @@ cd /
|
|||||||
|
|
||||||
For servers with no 2TB+ HDD
|
For servers with no 2TB+ HDD
|
||||||
```
|
```
|
||||||
/tmp/qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -m 2048M -localtime -enable-kvm -cpu host,+nx -M pc -smp 2 -vga std -usbdevice tablet -k en-us -cdrom /tmp/SW_DVD9_Win_Server_STD_CORE_2022__64Bit_English_DC_STD_MLF_X22-74290.ISO -hda /dev/sda -boot once=d -vnc :1
|
/tmp/qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -m 2048M -localtime -enable-kvm -cpu host,+nx -M pc -smp 2 -vga std -usbdevice tablet -k en-us -cdrom /tmp/SW_DVD9_Win_Server_STD_CORE_2022_2108.15_64Bit_English_DC_STD_MLF_X23-31801.ISO -hda /dev/sda -boot once=d -vnc :1
|
||||||
```
|
```
|
||||||
|
|
||||||
For servers with a 2TB+ HDD and UEFI
|
For servers with a 2TB+ HDD and UEFI
|
||||||
```
|
```
|
||||||
/tmp/qemu-system-x86_64 -bios /tmp/uefi.bin -net nic -net user,hostfwd=tcp::3389-:3389 -m 2048M -localtime -enable-kvm -cpu host,+nx -M pc -smp 2 -vga std -usbdevice tablet -k en-us -cdrom /tmp/SW_DVD9_Win_Server_STD_CORE_2022__64Bit_English_DC_STD_MLF_X22-74290.ISO -hda /dev/sda -boot once=d -vnc :1
|
/tmp/qemu-system-x86_64 -bios /tmp/uefi.bin -net nic -net user,hostfwd=tcp::3389-:3389 -m 2048M -localtime -enable-kvm -cpu host,+nx -M pc -smp 2 -vga std -usbdevice tablet -k en-us -cdrom /tmp/SW_DVD9_Win_Server_STD_CORE_2022_2108.15_64Bit_English_DC_STD_MLF_X23-31801.ISO -hda /dev/sda -boot once=d -vnc :1
|
||||||
```
|
```
|
||||||
|
|
||||||
## This is the VNC section
|
## This is the VNC section
|
||||||
|
|||||||
Reference in New Issue
Block a user