0069.html 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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,i12bretro,How To,Tutorial">
  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. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Running a Windows 95 VM in Virtualbox</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  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>Download Microsoft Windows 95 <a href="https://winworldpc.com/product/windows-95/osr-3" target="_blank">Download</a></li>
  28. <li>Extract the MS-DOS and Windows 95 files</li>
  29. <li>Launch Virtualbox</li>
  30. <li>Create a New VM by selecting Machine &gt; New
  31. <p>Name: Windows 95<br />
  32. Machine Folder: C:\VMs<br />
  33. Type: Microsoft Windows<br />
  34. Version: Windows 95<br />
  35. Memory Size: 256 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 Windows 95.vdi<br />
  41. File size: 256 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 System &gt; Acceleration</li>
  48. <li>Uncheck Enable Nested Paging</li>
  49. <li>Uncheck Enable VT-x/AMD-V</li>
  50. <li>Select Storage</li>
  51. <li>Click on the floppy disk drive</li>
  52. <li>Select the disc dropdown to the right &gt; Choose a virtual floppy disk file...</li>
  53. <li>Browse to the extracted MS-DOS 6.22 files and select Disk1.img</li>
  54. <li>Click OK</li>
  55. <li>Click on the CD-ROM drive</li>
  56. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  57. <li>Browse to the extracted Windows 95 files and select Win95_OSR25.iso</li>
  58. <li>Click OK</li>
  59. <li>Make sure the Windows 95 VM is selected and click Start &gt; Normal</li>
  60. <li>Press Enter to start the MS-DOS installation and press Enter multiple times to accept the default values</li>
  61. <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>
  62. <li>Once MS-DOS has been successfully installed, select Devices &gt; Floppy Drives &gt; Remove disk from virtual drive</li>
  63. <li>Press Enter in the VM to reboot</li>
  64. <li>Once MS-DOS has booted, select Devices &gt; Floppy Drives &gt; Choose disk image...</li>
  65. <li>Navigate to and select cd-driver-1.25.img</li>
  66. <li>Type the following commands
  67. <div class="codeBlock">A:<br />
  68. install</div>
  69. </li>
  70. <li>The CD-ROM driver installation process will start</li>
  71. <li>Click OK to complete the installation</li>
  72. <li>Select Devices &gt; Floppy Drives &gt; Remove disk from virtual drive</li>
  73. <li>Select Machine &gt; Reset &gt; Reset to restart the VM</li>
  74. <li>Upon booting into MS-DOS the Virtualbox CD drive should be assigned a drive letter</li>
  75. <li>Type the following commands:
  76. <div class="codeBlock">D:<br />
  77. setup</div>
  78. </li>
  79. <li>Press Enter for the routine maintenance</li>
  80. <li>Click the Continue button</li>
  81. <li>Click Yes to accept the licensing agreement</li>
  82. <li>Continue along the default installation by clicking the Next button</li>
  83. <li>Select No to creating a startup disk</li>
  84. <li>Click Finish to complete the setup</li>
  85. <li>Click OK to restart the VM</li>
  86. <li>Follow the prompts to give the virtual machine a name and workgroup</li>
  87. <li>Wait for the files to copy and Windows 95 to complete initializing</li>
  88. <li>Select a timezone &gt; Click OK</li>
  89. <li>Click Cancel on the printer setup dialog</li>
  90. <li>Select Devices &gt; Optical Drives &gt; Remove disk from virtual drive</li>
  91. <li>Click OK to reboot</li>
  92. <li>Press Escape or click the Cancel button on the Windows Network login</li>
  93. <li>Enjoy the boot up sound from the Gods</li>
  94. <li>Welcome back to Windows 95</li>
  95. <li>Revel in the nostalgia</li>
  96. </ol>
  97. </div>
  98. </div>
  99. </body>
  100. </html>