0079.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Windows ME 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 ME,i12bretro,How To,Tutorial,Windows Millennium Edition">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Windows ME 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 ME VM in Virtualbox</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <ol>
  24. <li>Download Microsoft Windows ME&nbsp;<a href="https://winworldpc.com/product/windows-me/final" target="_blank">Download</a></li>
  25. <li>Download MS-DOS 6.22 <a href="https://winworldpc.com/product/ms-dos/622" target="_blank">Download</a></li>
  26. <li>Download MS-DOS CD driver <a href="https://archive.org/download/cd-driver-1.25" target="_blank">Download</a></li>
  27. <li>Extract the Windows ME and MS-DOS&nbsp;files</li>
  28. <li>Launch Virtualbox</li>
  29. <li>Create a New VM by selecting Machine &gt; New
  30. <p>Name: Windows ME<br />
  31. Machine Folder: C:\VMs<br />
  32. Type: Microsoft Windows<br />
  33. Version: Windows ME<br />
  34. Memory Size: 1024 MB<br />
  35. Hard disk: Create a virtual hard disk now</p>
  36. </li>
  37. <li>Click Create</li>
  38. <li>On the Create Virtual Hard Disk dialog
  39. <p>Name the virtual disk image Windows ME.vdi<br />
  40. File size: 4.00 GB<br />
  41. Hard disk file type: VDI<br />
  42. Storage on physical hard disk: Dynamically Allocated</p>
  43. </li>
  44. <li>Click Create</li>
  45. <li>Select the VM and Click Settings</li>
  46. <li>Select Storage</li>
  47. <li>Click on the Floppy disk drive</li>
  48. <li>Select the disk dropdown to the right &gt; Choose virtual floppy disk file...</li>
  49. <li>Browse to the extracted MS-DOS 6.22 files and select Disk1.img</li>
  50. <li>Click OK</li>
  51. <li>Click on the CD-ROM drive</li>
  52. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  53. <li>Browse to the extracted Windows ME files and select the&nbsp;.iso file</li>
  54. <li>Click OK</li>
  55. <li>Make sure the Windows ME VM is selected and click Start &gt; Normal</li>
  56. <li>Press Enter to start the MS-DOS installation and press Enter multiple times to accept the default values</li>
  57. <li>When prompted by the installer, go to the VM settings and swap out the MS-DOS disk images and press Enter to continue</li>
  58. <li>Once MS-DOS has been successfully installed, select Devices &gt; Floppy Drives &gt; Remove disk from virtual drive</li>
  59. <li>Press Enter in the VM to reboot</li>
  60. <li>Once MS-DOS has booted, select Devices &gt; Floppy Drives &gt; Choose disk image...</li>
  61. <li>Navigate to and select cd-driver-1.25.img</li>
  62. <li>Type the following commands
  63. <div class="codeBlock">A:<br />
  64. install</div>
  65. </li>
  66. <li>The CD-ROM driver installation process will start</li>
  67. <li>Click OK to complete the installation</li>
  68. <li>Select Devices &gt; Floppy Drives &gt; Remove disk from virtual drive</li>
  69. <li>Select Machine &gt; Reset &gt; Reset to restart the VM</li>
  70. <li>Upon booting into MS-DOS the Virtualbox CD drive should be assigned a drive letter</li>
  71. <li>Type the following commands:
  72. <div class="codeBlock">D:<br />
  73. setup</div>
  74. </li>
  75. <li>Press Enter for the routine maintenance</li>
  76. <li>The Windows ME setup will launch</li>
  77. <li>Click Next at the Welcome screen</li>
  78. <li>Select I accept the Agreement &gt; Click Next</li>
  79. <li>Enter a valid Windows ME product key (<span style="display: none;">&nbsp;</span>GY9FQ-2J9MR-PM78B-J9JCT-X8RDG), <span style="display: none;">&nbsp;</span>click Next</li>
  80. <li>Click Next</li>
  81. <li>Wait for Windows to install components</li>
  82. <li>Click Next &gt; Enter a name and company &gt; Click Next</li>
  83. <li>Click Next &gt;&nbsp;Give the computer a name &gt; Click Next</li>
  84. <li>Click Next &gt; Select a timezone &gt; Click Next</li>
  85. <li>Click Cancel when prompted to create a startup disk</li>
  86. <li>Click OK</li>
  87. <li>Click Finish</li>
  88. <li>Go grab some coffee, it&#39;s going to be a while</li>
  89. <li>When prompted, select Devices &gt; Optical Drives &gt; Remove disk from virtual&nbsp;drive</li>
  90. <li>Click OK, the VM will reboot</li>
  91. <li>Wait for Windows to install devices and drivers</li>
  92. <li>Time for some more coffee, maybe write your first novella&nbsp;</li>
  93. <li>The VM will reboot</li>
  94. <li>Press Enter at the network password dialog<span style="display: none;">&nbsp;</span></li>
  95. <li>Welcome back to Windows ME</li>
  96. <li>Revel in the nostalgia</li>
  97. </ol>
  98. </div>
  99. </div>
  100. </body>
  101. </html>