-
Notifications
You must be signed in to change notification settings - Fork 58
/
0070.html
80 lines (79 loc) · 3.79 KB
/
0070.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!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,Hypervisor,Install Guide,Microsoft,Microsoft Windows,Microsoft Windows 98,Windows Version 4,How To Install Windows 98 In VirtualBox,VM,How To,Tutorial,i12bretro">
<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">
<meta name="revised" content="03/29/2022 08:41:03 PM" />
<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 > 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 > 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 > Normal</li>
<li>Press 2 to Boot from CD-ROM</li>
<li>Press 1 to Start Windows 98 Setup from CD-ROM</li>
<li>Press Enter to Continue with Setup </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 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 > Click Apply > 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>