|
@@ -0,0 +1,61 @@
|
|
|
+ <!DOCTYPE html>
|
|
|
+ <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
+ <head>
|
|
|
+ <title>Running a TrueNAS SCALE VM in Proxmox VE</title>
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <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">
|
|
|
+ <meta name="author" content="i12bretro">
|
|
|
+ <meta name="description" content="Running a TrueNAS SCALE VM in Proxmox VE">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta name="revised" content="02/19/2023 12:33:50 PM" />
|
|
|
+ <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
|
|
|
+ <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
|
|
+ <script type="text/javascript" src="includes/js/steps.js"></script>
|
|
|
+ <link href="css/steps.css" rel="stylesheet" type="text/css" />
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <div id="gridContainer">
|
|
|
+ <div class="topMargin"></div>
|
|
|
+ <div id="listName" class="topMargin">
|
|
|
+ <h1>Running a TrueNAS SCALE VM in Proxmox VE</h1>
|
|
|
+ </div>
|
|
|
+ <div></div>
|
|
|
+ <div id="content">
|
|
|
+ <ol>
|
|
|
+ <li>Download the TrueNAS Scale iso <a href="https://www.truenas.com/download-truenas-scale/" style="font-size: inherit" target="_blank">Download</a></li>
|
|
|
+ <li>Log into the Proxmox web UI</li>
|
|
|
+ <li>Select a storage from the left navigation pane to download the .iso to</li>
|
|
|
+ <li>Select ISO Images in the left sub-navigation pane</li>
|
|
|
+ <li>and upload it to the Proxmox ISO image library</li>
|
|
|
+ <li>Right click the Proxmox node name > Create VM</li>
|
|
|
+ <li>Give the VM a unique ID and Name > Next</li>
|
|
|
+ <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 > Next</li>
|
|
|
+ <li>Leave the defaults on the System tab > Next</li>
|
|
|
+ <li>On the Hard Disk tab, set the Disk size to 16 GiB or more > Next</li>
|
|
|
+ <li>On the CPU tab, set Cores to 2 or more and Type to host > Next</li>
|
|
|
+ <li>On the Memory tab, set the Memory to 4096 or more > Next</li>
|
|
|
+ <li>Leave the defaults on the Network tab > Next</li>
|
|
|
+ <li>Verify the summary and click Finish</li>
|
|
|
+ <li>Right click the TrueNAS Scale VM in the left navigation pane > Start</li>
|
|
|
+ <li>Click console in the left sub-navigation menu</li>
|
|
|
+ <li>At the boot menu, press Enter to select Start TrueNAS SCALE Installation</li>
|
|
|
+ <li>Select Install/Upgrade > OK</li>
|
|
|
+ <li>If prompted about not having 8GB of RAM, select Yes to continue anyway</li>
|
|
|
+ <li>Press the space bar to select the QEMU HARDDISK > Press Enter</li>
|
|
|
+ <li>Select Yes to continue the installation > Press Enter</li>
|
|
|
+ <li>Select Administrative user (admin) > Press Enter</li>
|
|
|
+ <li>Enter and confirm a password for the admin user > Press Enter</li>
|
|
|
+ <li>After the installation completes, navigate to the VM > Hardware menu in the Proxmox web UI and remove the TrueNAS Scale .iso from the CD/DVD drive</li>
|
|
|
+ <li>Back in the VM, select Reboot System > Press Enter</li>
|
|
|
+ <li>Once TrueNAS Scale has finished booting, note the URL on the screen</li>
|
|
|
+ <li>Open a web browser and navigate to the TrueNAS Scale URL</li>
|
|
|
+ <li>Log into the Web UI with username admin and the password set during the installation</li>
|
|
|
+ <li>Welcome to TrueNAS Scale</li>
|
|
|
+</ol>
|
|
|
+
|
|
|
+<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>
|
|
|
+ </div>
|
|
|
+ </body>
|
|
|
+ </html>
|
|
|
+
|