0080.html 5.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Windows Server 2000 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 Server 2000,i12bretro,How To,Tutorial">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Windows Server 2000 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 2000 VM in Virtualbox</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <ol>
  24. <li>Locate a Microsoft Windows Server 2000 iso</li>
  25. <li>Launch Virtualbox</li>
  26. <li>Create a New VM by selecting Machine &gt; New
  27. <p>Name: Windows Server 2000<br />
  28. Machine Folder: C:\VMs<br />
  29. Type: Microsoft Windows<br />
  30. Version: Windows 2000<br />
  31. Memory Size: 1024 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 2000.vdi<br />
  37. File size: 8.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 Windows Server 2000 .iso file</li>
  47. <li>Click OK</li>
  48. <li>Make sure the Windows Server 2000 VM is selected and click Start &gt; Normal</li>
  49. <li>The Windows Server 2000 setup should load on boot</li>
  50. <li>Press Enter to Continue with Setup&nbsp;</li>
  51. <li>Press C to Continue with Setup</li>
  52. <li>Press F8 to agree to the Licensing Agreement</li>
  53. <li>Press Enter to Install to the&nbsp;unpartitioned&nbsp;space</li>
  54. <li>Select the top option to format using the NTFS file system</li>
  55. <li>Press Enter to continue</li>
  56. <li>Setup will copy files and then reboot the VM</li>
  57. <li><span style="display: none;">&nbsp;</span>When the VM boots back up, Click Next</li>
  58. <li><span style="display: none;">&nbsp;</span>Wait for Windows to install devices and drivers</li>
  59. <li><span style="display: none;">&nbsp;</span>Click Next</li>
  60. <li>Enter a name and organization &gt; Click Next</li>
  61. <li>Enter a valid Windows 2000 product key &gt; click Next</li>
  62. <li>Give the computer a name</li>
  63. <li>Enter an administrator password &gt; Re-type to confirm &gt; Click Next</li>
  64. <li>Set the date/time and select a timezone &gt; Click Apply &gt; Click OK</li>
  65. <li><span style="display: none;">&nbsp;</span>Select Typical settings on the Network settings dialog &gt; Click Next</li>
  66. <li><span style="display: none;">&nbsp;</span>Select No, this computer is not on a network &gt; Click Next<span style="display: none;">&nbsp;</span></li>
  67. <li>Wait for Windows to install components</li>
  68. <li>Click Finish, the VM will reboot<span style="display: none;">&nbsp;</span></li>
  69. <li>On the Network Identification dialog select This computer is for home use... &gt; Click Next&nbsp;&gt; Click Next &gt; Click Finish, the VM will reboot<span style="display: none;">&nbsp;</span></li>
  70. <li>Welcome back to Windows 2000...Y2k</li>
  71. <li>Revel in the nostalgia</li>
  72. </ol>
  73. <h2>Optional Steps</h2>
  74. <ol>
  75. <li>Select Devices &gt; Insert Guest Additions CD image...</li>
  76. <li>If VirtualBox Guest Additions doesn&#39;t autorun, open&nbsp;My Computer &gt; CD Drive &gt; Double click VBoxWindowsAdditions-x86.exe</li>
  77. <li>Install Guest Additions accepting the defaults</li>
  78. <li>Accept any driver popups from the Guest Additions installer by clicking the Yes button</li>
  79. <li>After the installation completes select Reboot now &gt; Click Finish</li>
  80. <li>Upon rebooting, you can now full screen the VM and the interal resolution will automatically change to match the window size</li>
  81. <li>Download i12bretro Windows SP.iso <a href="https://drive.google.com/open?id=1kCH4j9DmcDZHS3Bw8XlFG7PxJ5y-PR2v" target="_blank">Download</a></li>
  82. <li>Select Devices &gt; Optical Drives &gt; Select disk image...</li>
  83. <li>Navigate to and select i12bretro_Windows_SP.iso</li>
  84. <li>If the VM doesn&#39;t autorun, open&nbsp;My Computer &gt; CD Drive</li>
  85. <li>Open the Windows 2000 folder &gt; Double click Windows 2000 SP4.exe</li>
  86. <li>Follow the dialogs to install Service Pack 4</li>
  87. <li>Click Finish to reboot and complete the SP4 install</li>
  88. </ol>
  89. </div>
  90. </div>
  91. </body>
  92. </html>