0072.html 4.8 KB

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