123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Running a Windows 11 VM in ProxMox VE</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Proxmox,Hypervisor,VM,Virtual Machine,Virtualization,Microsoft,Windows 11,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Running a Windows 11 VM in ProxMox VE">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="05/28/2022 09:51:58 AM" />
- <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>Running a Windows 11 VM in ProxMox VE</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Log into the ProxMox web UI</li>
- <li>Select a storage from the left navigation pane to download the .iso to</li>
- <li>Select ISO Images in the left sub-navigation pane</li>
- <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>
- <li>If on ProxMox 7, click Download from URL and paste the download URL from above > Click Query URL > Click Download</li>
- <li>Right click the ProxMox node name > Create VM</li>
- <li>Type Windows11 in the name field > Next</li>
- <li>Set the Type to Microsoft Windows and select the Windows 11 iso</li>
- <li>Leave the defaults on the System tab > Next</li>
- <li>On the Hard Disk tab, set the Disk size to 32 > Next</li>
- <li>On the CPU tab, set Cores to 2 > Next</li>
- <li>On the Memory tab, set the Memory to 4096 > Next</li>
- <li>Leave the defaults on the Network tab > Next</li>
- <li>Verify the summary and click Finish</li>
- <li>Right click the Windows11 VM in the left navigation pane > Start</li>
- <li>Click console in the left sub-navigation menu</li>
- <li>Click Next</li>
- <li>Click Install Now</li>
- <li>Click I don't have a product key</li>
- <li>Select the edition you'd like to install</li>
- <li>Check the I accept box > Click Next</li>
- <li>Click Custom (advanced) > Click Next</li>
- <li>Select the drive to install to > Click Next</li>
- <li>Wait for Windows to copy files, the VM will reboot</li>
- <li>Select a Region > Click Yes</li>
- <li>Select a Keyboard layout > Click Yes</li>
- <li>Click Skip</li>
- <li>Enter a name for the VM > Click Next</li>
- <li>Select Set up for work or school > Click Next</li>
- <li>Click Sign-in options</li>
- <li>Click Join domain instead</li>
- <li>Enter a username > Click Next</li>
- <li>Enter a password > Click Next</li>
- <li>Re-type the password > Click Next</li>
- <li>Select and answer 3 security questions</li>
- <li>Uncheck everything > Click Accept</li>
- <li>Wait while updates are downloaded and installed</li>
- <li>Welcome to Windows 11</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|