12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Get the Most Out of Windows Guest VMs in ProxMox VE</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Proxmox,Windows,Optimization,Virtual Machine,Debian,Microsoft,Hypervisor,VM,Best Practice,Proxmox VE,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Get the Most Out of Windows Guest VMs in ProxMox VE">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Get the Most Out of Windows Guest VMs in ProxMox VE</h1>
- </div>
- <div></div>
- <div id="content">
- <p><em>NOTE: This tutorial assumes the Windows VM has already been installed</em></p>
- <ol>
- <li>Log into the ProxMox web UI</li>
- <li>Select a storage from the left navigation pane to download the driver .iso to</li>
- <li>Select ISO Images in the left sub-navigation pane</li>
- <li>If running ProxMox 6, download the VirtIO driver iso <a href="https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso" target="_blank">Download</a> and upload it to the ProxMox ISO image library</li>
- <li>If on ProxMox 7, click Download from URL and paste the download URL from above > Click Query URL > Click Download</li>
- <li>Select the target Windows VM in the left navigation pane</li>
- <li>Shutdown the VM is it is currently running</li>
- <li>Select Hardware in the left sub-navigation menu</li>
- <li>Double click Machine > Set Machine to Q35 if it is not already > Click OK</li>
- <li>Double click the SCSI Controller > Set to VirtIO SCSI if it is not already > Click OK</li>
- <li>Double click the Hard Disk > Set the Cache to Write back and check the Discard box > Click OK</li>
- <li>Double click the Network Device > Set the Model to VirtIO (paravirtualized) > Click OK</li>
- <li>Double click the CD/DVD Drive</li>
- <li>Select the Use CD/DVD disc image file (iso) option > Select the storage where the VirtIO driver iso was downloaded > Select the virtio .iso file > Click OK</li>
- <li>Select Options from the left navigation menu</li>
- <li>Double click the QEMU Guest Agent option</li>
- <li>Check the Use QEMU Guest Agent box > Click OK</li>
- <li>Click console in the left sub-navigation menu</li>
- <li>Click Start at the top right of the window to power on the VM</li>
- <li>Once Windows has loaded, login</li>
- <li>Open File Explorer and browse to the CD/DVD drive</li>
- <li>Run the QEMU guest utilities installer (virtio-win-guest-tools.exe)</li>
- <li>Complete the installation using the default options</li>
- <li>Once the installation completes, restart the VM</li>
- </ol>
- <p>Source: <a href="https://pve.proxmox.com/wiki/Windows_10_guest_best_practices" target="_blank">https://pve.proxmox.com/wiki/Windows_10_guest_best_practices</a></p>
- </div>
- </div>
- </body>
- </html>
-
|