0687.html 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Can You Run VirtualBox Inside of a ProxMox VM?</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Proxmox VE,Hypervisor,Nested Virtualization,VirtualBox,VM,Virtual Machine,Windows,Proxmox,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Can You Run VirtualBox Inside of a ProxMox VM?">
  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>Can You Run VirtualBox Inside of a ProxMox VM?</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>A Little Background</h2>
  25. <p>First, let me give a little background since this seems like an unnecessary use case. I had the idea of converting a physical Windows PC into a ProxMox VM (P2V) to allow me to better separate the PC resources for different tasks. Currently one of the main uses for the PC is to quickly test different things using VirtualBox. This could be testing new Linux distro releases, working through steps for a new application install tutorial or walking through the steps of an existing tutorial when an issue is reported by a viewer. I have a workflow that I like to use and I didn&#39;t want to abandon VirtualBox and migrate the workflow to ProxMox. So, is it possible and if so, how well does it work?</p>
  26. <div style="height: 10px;"> </div>
  27. <ol>
  28. <li>Log into the Proxmox Web UI</li>
  29. <li>Expand the node and select the target VM</li>
  30. <li>Select Hardware from the sub-navigation menu</li>
  31. <li>Double click the Processors entry &gt; Set the Type value to host<br />
  32. <span style="font-size:12px; line-height: 36px; vertical-align: text-top;"><em>Note: this will passthrough all the functionality of the Proxmox host processor to the VM</em></span></li>
  33. <li>Start the Proxmox VM</li>
  34. <li>Log into the VM</li>
  35. <li>D<label for="cb_li_131081_2">ownload VirtualBox and the Virtualbox Extension Pack </label><label for="cb_li_131081_2"><a href="https://www.virtualbox.org/wiki/Downloads" target="_blank">Download</a></label></li>
  36. <li>Install VirtualBox</li>
  37. <li>Install the VirtualBox Extension Pack</li>
  38. <li>Create or import a 64-bit VirtualBox VM</li>
  39. <li>Start the new VirtualBox VM</li>
  40. <li>Does is work?</li>
  41. </ol>
  42. </div>
  43. </div>
  44. </body>
  45. </html>