0067.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Windows 2 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 2,i12bretro,How To,Tutorial">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Windows 2 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 2 VM in Virtualbox</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <ol>
  24. <li>Download MS-DOS 6.22 <a href="https://winworldpc.com/product/ms-dos/622" target="_blank">Download</a></li>
  25. <li>Download Microsoft Windows 2 <a href="https://winworldpc.com/product/windows-20/20" target="_blank">Download</a></li>
  26. <li>Extract the MS-DOS 6.22 and Windows 2 files</li>
  27. <li>Launch Virtualbox</li>
  28. <li>Create a New VM by selecting Machine &gt; New
  29. <p>Name: Microsoft Windows 2<br />
  30. Machine Folder: C:\VMs<br />
  31. Type: Microsoft Windows<br />
  32. Version: Windows 3.1<br />
  33. Memory Size: 32 MB<br />
  34. Hard disk: Create a virtual hard disk now</p>
  35. </li>
  36. <li>Click Create</li>
  37. <li>On the Create Virtual Hard Disk dialog
  38. <p>Name the virtual disk image Microsoft Windows 2.vdi<br />
  39. File size: 100 MB<br />
  40. Hard disk file type: VDI<br />
  41. Storage on physical hard disk: Dynamically Allocated</p>
  42. </li>
  43. <li>Click Create</li>
  44. <li>Select the VM and Click Settings</li>
  45. <li>Select Storage</li>
  46. <li>Click on the floppy disk drive</li>
  47. <li>Select the disc dropdown to the right &gt; Choose a virtual floppy disk file...</li>
  48. <li>Browse to the extracted MS-DOS 6.22 files and select Disk1.img</li>
  49. <li>Click OK</li>
  50. <li>Make sure the Windows 2 VM is selected and click Start &gt; Normal</li>
  51. <li>Press Enter to start the installation and press Enter multiple times to accept the default values</li>
  52. <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>
  53. <li>Once MS-DOS has been successfully installed, select Devices &gt; Floppy Drives &gt; Remove disk from virtual drive</li>
  54. <li>Press Enter in the VM to reboot</li>
  55. <li>Once MS-DOS has booted, select Devices &gt; Floppy Drives &gt; Choose disk image...</li>
  56. <li>Navigate to the extracted Windows 2 files and select D1_Setup.img</li>
  57. <li>Type the following commands
  58. <div class="codeBlock">A:<br />
  59. setup</div>
  60. </li>
  61. <li>The Windows 2 installation process will start</li>
  62. <li>Press Enter to continue</li>
  63. <li>Arrow down to select IBM, PC or 100% compatible</li>
  64. <li>Press Enter multiple times to accept the default values</li>
  65. <li>When prompted by the installer, go to the VM settings and swap out the Window 2 disk images and press Enter to continue</li>
  66. <li>Press F to finish setup</li>
  67. <li>Select Devices &gt; Floppy Drives &gt; Remove disk from virtual drive</li>
  68. <li>At the DOS prompt, type the following commands
  69. <div class="codeBlock">win</div>
  70. </li>
  71. <li>Welcome back to Windows 2</li>
  72. <li>Launch Notepad.exe</li>
  73. <li>Select File &gt; Open</li>
  74. <li>Navigate to the root of the C: drive and open autoexec.bat to edit it</li>
  75. <li>Add C:\Windows\win to the bottom of the file to automatically boot Windows 2 on system startup</li>
  76. <li>Select File &gt; Save</li>
  77. <li>Select Machine &gt; Reset &gt; Reset</li>
  78. <li>Revel in the nostalgia</li>
  79. </ol>
  80. </div>
  81. </div>
  82. </body>
  83. </html>