0913.html 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Windows Server 2025 VM 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="Home Lab,Home Lab Ideas,Hypervisor,Install Guide,Installation Guide,Microsoft,Operating System,Server 2025,Server OS,VM,Virtual Machine,Proxmox,Proxmox VE,How To Install Server 2025 In Proxmox,Microsoft Server 2025 Install Guide,Server 2025 Installation Tutorial,Windows,Microsoft Windows,Microsoft Windows Server 2025,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Windows Server 2025 VM in Proxmox VE">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="02/24/2024 09:24:40 AM" />
  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>Running a Windows Server 2025 VM in Proxmox VE</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Log into the Proxmox web UI</li>
  27. <li>Select a storage from the left navigation pane to download the .iso to</li>
  28. <li>Select ISO Images in the left sub-navigation pane</li>
  29. <li>If running Proxmox 6, download the Server 2025 iso <a href="https://archive.org/search?query=windows+server+2025&amp;and%5B%5D=mediatype%3A%22software%22" target="_blank">Download</a> and 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 them both to the Proxmox ISO image library</li>
  30. <li>If on Proxmox 7, click Download from URL and paste the download URLs from above &gt; Click Query URL &gt; Click Download</li>
  31. <li>Right click the Proxmox node name &gt; Create VM</li>
  32. <li>Give the VM a unique ID and Name &gt; Next</li>
  33. <li>Set the Type to Microsoft Windows and Version to 11/2022 and select the Server 2025 iso, Check the box for VirtIO drivers &gt; select the VirtIO driver iso</li>
  34. <li>On the System tab, set the BIOS to SeaBIOS, Choose to enable/disable TPM and set the TPM Storage device, Check the Qemu Agent box and set the SCSI Controller to VirtIO SCSI &gt; Next</li>
  35. <li>On the Disks tab, set the Storage device and Disk size to at least 30GB, Bus/Device to VirtIO Block and Cache to Write back &gt; Next</li>
  36. <li>On the CPU tab, set Cores to 2 or more and the Type to host &gt; Next</li>
  37. <li>On the Memory tab, set the Memory to 4096 or more &gt; Next</li>
  38. <li>Leave the defaults on the Network tab &gt; Next</li>
  39. <li>Verify the summary and click Finish</li>
  40. <li>Select the Server 2025 VM &gt; Hardware</li>
  41. <li>Click the Add dropdown &gt; CD/DVD Drive</li>
  42. <li>Double click the new CD/DVD Drive &gt; Select Use CD/DVD disc image file (iso) &gt; Select the storage where the VirtIO driver iso was downloaded &gt; Select the virtio .iso file &gt; Click OK</li>
  43. <li>Right click the Server 2025 VM in the left navigation pane &gt; Start</li>
  44. <li>Click console in the left sub-navigation menu</li>
  45. <li>If prompted, press a key to boot to the CD/DVD drive</li>
  46. <li>Set the Language settings &gt; Click Next</li>
  47. <li>Set the Keyboard settings &gt; Click Next</li>
  48. <li>Click the I agree everything will be deleted checkbox &gt; Click Next</li>
  49. <li>Enter a product key or select I don&#39;t have a product key &gt; Click Next</li>
  50. <li>Select the desired edition &gt; Click Next</li>
  51. <li>On the License Terms screen click Accept</li>
  52. <li>Click Load Driver &gt; Browse &gt; Expand the VirtIO driver disc &gt; Navigate to amd64\2k22 &gt; Click OK &gt; Next</li>
  53. <li>With the Unallocated Space selected, click Next</li>
  54. <li>Click Install</li>
  55. <li>Wait for Windows to copy files, the VM will reboot several times</li>
  56. <li>If prompted, enter a Product Key or click Do this later</li>
  57. <li>Enter and confirm a password for the Administrator account &gt; Click Finish</li>
  58. <li>Select the Keyboard icon &gt; Ctrl-Alt-Del</li>
  59. <li>Input the administrator password and login</li>
  60. <li>Welcome to Windows Server 2025</li>
  61. </ol>
  62. <h2>Optional Steps</h2>
  63. <ol>
  64. <li>Open File Explorer &gt; Navigate into the VirtIO Disc &gt; Right click virtio-win-guest-tools.exe &gt; Run as administrator</li>
  65. <li>Step through the installer, accepting all the defaults</li>
  66. <li>After the installation completes shutdown the VM</li>
  67. <li>Back in the Proxmox web UI, select Hardware from the left sub-navigation menu</li>
  68. <li>Select the CD/DVD drive with the VirtIO iso attached &gt; Remove &gt; Yes</li>
  69. <li>Double click the remaining CD/DVD drive &gt; Select Do not use any media &gt; Click OK</li>
  70. <li>Click Start at the top right of the screen restart the VM</li>
  71. <li>Click console in the left sub-navigation menu</li>
  72. </ol> </div>
  73. </div>
  74. </body>
  75. </html>