0067.html 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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,Hypervisor,Install Guide,Microsoft,Microsoft Windows,Microsoft Windows 2,Windows Version 2,How To Install Windows 2 In VirtualBox,MS-DOS,DOS Based Windows,DOS Based VM,VM,DOS,How To,Tutorial,i12bretro">
  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. <meta name="revised" content="03/29/2022 08:33:08 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Running a Windows 2 VM in Virtualbox</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Download MS-DOS 6.22 <a href="https://winworldpc.com/product/ms-dos/622" target="_blank">Download</a></li>
  27. <li>Download Microsoft Windows 2 <a href="https://winworldpc.com/product/windows-20/20" target="_blank">Download</a></li>
  28. <li>Extract the MS-DOS 6.22 and Windows 2 files</li>
  29. <li>Launch Virtualbox</li>
  30. <li>Create a New VM by selecting Machine &gt; New
  31. <p>Name: Microsoft Windows 2<br />
  32. Machine Folder: C:\VMs<br />
  33. Type: Microsoft Windows<br />
  34. Version: Windows 3.1<br />
  35. Memory Size: 32 MB<br />
  36. Hard disk: Create a virtual hard disk now</p>
  37. </li>
  38. <li>Click Create</li>
  39. <li>On the Create Virtual Hard Disk dialog
  40. <p>Name the virtual disk image Microsoft Windows 2.vdi<br />
  41. File size: 100 MB<br />
  42. Hard disk file type: VDI<br />
  43. Storage on physical hard disk: Dynamically Allocated</p>
  44. </li>
  45. <li>Click Create</li>
  46. <li>Select the VM and Click Settings</li>
  47. <li>Select Storage</li>
  48. <li>Click on the floppy disk drive</li>
  49. <li>Select the disc dropdown to the right &gt; Choose a virtual floppy disk file...</li>
  50. <li>Browse to the extracted MS-DOS 6.22 files and select Disk1.img</li>
  51. <li>Click OK</li>
  52. <li>Make sure the Windows 2 VM is selected and click Start &gt; Normal</li>
  53. <li>Press Enter to start the installation and press Enter multiple times to accept the default values</li>
  54. <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>
  55. <li>Once MS-DOS has been successfully installed, select Devices &gt; Floppy Drives &gt; Remove disk from virtual drive</li>
  56. <li>Press Enter in the VM to reboot</li>
  57. <li>Once MS-DOS has booted, select Devices &gt; Floppy Drives &gt; Choose disk image...</li>
  58. <li>Navigate to the extracted Windows 2 files and select D1_Setup.img</li>
  59. <li>Type the following commands
  60. <div class="codeBlock">A:<br />
  61. setup</div>
  62. </li>
  63. <li>The Windows 2 installation process will start</li>
  64. <li>Press Enter to continue</li>
  65. <li>Arrow down to select IBM, PC or 100% compatible</li>
  66. <li>Press Enter multiple times to accept the default values</li>
  67. <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>
  68. <li>Press F to finish setup</li>
  69. <li>Select Devices &gt; Floppy Drives &gt; Remove disk from virtual drive</li>
  70. <li>At the DOS prompt, type the following commands
  71. <div class="codeBlock">win</div>
  72. </li>
  73. <li>Welcome back to Windows 2</li>
  74. <li>Launch Notepad.exe</li>
  75. <li>Select File &gt; Open</li>
  76. <li>Navigate to the root of the C: drive and open autoexec.bat to edit it</li>
  77. <li>Add C:\Windows\win to the bottom of the file to automatically boot Windows 2 on system startup</li>
  78. <li>Select File &gt; Save</li>
  79. <li>Select Machine &gt; Reset &gt; Reset</li>
  80. <li>Revel in the nostalgia</li>
  81. </ol>
  82. </div>
  83. </div>
  84. </body>
  85. </html>