0876.html 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a TrueNAS SCALE VM in Proxmox VE</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Virtual Machine,VM,TrueNAS SCALE,TrueNAS,SCALE,Network Storage,NAS,Linux,Web Based Tools,Web Based,Install Guide,Hypervisor,Home Lab Ideas,Home Lab,Browser Based,Proxmox,Proxmox Host,Proxmox Step By Step,Proxmox Tutorial,Proxmox VE,Virtualization,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a TrueNAS SCALE VM in Proxmox VE">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="02/19/2023 12:33:50 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 TrueNAS SCALE VM in Proxmox VE</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Download the TrueNAS Scale iso <a href="https://www.truenas.com/download-truenas-scale/" style="font-size: inherit" target="_blank">Download</a></li>
  27. <li>Log into the Proxmox web UI</li>
  28. <li>Select a storage from the left navigation pane to download the .iso to</li>
  29. <li>Select ISO Images in the left sub-navigation pane</li>
  30. <li>and upload it to the Proxmox ISO image library</li>
  31. <li>Right click the Proxmox node name &gt; Create VM</li>
  32. <li>Give the VM a unique ID and Name &gt; Next</li>
  33. <li>On the OS tab, Select the TrueNAS Scale installation .iso file, leave the Type as Linux and the Version as 5.x - 2.6 Kernel &gt; Next</li>
  34. <li>Leave the defaults on the System tab &gt; Next</li>
  35. <li>On the Hard Disk tab, set the Disk size to 16 GiB or more &gt; Next</li>
  36. <li>On the CPU tab, set Cores to 2 or more and Type to host &gt; Next</li>
  37. <li>On the Memory tab, set the Memory to 4096 or more &gt; Next</li>
  38. <li>Leave the defaults on the Network tab &gt; Next</li>
  39. <li>Verify the summary and click Finish</li>
  40. <li>Right click the TrueNAS Scale VM in the left navigation pane &gt; Start</li>
  41. <li>Click console in the left sub-navigation menu</li>
  42. <li>At the boot menu, press Enter to select Start TrueNAS SCALE Installation</li>
  43. <li>Select Install/Upgrade &gt; OK</li>
  44. <li>If prompted about not having 8GB of RAM, select Yes to continue anyway</li>
  45. <li>Press the space bar to select the QEMU HARDDISK &gt; Press Enter</li>
  46. <li>Select Yes to continue the installation &gt; Press Enter</li>
  47. <li>Select Administrative user (admin) &gt; Press Enter</li>
  48. <li>Enter and confirm a password for the admin user &gt; Press Enter</li>
  49. <li>After the installation completes, navigate to the VM &gt; Hardware menu in the Proxmox web UI and remove the TrueNAS Scale .iso from the CD/DVD drive</li>
  50. <li>Back in the VM, select Reboot System &gt; Press Enter</li>
  51. <li>Once TrueNAS Scale has finished booting, note the URL on the screen</li>
  52. <li>Open a web browser and navigate to the TrueNAS Scale URL</li>
  53. <li>Log into the Web UI with username admin and the password set during the installation</li>
  54. <li>Welcome to TrueNAS Scale</li>
  55. </ol>
  56. <p>A full tutorial for passing a physical disks to a VM can be found <a href="https://youtu.be/ASwS8hZP5fE" target="_blank">here</a></p> </div>
  57. </div>
  58. </body>
  59. </html>