0086.html 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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,Microsoft,Install Guide,Hypervisor,Microsoft Windows,Microsoft Windows Vista,How To Install Windows Vista In VirtualBox,VirtualBox Windows Vista VM,VirtualBox Windows Vista Virtual Machine,Windows Vista Install Guide,Windows Version 6,How To,Tutorial,i12bretro">
  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. <meta name="revised" content="03/31/2022 08:48:32 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 Vista VM in Virtualbox</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Locate a Windows Vista iso</li>
  27. <li>Launch Virtualbox</li>
  28. <li>Create a New VM by selecting Machine &gt; New
  29. <p>Name: Microsoft Windows Vista<br />
  30. Machine Folder: C:\VMs<br />
  31. Type: Microsoft Windows<br />
  32. Version: Windows Vista (64-bit)<br />
  33. Memory Size: 4096 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 Microsoft Windows Vista.vdi<br />
  39. File size: 25.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 System &gt; Processor</li>
  46. <li>Give the VM at least 2 processors</li>
  47. <li>Select Display</li>
  48. <li>Slide the Video Memory to 128 MB</li>
  49. <li>Select Storage</li>
  50. <li>Click on the CD-ROM drive</li>
  51. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  52. <li>Browse to and select the Windows Vista .iso file</li>
  53. <li>Click OK</li>
  54. <li>Make sure the Windows Vista VM is selected and click Start &gt; Normal</li>
  55. <li>Click Next</li>
  56. <li>Click Install Now</li>
  57. <li>Leave the product key blank, click Next &gt; Click No to continue</li>
  58. <li>Select the version and check the I selected the edition of Windows I purchased box &gt; Click Next</li>
  59. <li>Check the I accept box, Click Next</li>
  60. <li>Click Custom (advanced) &gt; Click Next</li>
  61. <li>Wait for Windows to copy files, the VM will reboot</li>
  62. <li>Enter a username and password &gt; Re-type the password &gt; Click Next</li>
  63. <li>Give the computer a name &gt; Click Next</li>
  64. <li>Click Ask me later</li>
  65. <li>Set the date/time and timezone &gt; Click Next</li>
  66. <li>Click Home</li>
  67. <li>Click the Start Button</li>
  68. <li>Enter your password to login</li>
  69. <li>Welcome back to Windows Vista</li>
  70. </ol>
  71. <h2>Optional Steps</h2>
  72. <ol>
  73. <li>Select Devices &gt; Insert Guest Additions CD image...</li>
  74. <li>If VirtualBox Guest Additions doesn&#39;t autorun, open&nbsp;My Computer &gt; CD Drive &gt; Double click VBoxWindowsAdditions-amd64.exe</li>
  75. <li>Install Guest Additions accepting the defaults</li>
  76. <li>Accept any driver popups from the Guest Additions installer by clicking the Install this driver software anyway button</li>
  77. <li>After the installation completes select Reboot now &gt; Click Finish</li>
  78. <li>Upon rebooting, you can now full screen the VM and the interal resolution will automatically change to match the window size</li>
  79. <li>Download i12bretro Windows SP Download</li>
  80. <li>Extract the downloaded zip file</li>
  81. <li>Select Devices &gt; Optical Drives &gt; Select disk image...</li>
  82. <li>Navigate to the extracted Windows SP file and select i12bretro_Windows_SP.iso</li>
  83. <li>If the VM doesn&#39;t autorun, open&nbsp;My Computer &gt; CD Drive</li>
  84. <li>Open the Windows Vista folder &gt; Double click SP1 x64.exe</li>
  85. <li>Follow the dialogs to install Service Pack 1</li>
  86. <li>Click Finish to reboot and complete the SP1 install</li>
  87. <li>After logging back in open&nbsp;My Computer &gt; CD Drive</li>
  88. <li>Open the Windows Vista folder &gt; Double click SP2 x64.exe</li>
  89. <li>Follow the dialogs to install Service Pack 2</li>
  90. <li>Once complete, Select Devices &gt; Optical Drives &gt; Remove disk from virtual drive</li>
  91. <li>Click Finish to reboot and complete the SP2 install</li>
  92. </ol>
  93. </div>
  94. </div>
  95. </body>
  96. </html>