0605.html 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Get the Most Out of Windows Guest VMs in ProxMox VE</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Proxmox,Windows,Optimization,Virtual Machine,Debian,Microsoft,Hypervisor,VM,Best Practice,Proxmox VE,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Get the Most Out of Windows Guest VMs in ProxMox VE">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Get the Most Out of Windows Guest VMs in ProxMox VE</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <p><em>NOTE: This tutorial assumes the Windows VM has already been installed</em></p>
  25. <ol>
  26. <li>Log into the ProxMox web UI</li>
  27. <li>Select a storage from the left navigation pane to download the driver .iso to</li>
  28. <li>Select ISO Images in the left sub-navigation pane</li>
  29. <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>
  30. <li>If on ProxMox 7, click Download from URL and paste the download URL from above &gt; Click Query URL &gt; Click Download</li>
  31. <li>Select the target Windows VM in the left navigation pane</li>
  32. <li>Shutdown the VM is it is currently running</li>
  33. <li>Select Hardware in the left sub-navigation menu</li>
  34. <li>Double click Machine &gt; Set Machine to Q35 if it is not already &gt; Click OK</li>
  35. <li>Double click the SCSI Controller &gt; Set to VirtIO SCSI if it is not already &gt; Click OK</li>
  36. <li>Double click the Hard Disk &gt; Set the Cache to Write back and check the Discard box &gt; Click OK</li>
  37. <li>Double click the Network Device &gt; Set the Model to VirtIO (paravirtualized) &gt; Click OK</li>
  38. <li>Double click the CD/DVD Drive</li>
  39. <li>Select the Use CD/DVD disc image file (iso) option &gt; Select the storage where the VirtIO driver iso was downloaded &gt; Select the virtio .iso file &gt; Click OK</li>
  40. <li>Select Options from the left navigation menu</li>
  41. <li>Double click the QEMU Guest Agent option</li>
  42. <li>Check the Use QEMU Guest Agent box &gt; Click OK</li>
  43. <li>Click console in the left sub-navigation menu</li>
  44. <li>Click Start at the top right of the window to power on the VM</li>
  45. <li>Once Windows has loaded, login</li>
  46. <li>Open File Explorer and browse to the CD/DVD drive</li>
  47. <li>Run the QEMU guest utilities installer (virtio-win-guest-tools.exe)</li>
  48. <li>Complete the installation using the default options</li>
  49. <li>Once the installation completes, restart the VM</li>
  50. </ol>
  51. <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>
  52. </div>
  53. </div>
  54. </body>
  55. </html>