0546.html 3.9 KB

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