0875.html 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Can Proxmox VE Run a Windows XP VM?</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Home Lab,Home Lab Ideas,Hypervisor,Install Guide,Proxmox Step By Step,Proxmox Host,Proxmox,Proxmox Tutorial,Proxmox VE,VM,Virtual Machine,Virtualization,Microsoft Windows,Microsoft,Microsoft Windows XP,Vintage Microsoft,Windows Version 5,Windows XP,How To Install Windows XP In Proxmox,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Can Proxmox VE Run a Windows XP VM?">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="01/08/2023 01:59:07 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>Can Proxmox VE Run a Windows XP VM?</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Download a Windows XP x64 .iso <a href="https://archive.org/search.php?query=windows%20xp%20x64&amp;and[]=mediatype%3A%22software%22" target="_blank">Download</a></li>
  27. <li>Upload the Windows XP x64 .iso file to the Proxmox ISO library</li>
  28. <li>Log into the ProxMox web UI</li>
  29. <li>Right click the ProxMox node name &gt; Create VM</li>
  30. <li>Give the VM a unique ID and Name &gt; Next</li>
  31. <li>Set the Type to Microsoft Windows, Version to XP/2003 and select the Windows XP iso</li>
  32. <li>Leave the defaults on the System tab &gt; Next</li>
  33. <li>On the Hard Disk tab, set the Bus/Device dropdown to IDE and the Disk size to 4 GB or more &gt; Next</li>
  34. <li>On the CPU tab, set Cores to 1 or more &gt; Next</li>
  35. <li>On the Memory tab, set the Memory to 1024 or more &gt; Next</li>
  36. <li>On the Network tab, set the Model field to Realtek RTL8139 &gt; Next</li>
  37. <li>Verify the summary and click Finish</li>
  38. <li>Right click the Windows XP VM in the left navigation pane &gt; Start</li>
  39. <li>Click console in the left sub-navigation menu</li>
  40. <li>Windows Setup will start automatically</li>
  41. <li>Press Enter to Continue with Setup </li>
  42. <li>Press F8 to Agree to the Licensing Agreement</li>
  43. <li>Press Enter to Install to the Unpartitioned space</li>
  44. <li>Select the top option to Format the partition using the NTFS file system (Quick) &gt; Press Enter</li>
  45. <li>Wait for Windows to reboot the VM</li>
  46. <li>Do not press anything to boot the CD-ROM</li>
  47. <li>Wait for Windows to install and configure drivers and devices</li>
  48. <li>Click Next</li>
  49. <li>Enter a name and organization, click Next</li>
  50. <li>Enter a valid Windows XP product key<span class="hidden"> (DG8FV-B9TKY-FRT9J-6CRCC-XPQ4G)</span>, click Next</li>
  51. <li>Give the Computer a name</li>
  52. <li>Set an administrator password and re-type to confirm &gt; Click Next</li>
  53. <li>Set the date/time and select a timezone &gt; Click Next</li>
  54. <li>Click the Next button to accept default and continue installing Windows XP</li>
  55. <li>Click OK to allow Windows to adjust the screen resolution</li>
  56. <li>Click OK if the screen resolution looks better</li>
  57. <li>Click Next at the Welcome Screen</li>
  58. <li>Select Not right now for automatic updates &gt; Click Next</li>
  59. <li>Click Skip on the internet connection screen</li>
  60. <li>Select No, not at this time on the Register with Microsoft screen &gt; Click Next</li>
  61. <li>Enter a user name &gt; Click Next</li>
  62. <li>Click Finish</li>
  63. <li>Welcome back to Windows XP</li>
  64. </ol> </div>
  65. </div>
  66. </body>
  67. </html>