0069.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 95 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 95,Hypervisor,Install Guide,Microsoft,Microsoft Windows,Microsoft Windows 95,Windows Version 4,How To Install Windows 95 In VirtualBox,MS-DOS,DOS Based Windows,DOS Based VM,VM,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Windows 95 VM in Virtualbox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/29/2022 08:38:42 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 95 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 MS-DOS CD driver <a href="https://archive.org/download/cd-driver-1.25" target="_blank">Download</a></li>
  28. <li>Download Microsoft Windows 95 <a href="https://winworldpc.com/product/windows-95/osr-3" target="_blank">Download</a></li>
  29. <li>Extract the MS-DOS and Windows 95 files</li>
  30. <li>Launch Virtualbox</li>
  31. <li>Create a New VM by selecting Machine &gt; New
  32. <p>Name: Windows 95<br />
  33. Machine Folder: C:\VMs<br />
  34. Type: Microsoft Windows<br />
  35. Version: Windows 95<br />
  36. Memory Size: 256 MB<br />
  37. Hard disk: Create a virtual hard disk now</p>
  38. </li>
  39. <li>Click Create</li>
  40. <li>On the Create Virtual Hard Disk dialog
  41. <p>Name the virtual disk image Windows 95.vdi<br />
  42. File size: 256 MB<br />
  43. Hard disk file type: VDI<br />
  44. Storage on physical hard disk: Dynamically Allocated</p>
  45. </li>
  46. <li>Click Create</li>
  47. <li>Select the VM and Click Settings</li>
  48. <li>Select System &gt; Acceleration</li>
  49. <li>Uncheck Enable Nested Paging</li>
  50. <li>Uncheck Enable VT-x/AMD-V</li>
  51. <li>Select Storage</li>
  52. <li>Click on the floppy disk drive</li>
  53. <li>Select the disc dropdown to the right &gt; Choose a virtual floppy disk file...</li>
  54. <li>Browse to the extracted MS-DOS 6.22 files and select Disk1.img</li>
  55. <li>Click OK</li>
  56. <li>Click on the CD-ROM drive</li>
  57. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  58. <li>Browse to the extracted Windows 95 files and select Win95_OSR25.iso</li>
  59. <li>Click OK</li>
  60. <li>Make sure the Windows 95 VM is selected and click Start &gt; Normal</li>
  61. <li>Press Enter to start the MS-DOS installation and press Enter multiple times to accept the default values</li>
  62. <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>
  63. <li>Once MS-DOS has been successfully installed, select Devices &gt; Floppy Drives &gt; Remove disk from virtual drive</li>
  64. <li>Press Enter in the VM to reboot</li>
  65. <li>Once MS-DOS has booted, select Devices &gt; Floppy Drives &gt; Choose disk image...</li>
  66. <li>Navigate to and select cd-driver-1.25.img</li>
  67. <li>Type the following commands
  68. <div class="codeBlock">A:<br />
  69. install</div>
  70. </li>
  71. <li>The CD-ROM driver installation process will start</li>
  72. <li>Click OK to complete the installation</li>
  73. <li>Select Devices &gt; Floppy Drives &gt; Remove disk from virtual drive</li>
  74. <li>Select Machine &gt; Reset &gt; Reset to restart the VM</li>
  75. <li>Upon booting into MS-DOS the Virtualbox CD drive should be assigned a drive letter</li>
  76. <li>Type the following commands:
  77. <div class="codeBlock">D:<br />
  78. setup</div>
  79. </li>
  80. <li>Press Enter for the routine maintenance</li>
  81. <li>Click the Continue button</li>
  82. <li>Click Yes to accept the licensing agreement</li>
  83. <li>Continue along the default installation by clicking the Next button</li>
  84. <li>Select No to creating a startup disk</li>
  85. <li>Click Finish to complete the setup</li>
  86. <li>Click OK to restart the VM</li>
  87. <li>Follow the prompts to give the virtual machine a name and workgroup</li>
  88. <li>Wait for the files to copy and Windows 95 to complete initializing</li>
  89. <li>Select a timezone &gt; Click OK</li>
  90. <li>Click Cancel on the printer setup dialog</li>
  91. <li>Select Devices &gt; Optical Drives &gt; Remove disk from virtual drive</li>
  92. <li>Click OK to reboot</li>
  93. <li>Press Escape or click the Cancel button on the Windows Network login</li>
  94. <li>Enjoy the boot up sound from the Gods</li>
  95. <li>Welcome back to Windows 95</li>
  96. <li>Revel in the nostalgia</li>
  97. </ol>
  98. </div>
  99. </div>
  100. </body>
  101. </html>