浏览代码

0914: Running a Windows Server 2025 VM in VirtualBox

i12bretro 1 年之前
父节点
当前提交
3d836e5a1d
共有 1 个文件被更改,包括 86 次插入0 次删除
  1. 86 0
      0914.html

+ 86 - 0
0914.html

@@ -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&amp;and%5B%5D=mediatype%3A%22software%22" target="_blank">Download</a></li>
+	<li>Launch Virtualbox</li>
+	<li>Create a New VM by selecting Machine &gt; 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 &gt; 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 &gt; 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 &gt; Normal</li>
+	<li>If prompted, press a key to boot to the CD/DVD drive</li>
+	<li>Set the Language settings &gt; Click Next</li>
+	<li>Set the Keyboard settings &gt; Click Next</li>
+	<li>Click the I agree everything will be deleted checkbox &gt; Click Next</li>
+	<li>Enter a product key or select I don&#39;t have a product key &gt; Click Next</li>
+	<li>Select the desired edition &gt; 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 &gt; Click Finish</li>
+	<li>Select Input &gt; Keyboard &gt; 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 &gt; Insert Guest Additions CD image...</li>
+	<li>If VirtualBox Guest Additions doesn&#39;t autorun, open File Explorer &gt; CD Drive &gt; Right click VBoxWindowsAdditions.exe &gt; 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 &gt; Click Finish</li>
+</ol>
+
+<p>What&#39;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>
+