Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.96 KB

installing-windows-vm.md

File metadata and controls

64 lines (37 loc) · 1.96 KB

🗔 Installing Windows on a VM

Please follow along the steps below to get the VM ready.

  • Open Virtual Machine Manager and Start the Windows VM

If you encounter an OVMF/edk2 problem, check out OVMF Fix

Or you can enter the following command in terminal (only applicable this VM)

Ubuntu/Debian ➜ sudo cp /usr/share/OVMF/OVMF_CODE.fd /var/lib/libvirt/qemu/nvram/Windows10-default_VARS.fd

Fedora ➜ sudo cp /usr/share/edk2/ovmf/OVMF_CODE.fd /var/lib/libvirt/qemu/nvram/Windows10-default_VARS.fd

Arch ➜ sudo cp /usr/share/ovmf/x64/OVMF_VARS.fd /var/lib/libvirt/qemu/nvram/Windows10-default_VARS.fd

  • Click inside the VM Window and press any key when asked.

Screenshot

Screenshot

  • Select your language and keyboard input and click Next.

Screenshot

Screenshot

  • Enter your product key now, or you can skip and enter your product key after installation.

Screenshot

  • Selecting Windows 10 Pro N will install Windows 10 Pro without extra bloat.

Note: Choose Windows 10 Pro XXX or Enterprise if you need Hyper-V for Stealth VM.

Screenshot

Screenshot

  • Select Custom Install (because the other one is useless)

Screenshot

  • Click on Load Driver to install disk drivers.

Screenshot

Screenshot

  • Double-Click on CD Drive virtio-winamd64w10 and click OK.

Screenshot

  • Just click Next to select the default one.

Screenshot

  • Select Unallocated Space and click Next to begin the installation.

Screenshot

Screenshot

🎉 That's it, You have successfully installed Windows!