tutorials/0070.html
2022-03-06 12:26:57 -05:00

79 lines
No EOL
3.6 KiB
HTML

<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Running a Windows 98 VM in Virtualbox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<meta name="keywords" content="VirtualBox,Virtual Machine,Vintage Microsoft,Windows 98,i12bretro,How To,Tutorial">
<meta name="author" content="i12bretro">
<meta name="description" content="Running a Windows 98 VM in Virtualbox">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="includes/js/steps.js"></script>
<link href="css/steps.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="gridContainer">
<div class="topMargin"></div>
<div id="listName" class="topMargin">
<h1>Running a Windows 98 VM in Virtualbox</h1>
</div>
<div></div>
<div id="content">
<ol>
<li>Download Microsoft Windows 98 <a href="https://winworldpc.com/download/417d71c2-ae18-c39a-11c3-a4e284a2c3a5" target="_blank">Download</a></li>
<li>Extract the Windows 98 files</li>
<li>Launch Virtualbox</li>
<li>Create a New VM by selecting Machine &gt; New
<p>Name: Windows 98<br />
Machine Folder: C:\VMs<br />
Type: Microsoft Windows<br />
Version: Windows 98<br />
Memory Size: 512 MB<br />
Hard disk: Create a virtual hard disk now</p>
</li>
<li>Click Create</li>
<li>On the Create Virtual Hard Disk dialog
<p>Name the virtual disk image Windows 98.vdi<br />
File size: 1.00 GB<br />
Hard disk file type: VDI<br />
Storage on physical hard disk: Dynamically Allocated</p>
</li>
<li>Click Create</li>
<li>Select the VM and Click Settings</li>
<li>Select Storage</li>
<li>Click on the CD-ROM drive</li>
<li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
<li>Browse to the extracted Windows 98 files and select Win98 .iso</li>
<li>Click OK</li>
<li>Make sure the Windows 98 VM is selected and click Start &gt; Normal</li>
<li>Press 2 to Boot from&nbsp;CD-ROM</li>
<li>Press 1 to Start Windows 98 Setup from CD-ROM</li>
<li>Press Enter to Continue with Setup&nbsp;</li>
<li>Press Enter to Configure unallocated disk space</li>
<li>Select Yes to enable large disk support, press Enter</li>
<li>Press Enter to continue</li>
<li>Press 2 to Boot from&nbsp;CD-ROM</li>
<li>Press 1 to Start Windows 98 Setup from CD-ROM</li>
<li>Press Enter to Continue with Setup</li>
<li>Click the Continue button to begin installing Windows</li>
<li>Follow the prompts to give the machine a name and workgroup</li>
<li>Wait for the files to copy and Windows 98 to complete initializing</li>
<li>When the VM reboots, select 1 to Boot from the Hard Disk</li>
<li>Enter a name and company on the User Information Dialog, click Next</li>
<li>Select I accept the Agreement, click Next</li>
<li>Enter a valid Windows 98 SE product key (H8J3X-9HQQG-DQXX7-6GFTJ-DF6MB), click Next</li>
<li>Click Finish</li>
<li>Set the date/time and select a timezone &gt; Click Apply &gt; Click OK</li>
<li>Wait for Windows to Update Sytstem Settings</li>
<li>At the login screen click OK</li>
<li>Enjoy the boot up sound from the Gods</li>
<li>Welcome back to Windows 98</li>
<li>Revel in the nostalgia</li>
</ol>
</div>
</div>
</body>
</html>