0070.html 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Windows 98 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 98,Hypervisor,Install Guide,Microsoft,Microsoft Windows,Microsoft Windows 98,Windows Version 4,How To Install Windows 98 In VirtualBox,VM,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Windows 98 VM in Virtualbox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/29/2022 08:41:03 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 98 VM in Virtualbox</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Download Microsoft Windows 98 <a href="https://winworldpc.com/download/417d71c2-ae18-c39a-11c3-a4e284a2c3a5" target="_blank">Download</a></li>
  27. <li>Extract the Windows 98 files</li>
  28. <li>Launch Virtualbox</li>
  29. <li>Create a New VM by selecting Machine &gt; New
  30. <p>Name: Windows 98<br />
  31. Machine Folder: C:\VMs<br />
  32. Type: Microsoft Windows<br />
  33. Version: Windows 98<br />
  34. Memory Size: 512 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 98.vdi<br />
  40. File size: 1.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 CD-ROM drive</li>
  48. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  49. <li>Browse to the extracted Windows 98 files and select Win98 .iso</li>
  50. <li>Click OK</li>
  51. <li>Make sure the Windows 98 VM is selected and click Start &gt; Normal</li>
  52. <li>Press 2 to Boot from&nbsp;CD-ROM</li>
  53. <li>Press 1 to Start Windows 98 Setup from CD-ROM</li>
  54. <li>Press Enter to Continue with Setup&nbsp;</li>
  55. <li>Press Enter to Configure unallocated disk space</li>
  56. <li>Select Yes to enable large disk support, press Enter</li>
  57. <li>Press Enter to continue</li>
  58. <li>Press 2 to Boot from&nbsp;CD-ROM</li>
  59. <li>Press 1 to Start Windows 98 Setup from CD-ROM</li>
  60. <li>Press Enter to Continue with Setup</li>
  61. <li>Click the Continue button to begin installing Windows</li>
  62. <li>Follow the prompts to give the machine a name and workgroup</li>
  63. <li>Wait for the files to copy and Windows 98 to complete initializing</li>
  64. <li>When the VM reboots, select 1 to Boot from the Hard Disk</li>
  65. <li>Enter a name and company on the User Information Dialog, click Next</li>
  66. <li>Select I accept the Agreement, click Next</li>
  67. <li>Enter a valid Windows 98 SE product key (H8J3X-9HQQG-DQXX7-6GFTJ-DF6MB), click Next</li>
  68. <li>Click Finish</li>
  69. <li>Set the date/time and select a timezone &gt; Click Apply &gt; Click OK</li>
  70. <li>Wait for Windows to Update Sytstem Settings</li>
  71. <li>At the login screen click OK</li>
  72. <li>Enjoy the boot up sound from the Gods</li>
  73. <li>Welcome back to Windows 98</li>
  74. <li>Revel in the nostalgia</li>
  75. </ol>
  76. </div>
  77. </div>
  78. </body>
  79. </html>