0546.html 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Create a Bootable ProxMox VE USB Flash Drive for Testing</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To,Tutorial,i12bretro,Proxmox,Hypervisor,USB,Flash Drive,Portable,Virtual Machines,Testing,Linux,Debian">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Create a Bootable ProxMox VE USB Flash Drive for Testing">
  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>Create a Bootable ProxMox VE USB Flash Drive for Testing</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <p>NOTE: This is a helpful exercise to test or debug ProxMox VE but is not recommended for production use.</p>
  25. <h2>Things You Will Need</h2>
  26. <ul>
  27. <li>A USB flash drive, at least 8 GB</li>
  28. </ul>
  29. <h2>Installing ProxMox VE on USB Flash Drive</h2>
  30. <ol>
  31. <li>Download the Proxmox VE .iso file <a href="https://www.proxmox.com/en/downloads" target="_blank">Download</a></li>
  32. <li>Download Virtualbox and Virtualbox Extension Pack <a href="https://www.virtualbox.org/wiki/Downloads" target="_blank">Download</a></li>
  33. <li>Install Virtualbox</li>
  34. <li>Install the Virtualbox Extension Pack</li>
  35. <li>Plug the target USB flash drive into the host PC</li>
  36. <li>Launch Virtualbox</li>
  37. <li>Create a New VM by selecting Machine &gt; New
  38. <p>Name: LiveISO<br />
  39. Machine Folder: C:\VMs<br />
  40. Type: Linux<br />
  41. Version: Debian (64-bit)<br />
  42. Memory Size: 2048 MB<br />
  43. Hard disk: Do not add a virtual hard disk</p>
  44. </li>
  45. <li>Click Create</li>
  46. <li>Select the VM and Click Settings</li>
  47. <li>Select Display</li>
  48. <li>Slide the Video Memory to 128 MB</li>
  49. <li>Select Network</li>
  50. <li>Set the attached to dropdown to Bridged Adapter</li>
  51. <li>Select Storage</li>
  52. <li>Click on the CD-ROM drive</li>
  53. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  54. <li>Browse to and select the downloaded ProxMox VE .iso file</li>
  55. <li>Select USB</li>
  56. <li>Click the Add USB device icon (second icon from the top on the far right)</li>
  57. <li>Select the target USB flash drive to attach to the VM</li>
  58. <li>Click OK</li>
  59. <li>Make sure the LiveISO VM is selected and click Start &gt; Normal</li>
  60. <li>Select Install Proxmox VE and press Enter</li>
  61. <li>Click the I agree button to accept the EULA</li>
  62. <li>Select the USB disk as the Target Harddisk from the dropdown &gt; Click Next</li>
  63. <li>Set the Country, Time zone and Keyboard Layout &gt; Click Next</li>
  64. <li>Enter a password and confirm, Enter an email address &gt; Click Next</li>
  65. <li>Give the Proxmox device a hostname, confirm the network settings &gt; Click Next</li>
  66. <li>Click the Install button</li>
  67. <li>Wait for Proxmox to be installed and configured</li>
  68. <li>After the installation succeeds, power down the VM</li>
  69. <li>That&#39;s it, the USB flash drive is now a quick and portable ProxMox VE installation</li>
  70. </ol>
  71. </div>
  72. </div>
  73. </body>
  74. </html>