|
@@ -0,0 +1,78 @@
|
|
|
+ <!DOCTYPE html>
|
|
|
+ <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
+ <head>
|
|
|
+ <title>Running a Windows Server 2025 VM in Proxmox VE</title>
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <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">
|
|
|
+ <meta name="author" content="i12bretro">
|
|
|
+ <meta name="description" content="Running a Windows Server 2025 VM in Proxmox VE">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta name="revised" content="02/24/2024 09:24:40 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 Server 2025 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 Server 2025 iso <a href="https://archive.org/search?query=windows+server+2025&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>
|
|
|
+ <li>If on Proxmox 7, click Download from URL and paste the download URLs from above > Click Query URL > Click Download</li>
|
|
|
+ <li>Right click the Proxmox node name > Create VM</li>
|
|
|
+ <li>Give the VM a unique ID and Name > Next</li>
|
|
|
+ <li>Set the Type to Microsoft Windows and Version to 11/2022 and select the Server 2025 iso, Check the box for VirtIO drivers > select the VirtIO driver iso</li>
|
|
|
+ <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 > Next</li>
|
|
|
+ <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 > Next</li>
|
|
|
+ <li>On the CPU tab, set Cores to 2 or more and the Type to host > Next</li>
|
|
|
+ <li>On the Memory tab, set the Memory to 4096 or more > Next</li>
|
|
|
+ <li>Leave the defaults on the Network tab > Next</li>
|
|
|
+ <li>Verify the summary and click Finish</li>
|
|
|
+ <li>Select the Server 2025 VM > Hardware</li>
|
|
|
+ <li>Click the Add dropdown > CD/DVD Drive</li>
|
|
|
+ <li>Double click the new CD/DVD Drive > Select Use CD/DVD disc image file (iso) > Select the storage where the VirtIO driver iso was downloaded > Select the virtio .iso file > Click OK</li>
|
|
|
+ <li>Right click the Server 2025 VM in the left navigation pane > Start</li>
|
|
|
+ <li>Click console in the left sub-navigation menu</li>
|
|
|
+ <li>If prompted, press a key to boot to the CD/DVD drive</li>
|
|
|
+ <li>Set the Language settings > Click Next</li>
|
|
|
+ <li>Set the Keyboard settings > Click Next</li>
|
|
|
+ <li>Click the I agree everything will be deleted checkbox > Click Next</li>
|
|
|
+ <li>Enter a product key or select I don't have a product key > Click Next</li>
|
|
|
+ <li>Select the desired edition > Click Next</li>
|
|
|
+ <li>On the License Terms screen click Accept</li>
|
|
|
+ <li>Click Load Driver > Browse > Expand the VirtIO driver disc > Navigate to amd64\2k22 > Click OK > Next</li>
|
|
|
+ <li>With the Unallocated Space selected, click Next</li>
|
|
|
+ <li>Click Install</li>
|
|
|
+ <li>Wait for Windows to copy files, the VM will reboot several times</li>
|
|
|
+ <li>If prompted, enter a Product Key or click Do this later</li>
|
|
|
+ <li>Enter and confirm a password for the Administrator account > Click Finish</li>
|
|
|
+ <li>Select the Keyboard icon > Ctrl-Alt-Del</li>
|
|
|
+ <li>Input the administrator password and login</li>
|
|
|
+ <li>Welcome to Windows Server 2025</li>
|
|
|
+</ol>
|
|
|
+
|
|
|
+<h2>Optional Steps</h2>
|
|
|
+
|
|
|
+<ol>
|
|
|
+ <li>Open File Explorer > Navigate into the VirtIO Disc > Right click virtio-win-guest-tools.exe > Run as administrator</li>
|
|
|
+ <li>Step through the installer, accepting all the defaults</li>
|
|
|
+ <li>After the installation completes shutdown the VM</li>
|
|
|
+ <li>Back in the Proxmox web UI, select Hardware from the left sub-navigation menu</li>
|
|
|
+ <li>Select the CD/DVD drive with the VirtIO iso attached > Remove > Yes</li>
|
|
|
+ <li>Double click the remaining CD/DVD drive > Select Do not use any media > Click OK</li>
|
|
|
+ <li>Click Start at the top right of the screen restart the VM</li>
|
|
|
+ <li>Click console in the left sub-navigation menu</li>
|
|
|
+</ol> </div>
|
|
|
+ </div>
|
|
|
+ </body>
|
|
|
+ </html>
|
|
|
+
|