0070.html 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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,i12bretro,How To,Tutorial">
  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. <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 98 VM in Virtualbox</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <ol>
  24. <li>Download Microsoft Windows 98 <a href="https://winworldpc.com/download/417d71c2-ae18-c39a-11c3-a4e284a2c3a5" target="_blank">Download</a></li>
  25. <li>Extract the Windows 98 files</li>
  26. <li>Launch Virtualbox</li>
  27. <li>Create a New VM by selecting Machine &gt; New
  28. <p>Name: Windows 98<br />
  29. Machine Folder: C:\VMs<br />
  30. Type: Microsoft Windows<br />
  31. Version: Windows 98<br />
  32. Memory Size: 512 MB<br />
  33. Hard disk: Create a virtual hard disk now</p>
  34. </li>
  35. <li>Click Create</li>
  36. <li>On the Create Virtual Hard Disk dialog
  37. <p>Name the virtual disk image Windows 98.vdi<br />
  38. File size: 1.00 GB<br />
  39. Hard disk file type: VDI<br />
  40. Storage on physical hard disk: Dynamically Allocated</p>
  41. </li>
  42. <li>Click Create</li>
  43. <li>Select the VM and Click Settings</li>
  44. <li>Select Storage</li>
  45. <li>Click on the CD-ROM drive</li>
  46. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  47. <li>Browse to the extracted Windows 98 files and select Win98 .iso</li>
  48. <li>Click OK</li>
  49. <li>Make sure the Windows 98 VM is selected and click Start &gt; Normal</li>
  50. <li>Press 2 to Boot from&nbsp;CD-ROM</li>
  51. <li>Press 1 to Start Windows 98 Setup from CD-ROM</li>
  52. <li>Press Enter to Continue with Setup&nbsp;</li>
  53. <li>Press Enter to Configure unallocated disk space</li>
  54. <li>Select Yes to enable large disk support, press Enter</li>
  55. <li>Press Enter to continue</li>
  56. <li>Press 2 to Boot from&nbsp;CD-ROM</li>
  57. <li>Press 1 to Start Windows 98 Setup from CD-ROM</li>
  58. <li>Press Enter to Continue with Setup</li>
  59. <li>Click the Continue button to begin installing Windows</li>
  60. <li>Follow the prompts to give the machine a name and workgroup</li>
  61. <li>Wait for the files to copy and Windows 98 to complete initializing</li>
  62. <li>When the VM reboots, select 1 to Boot from the Hard Disk</li>
  63. <li>Enter a name and company on the User Information Dialog, click Next</li>
  64. <li>Select I accept the Agreement, click Next</li>
  65. <li>Enter a valid Windows 98 SE product key (H8J3X-9HQQG-DQXX7-6GFTJ-DF6MB), click Next</li>
  66. <li>Click Finish</li>
  67. <li>Set the date/time and select a timezone &gt; Click Apply &gt; Click OK</li>
  68. <li>Wait for Windows to Update Sytstem Settings</li>
  69. <li>At the login screen click OK</li>
  70. <li>Enjoy the boot up sound from the Gods</li>
  71. <li>Welcome back to Windows 98</li>
  72. <li>Revel in the nostalgia</li>
  73. </ol>
  74. </div>
  75. </div>
  76. </body>
  77. </html>