0860.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Fix Proxmox Windows VM Reporting Incorrect Memory Usage</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Browser Based,Home Lab,Home Lab Ideas,Hypervisor,Install Guide,Web Based,Web Based Tools,Microsoft,Proxmox,VM,Virtual Machine,Virtualization,Windows 11,Windows 10,Windows Server,Linux,Memory,RAM,Memory Monitor,Memory Reporting,Proxmox Step By Step,Proxmox Tutorial,Proxmox VE,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Fix Proxmox Windows VM Reporting Incorrect Memory Usage">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="12/18/2022 01:14:19 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Fix Proxmox Windows VM Reporting Incorrect Memory Usage</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>What are VirtIO Drivers?</h2>
  26. <blockquote><em>VirtIO Drivers are paravirtualized drivers for kvm/Linux. In short, they enable direct (paravirtualized) access to devices and peripherals for virtual machines using them, instead of slower, emulated, ones. -<a href="https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers" target="_blank">https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers</a></em></blockquote>
  27. <h2>Configuring VM Settings</h2>
  28. <ol>
  29. <li>Log into the Proxmox web UI</li>
  30. <li>Select a storage from the left navigation pane to download an .iso file to</li>
  31. <li>Select ISO Images in the left sub-navigation pane</li>
  32. <li>If running ProxMox 6, download the VirtIO Windows .iso <a href="https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-win.iso" target="_blank">Download</a> and upload it to the ProxMox ISO image library</li>
  33. <li>If on ProxMox 7, click Download from URL and paste the download URL from above &gt; Click Query URL &gt; Click Download</li>
  34. <li>Expand the Proxmox node in the left navigation and select the Windows VM</li>
  35. <li>Select Hardware from the left sub-navigation menu</li>
  36. <li>Double click the CD/DVD drive &gt; Select the Storage with the VirtIO .iso &gt; Select the VirtIO .iso &gt; Click OK</li>
  37. <li>Select Options from the left sub-navigation menu</li>
  38. <li>Double click the QEMU Guest Agent option &gt; Check the Use QEMU Guest Agent box &gt; Click OK</li>
  39. <li>Click Start to power on the VM</li>
  40. <li>Click console in the left sub-navigation menu</li>
  41. </ol>
  42. <h2>Installing VirtIO Drivers and QEMU Guest Agent</h2>
  43. <ol>
  44. <li>Log into Windows</li>
  45. <li>Open File Explorer &gt; Navigate to the CD/DVD drive</li>
  46. <li>Launch virtio-win-guest-tools.exe</li>
  47. <li>Step through the VirtIO-Win installer accepting all the defaults</li>
  48. <li>Restart the Windows VM</li>
  49. </ol>
  50. <h2>Troubleshooting</h2>
  51. <ol>
  52. <li>If Proxmox still isn&#39;t reporting the correct memory usage, navigate to VM &gt; Hardware &gt; Memory</li>
  53. <li>Check the Advanced option &gt; Make sure ballooning is enabled &gt; Click OK</li>
  54. <li>Stop then Start the VM for the change to take effect</li>
  55. </ol> </div>
  56. </div>
  57. </body>
  58. </html>