0072.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Windows XP 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 XP,Hypervisor,Install Guide,Microsoft,Microsoft Windows,Microsoft Windows XP,Windows Version 5,How To Install Windows XP In VirtualBox,VM,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Windows XP VM in Virtualbox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/29/2022 08:49:06 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 XP VM in Virtualbox</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Locate a Microsoft Windows XP iso</li>
  27. <li>Launch Virtualbox</li>
  28. <li>Create a New VM by selecting Machine &gt; New
  29. <p>Name: Windows XP<br />
  30. Machine Folder: C:\VMs<br />
  31. Type: Microsoft Windows<br />
  32. Version: Windows XP (32-bit)<br />
  33. Memory Size: 1024 MB<br />
  34. Hard disk: Create a virtual hard disk now</p>
  35. </li>
  36. <li>Click Create</li>
  37. <li>On the Create Virtual Hard Disk dialog
  38. <p>Name the virtual disk image Windows XP.vdi<br />
  39. File size: 10.00 GB<br />
  40. Hard disk file type: VDI<br />
  41. Storage on physical hard disk: Dynamically Allocated</p>
  42. </li>
  43. <li>Click Create</li>
  44. <li>Select the VM and Click Settings</li>
  45. <li>Select Storage</li>
  46. <li>Click on the CD-ROM drive</li>
  47. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  48. <li>Browse to and select the Windows XP .iso file</li>
  49. <li>Click OK</li>
  50. <li>Make sure the Windows XP VM is selected and click Start &gt; Normal</li>
  51. <li>Windows Setup will start automatically</li>
  52. <li>Press Enter to Continue with Setup&nbsp;</li>
  53. <li>Press F8 to Agree to the Licensing Agreement</li>
  54. <li>Press Enter to Install to the Unpartitioned space</li>
  55. <li>Select the top option to Format the partition using the NTFS file system (Quick) &gt; Press Enter</li>
  56. <li>Wait for Windows to reboot the VM</li>
  57. <li>Do not press anything to boot the CD-ROM</li>
  58. <li>Wait for Windows to install and configure&nbsp;drivers and devices</li>
  59. <li>Click Next</li>
  60. <li>Enter a name and organization, click Next</li>
  61. <li>Enter a valid Windows XP product key (DG8FV-B9TKY-FRT9J-6CRCC-XPQ4G), click Next</li>
  62. <li>Give the Computer a name</li>
  63. <li>Set an administrator password and re-type to confirm &gt; Click Next</li>
  64. <li>Set the date/time and select a timezone &gt; Click Next</li>
  65. <li>Click the Next button to accept default and continue installing Windows XP</li>
  66. <li>Click OK to allow Windows to adjust the screen resolution</li>
  67. <li>Click OK if the screen resolution looks better</li>
  68. <li>Click Next at the Welcome Screen</li>
  69. <li>Select Not right now for automatic updates &gt; Click Next</li>
  70. <li>Click Skip on the internet connection screen</li>
  71. <li>Select No, not at this time on the Register with Microsoft screen &gt; Click Next</li>
  72. <li>Enter a user name &gt; Click Next</li>
  73. <li>Click Finish</li>
  74. <li>Enjoy the boot up sound from the Gods</li>
  75. <li>Welcome back to Windows XP</li>
  76. <li>Revel in the nostalgia</li>
  77. </ol>
  78. <h2>Optional Steps</h2>
  79. <ol>
  80. <li>Select Devices &gt; Insert Guest Additions CD image...</li>
  81. <li>If VirtualBox Guest Additions doesn&#39;t autorun, open&nbsp;My Computer &gt; CD Drive &gt; Double click VBoxWindowsAdditions-x86.exe</li>
  82. <li>Install Guest Additions accepting the defaults</li>
  83. <li>Accept any driver popups from the Guest Additions installer by clicking the Continue Anyway button</li>
  84. <li>After the installation completes select Reboot now &gt; Click Finish</li>
  85. <li>Upon rebooting, you can now full screen the VM and the interal resolution will automatically change to match the window size</li>
  86. <li>Download i12bretro Windows SP.iso <a href="https://drive.google.com/open?id=1kCH4j9DmcDZHS3Bw8XlFG7PxJ5y-PR2v" target="_blank">Download</a></li>
  87. <li>Select Devices &gt; Optical Drives &gt; Select disk image...</li>
  88. <li>Navigate to and select i12bretro_Windows_SP.iso</li>
  89. <li>If the VM doesn&#39;t autorun, open&nbsp;My Computer &gt; CD Drive</li>
  90. <li>Open the Windows XP folder &gt; Double click Windows XP SP3.exe</li>
  91. <li>Follow the dialogs to install Service Pack 3</li>
  92. <li>Click Finish to reboot and complete the SP3 install</li>
  93. </ol>
  94. </div>
  95. </div>
  96. </body>
  97. </html>