12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Running a TrueNAS SCALE VM in VirtualBox</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="TrueNAS,Virtual Machine,VM,VirtualBox,Linux,NAS,Network Storage,SCALE,TrueNAS SCALE,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Running a TrueNAS SCALE VM in VirtualBox">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="07/08/2023 07:31:16 AM" />
- <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 VirtualBox</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Download TrueNAS SCALE <a href="https://www.truenas.com/download-tn-scale/" target="_blank">Download</a></li>
- <li>Launch Virtualbox</li>
- <li>Create a New VM by selecting Machine > New
- <p>Name: TrueNAS SCALE<br />
- Machine Folder: C:\VMs<br />
- Type: Linux<br />
- Version: Debian (64-bit)<br />
- Memory Size: 8192 MB<br />
- Hard disk: Create a virtual hard disk now</p>
- </li>
- <li>Click Create</li>
- <li>On the Create Virtual Hard Disk dialog
- <p>Name the virtual disk image TrueNAS SCALE.vdi<br />
- File size: 16 GB<br />
- Hard disk file type: VDI<br />
- Storage on physical hard disk: Dynamically Allocated</p>
- </li>
- <li>Click Create</li>
- <li>Select the VM and Click Settings</li>
- <li>Selec System</li>
- <li>Slide the Processor(s) to 2</li>
- <li>Select Display</li>
- <li>Slide the Video Memory to 128 MB</li>
- <li>Select Storage</li>
- <li>Click on the CD-ROM drive</li>
- <li>Select the disc dropdown to the right > Choose a virtual optical disc file...</li>
- <li>Browse to and select the downloaded TrueNAS SCALE .iso file</li>
- <li>Select Network</li>
- <li>Set the attached to dropdown to Bridged Adapter</li>
- <li>Click OK</li>
- <li>Make sure the TrueNAS SCALE VM is selected and click Start > Normal</li>
- <li>At the menu, press Enter to start the TrueNAS SCALE Installation</li>
- <li>Select Install/Upgrade > OK</li>
- <li>Press the space bar to select the VBOX HARDDISK > Press Enter</li>
- <li>Select Yes to continue the installation > Press Enter</li>
- <li>Enter a root password twice > Press Enter</li>
- <li>After the installation completes select Devices > Optical Drives > Remove disk from virtual drive</li>
- <li>Click Force Unmount</li>
- <li>Press Enter to reboot the VM</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 root and the password set during the installation</li>
- <li>Welcome to TrueNAS SCALE</li>
- </ol> </div>
- </div>
- </body>
- </html>
-
|