0544.html 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Windows 11 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="Proxmox,Hypervisor,VM,Virtual Machine,Virtualization,Microsoft,Windows 11,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Windows 11 VM in ProxMox VE">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="05/28/2022 09:51:58 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 11 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 Windows 11 iso <a href="https://archive.org/download/win11insider2200065/22000.65.210704-1725.CO_RELEASE_SVC_IM_CLIENTMULTI_X64FRE_EN-US.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>Right click the ProxMox node name &gt; Create VM</li>
  32. <li>Type Windows11 in the name field &gt; Next</li>
  33. <li>Set the Type to Microsoft Windows and select the Windows 11 iso</li>
  34. <li>Leave the defaults on the System tab &gt; Next</li>
  35. <li>On the Hard Disk tab, set the Disk size to 32 &gt; Next</li>
  36. <li>On the CPU tab, set Cores to 2 &gt; Next</li>
  37. <li>On the Memory tab, set the Memory to 4096 &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>Right click the Windows11 VM in the left navigation pane &gt; Start</li>
  41. <li>Click console in the left sub-navigation menu</li>
  42. <li>Click Next</li>
  43. <li>Click Install Now</li>
  44. <li>Click I don&#39;t have a product key</li>
  45. <li>Select the edition you&#39;d like to install</li>
  46. <li>Check the I accept box &gt; Click Next</li>
  47. <li>Click Custom (advanced) &gt; Click Next</li>
  48. <li>Select the drive to install to &gt; Click Next</li>
  49. <li>Wait for Windows to copy files, the VM will reboot</li>
  50. <li>Select a Region &gt; Click Yes</li>
  51. <li>Select a Keyboard layout &gt; Click Yes</li>
  52. <li>Click Skip</li>
  53. <li>Enter a name for the VM &gt; Click Next</li>
  54. <li>Select Set up for work or school &gt; Click Next</li>
  55. <li>Click Sign-in options</li>
  56. <li>Click Join domain instead</li>
  57. <li>Enter a username &gt; Click Next</li>
  58. <li>Enter a password &gt; Click Next</li>
  59. <li>Re-type the password &gt; Click Next</li>
  60. <li>Select and answer 3 security questions</li>
  61. <li>Uncheck everything &gt; Click Accept</li>
  62. <li>Wait while updates are downloaded and installed</li>
  63. <li>Welcome to Windows 11</li>
  64. </ol>
  65. </div>
  66. </div>
  67. </body>
  68. </html>