Converting a Legacy Boot to UEFI on a Windows 10 Template
If you've got a DaDesktop machine that you'd like to use for GPU or other pass-through tasks, you'll first need to convert it to UEFI boot.
We still recommend using win10-template-v53 or later, but if you'd find it more beneficial to perform the upgrade yourself, here are the steps:
- Enable the defrag service
- Create boot files on the C: drive
- Set the C: drive as Active
- Convert the system to UEFI
- Modify the kvm config to support UEFI
- Fix the DaDesktop BIOS boot option
- Upgrade the virtio-win drivers
- Disable the defrag service
- Optional: move the partition in front of the system partition to support automatic disk resizing
1. Enable the Defrag Service
- Run cmd as Administrator
- Execute:
sc config defragsvc start= demand
2. Make the C: Drive Bootable
-
In an admin command prompt, run:
bcdboot.exe c:\windows /s c:
3. Set the C: Drive as Active
- Open Disk Management
- Right-click the C: partition
- Set as Active
4. Convert the system to UEFI
- In an admin command prompt, run:
mbr2gpt.exe /concver /allowFullOS
5. Modify the kvm Config to Support UEFI
- Log in via SSH to the ddnode
- Make sure to run the command as root
-
Copy OVMF_VARS.fd and qemu.conf from a template that supports UEFI boot, e.g.:
cp /var/lib/kvm/win10-template-v51/OVMF_VARS.fd /var/lib/kvm/yourimagename/
cp /var/lib/kvm/win10-template-v51/qemu.conf /var/lib/kvm/yourimagename/
6. Fix the DaDesktop BIOS Boot Option
- Stop and start the machine using the dd4t.dadesktop.com GUI or API
- The system will boot into the UEFI Shell
- Type: "exit"
- Go to BootManagement TODO: FINISH IT
- F10 to save
- Exit the BIOS
7. Upgrade the Virt-io Drivers
Some templates might have an outdated version of the VGA driver, which can cause issues like being unable to change the resolution. To fix this:
- On your desktop, download the latest version of the drivers: https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.240-1/virtio-win-0.1.240.iso
- Install: TODO exact file name
- Reboot
8. Disable the Defrag Service
- Run cmd as Administrator
- Execute:
sc config defragsvc start= disabled
9. Optional: Move the Partition in Front of the System Partition to Support Automatic Disk Resizing
- Boot the system in Rescue mode.
- Use GParted to move the partition in front of the system partition.
- Reboot
10. Install the Idd drivers
- https://github.com/ge9/IddSampleDriver
- Download it from here: https://github.com/ge9/IddSampleDriver/releases
- Extract to C:\ (otherwise it won't work)
- Install the certificate (as root)
- Install the driver (right-click the .inf file and select Install)