diff --git a/README.md b/README.md index acf3c6e..f042131 100644 --- a/README.md +++ b/README.md @@ -132,10 +132,14 @@ A lightweight, memory-safe, and blazingly fast Rust-based type-1 research hyperv Get-Content -Path $logFilePath -Wait ``` +![VMware Workstation Boot Options](./images/vmware_firmware.png) + 4. **Navigate to the USB Drive** In the UEFI Shell, navigate to the USB drive and run the `loader.efi` file. +![VMware Workstation UEFI Shell](./images/vmware_uefi.png) + 5. **Start the Hypervisor** The hypervisor will start, followed by the Windows Boot Manager (`bootmgfw.efi`) to boot into Windows. diff --git a/images/vmware_firmware.png b/images/vmware_firmware.png new file mode 100644 index 0000000..9abc13e Binary files /dev/null and b/images/vmware_firmware.png differ diff --git a/images/vmware_uefi.png b/images/vmware_uefi.png new file mode 100644 index 0000000..35220d9 Binary files /dev/null and b/images/vmware_uefi.png differ