|
@@ -0,0 +1,86 @@
|
|
|
+ <!DOCTYPE html>
|
|
|
+ <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
+ <head>
|
|
|
+ <title>Running a Windows Server 2025 VM in VirtualBox</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,VirtualBox,Oracle VirtualBox,How To Install Server 2025 In VirtualBox,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 VirtualBox">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta name="revised" content="02/24/2024 09:19:34 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 VirtualBox</h1>
|
|
|
+ </div>
|
|
|
+ <div></div>
|
|
|
+ <div id="content">
|
|
|
+ <ol>
|
|
|
+ <li>Download the Windows Server 2025 iso <a href="https://archive.org/search?query=windows+server+2025&and%5B%5D=mediatype%3A%22software%22" target="_blank">Download</a></li>
|
|
|
+ <li>Launch Virtualbox</li>
|
|
|
+ <li>Create a New VM by selecting Machine > New
|
|
|
+ <p>Name: Windows Server 2025<br />
|
|
|
+ Machine Folder: C:\VMs<br />
|
|
|
+ Type: Microsoft Windows<br />
|
|
|
+ Version: Other Windows (64-bit)<br />
|
|
|
+ Memory Size: 4096 MB<br />
|
|
|
+ Hard disk: Create a virtual hard disk now</p>
|
|
|
+ </li>
|
|
|
+ <li>Click Create</li>
|
|
|
+ <li>On the Create Virtual Hard Disk dialog
|
|
|
+ <p>Name the virtual disk image Windows Server 2025.vdi<br />
|
|
|
+ File size: 50.00 GB<br />
|
|
|
+ Hard disk file type: VDI<br />
|
|
|
+ Storage on physical hard disk: Dynamically Allocated</p>
|
|
|
+ </li>
|
|
|
+ <li>Click Create</li>
|
|
|
+ <li>Select the VM and Click Settings</li>
|
|
|
+ <li>Select System > Processor</li>
|
|
|
+ <li>Give the VM at least 2 processors</li>
|
|
|
+ <li>Select Display</li>
|
|
|
+ <li>Slide the Video Memory to 128 MB</li>
|
|
|
+ <li>Select Storage</li>
|
|
|
+ <li>Click on the CD-ROM drive</li>
|
|
|
+ <li>Select the disc dropdown to the right > Choose a virtual optical disc file...</li>
|
|
|
+ <li>Browse to and select the Windows Server 2025 .iso file</li>
|
|
|
+ <li>Click OK</li>
|
|
|
+ <li>Make sure the Windows Server 2025 VM is selected and click Start > Normal</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>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 Input > Keyboard > 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>Select Devices > Insert Guest Additions CD image...</li>
|
|
|
+ <li>If VirtualBox Guest Additions doesn't autorun, open File Explorer > CD Drive > Right click VBoxWindowsAdditions.exe > Run as administrator</li>
|
|
|
+ <li>Install Guest Additions accepting the defaults</li>
|
|
|
+ <li>Accept any driver popups from the Guest Additions installer by clicking the Install button</li>
|
|
|
+ <li>After the installation completes select Reboot now > Click Finish</li>
|
|
|
+</ol>
|
|
|
+
|
|
|
+<p>What's New in Server 2025: <a href="https://docs.microsoft.com/en-us/windows-server/windows-server-2025/get-started/whats-new" target="_blank">https://docs.microsoft.com/en-us/windows-server/windows-server-2025/get-started/whats-new</a></p> </div>
|
|
|
+ </div>
|
|
|
+ </body>
|
|
|
+ </html>
|
|
|
+
|