0081.html 4.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Windows Server 2003 VM in Virtualbox</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="VirtualBox,Virtual Machine,Vintage Microsoft,Windows 2003,i12bretro,How To,Tutorial">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Windows Server 2003 VM in Virtualbox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>Running a Windows Server 2003 VM in Virtualbox</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <ol>
  24. <li>Locate a Windows Server 2003 iso</li>
  25. <li>Launch Virtualbox</li>
  26. <li>Create a New VM by selecting Machine &gt; New
  27. <p>Name: Windows Server 2003<br />
  28. Machine Folder: C:\VMs<br />
  29. Type: Microsoft Windows<br />
  30. Version: Windows 2003 (32-bit)<br />
  31. Memory Size: 2048 MB<br />
  32. Hard disk: Create a virtual hard disk now</p>
  33. </li>
  34. <li>Click Create</li>
  35. <li>On the Create Virtual Hard Disk dialog
  36. <p>Name the virtual disk image Windows Server 2003.vdi<br />
  37. File size: 10.00 GB<br />
  38. Hard disk file type: VDI<br />
  39. Storage on physical hard disk: Dynamically Allocated</p>
  40. </li>
  41. <li>Click Create</li>
  42. <li>Select the VM and Click Settings</li>
  43. <li>Select Storage</li>
  44. <li>Click on the CD-ROM drive</li>
  45. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  46. <li>Browse to and select the Server 2003 .iso file</li>
  47. <li>Click OK</li>
  48. <li>Make sure the Windows Server 2003 VM is selected and click Start &gt; Normal</li>
  49. <li>Windows Setup will start automatically</li>
  50. <li>Press Enter to Continue with Setup&nbsp;</li>
  51. <li>Press F8 to Agree to the Licensing Agreement</li>
  52. <li>Press Enter to Install to the Unpartitioned space</li>
  53. <li>Select the top option to Format the partition using the NTFS file system (Quick) &gt; Press Enter</li>
  54. <li>Wait for Windows to reboot the VM</li>
  55. <li>Do not press anything to boot the CD-ROM</li>
  56. <li>Wait for Windows to install and configure&nbsp;drivers and devices</li>
  57. <li>Click Next</li>
  58. <li>Enter a name and organization, click Next</li>
  59. <li>Enter a valid Windows Server 2003 product key (VRXXR-VJC3H-YVWYT-HCPDD-HFMQ3), click Next</li>
  60. <li>Click Next on the Licensing Modes dialog</li>
  61. <li>Give the Computer a name</li>
  62. <li>Set an administrator password and re-type to confirm &gt; Click Next</li>
  63. <li>Set the date/time and select a timezone &gt; Click Next</li>
  64. <li>Continue Clicking the Next button to accept defaults and continue installing Server 2003</li>
  65. <li>Wait for Windows to finish copying files, the VM will reboot</li>
  66. <li>Do not press anything to boot the CD-ROM</li>
  67. <li>Select Input &gt; Keyboard &gt; Ctrl-Alt-Delete</li>
  68. <li>Enter the administrator password &gt; Click OK</li>
  69. <li>Click Finish &gt; Yes</li>
  70. <li>Close Server Manager</li>
  71. <li>Welcome back to Server 2003</li>
  72. <li>Revel in the nostalgia</li>
  73. </ol>
  74. <h2>Optional Steps</h2>
  75. <ol>
  76. <li>Select Devices &gt; Insert Guest Additions CD image...</li>
  77. <li>If VirtualBox Guest Additions doesn&#39;t autorun, open&nbsp;My Computer &gt; CD Drive &gt; Double click VBoxWindowsAdditions-x86.exe</li>
  78. <li>Install Guest Additions accepting the defaults</li>
  79. <li>Accept any driver popups from the Guest Additions installer by clicking the Continue Anyway button</li>
  80. <li>After the installation completes select Reboot now &gt; Click Finish</li>
  81. <li>Upon rebooting, you can now full screen the VM and the interal resolution will automatically change to match the window size</li>
  82. <li>Download i12bretro Windows SP.iso <a href="https://drive.google.com/open?id=1kCH4j9DmcDZHS3Bw8XlFG7PxJ5y-PR2v" target="_blank">Download</a></li>
  83. <li>Select Devices &gt; Optical Drives &gt; Select disk image...</li>
  84. <li>Navigate to and select i12bretro_Windows_SP.iso</li>
  85. <li>If the VM doesn&#39;t autorun, open&nbsp;My Computer &gt; CD Drive</li>
  86. <li>Open the Serve 2003 folder &gt; Double click Server 2003 SP2 x86.exe</li>
  87. <li>Follow the dialogs to install Service Pack 2</li>
  88. <li>Once complete, Select Devices &gt; Optical Drives &gt; Remove disk from virtual drive</li>
  89. <li>Click Finish to reboot and complete the SP2 install</li>
  90. </ol>
  91. </div>
  92. </div>
  93. </body>
  94. </html>