0086.html 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Windows Vista 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 Vista,i12bretro,How To,Tutorial">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Windows Vista VM in Virtualbox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Running a Windows Vista VM in Virtualbox</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Locate a Windows Vista iso</li>
  26. <li>Launch Virtualbox</li>
  27. <li>Create a New VM by selecting Machine &gt; New
  28. <p>Name: Microsoft Windows Vista<br />
  29. Machine Folder: C:\VMs<br />
  30. Type: Microsoft Windows<br />
  31. Version: Windows Vista (64-bit)<br />
  32. Memory Size: 4096 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 Microsoft Windows Vista.vdi<br />
  38. File size: 25.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 System &gt; Processor</li>
  45. <li>Give the VM at least 2 processors</li>
  46. <li>Select Display</li>
  47. <li>Slide the Video Memory to 128 MB</li>
  48. <li>Select Storage</li>
  49. <li>Click on the CD-ROM drive</li>
  50. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  51. <li>Browse to and select the Windows Vista .iso file</li>
  52. <li>Click OK</li>
  53. <li>Make sure the Windows Vista VM is selected and click Start &gt; Normal</li>
  54. <li>Click Next</li>
  55. <li>Click Install Now</li>
  56. <li>Leave the product key blank, click Next &gt; Click No to continue</li>
  57. <li>Select the version and check the I selected the edition of Windows I purchased box &gt; Click Next</li>
  58. <li>Check the I accept box, Click Next</li>
  59. <li>Click Custom (advanced) &gt; Click Next</li>
  60. <li>Wait for Windows to copy files, the VM will reboot</li>
  61. <li>Enter a username and password &gt; Re-type the password &gt; Click Next</li>
  62. <li>Give the computer a name &gt; Click Next</li>
  63. <li>Click Ask me later</li>
  64. <li>Set the date/time and timezone &gt; Click Next</li>
  65. <li>Click Home</li>
  66. <li>Click the Start Button</li>
  67. <li>Enter your password to login</li>
  68. <li>Welcome back to Windows Vista</li>
  69. </ol>
  70. <h2>Optional Steps</h2>
  71. <ol>
  72. <li>Select Devices &gt; Insert Guest Additions CD image...</li>
  73. <li>If VirtualBox Guest Additions doesn&#39;t autorun, open&nbsp;My Computer &gt; CD Drive &gt; Double click VBoxWindowsAdditions-amd64.exe</li>
  74. <li>Install Guest Additions accepting the defaults</li>
  75. <li>Accept any driver popups from the Guest Additions installer by clicking the Install this driver software anyway button</li>
  76. <li>After the installation completes select Reboot now &gt; Click Finish</li>
  77. <li>Upon rebooting, you can now full screen the VM and the interal resolution will automatically change to match the window size</li>
  78. <li>Download i12bretro Windows SP Download</li>
  79. <li>Extract the downloaded zip file</li>
  80. <li>Select Devices &gt; Optical Drives &gt; Select disk image...</li>
  81. <li>Navigate to the extracted Windows SP file and select i12bretro_Windows_SP.iso</li>
  82. <li>If the VM doesn&#39;t autorun, open&nbsp;My Computer &gt; CD Drive</li>
  83. <li>Open the Windows Vista folder &gt; Double click SP1 x64.exe</li>
  84. <li>Follow the dialogs to install Service Pack 1</li>
  85. <li>Click Finish to reboot and complete the SP1 install</li>
  86. <li>After logging back in open&nbsp;My Computer &gt; CD Drive</li>
  87. <li>Open the Windows Vista folder &gt; Double click SP2 x64.exe</li>
  88. <li>Follow the dialogs to install Service Pack 2</li>
  89. <li>Once complete, Select Devices &gt; Optical Drives &gt; Remove disk from virtual drive</li>
  90. <li>Click Finish to reboot and complete the SP2 install</li>
  91. </ol>
  92. </div>
  93. </div>
  94. </body>
  95. </html>