1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Running a TrueNAS CORE 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,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Running a TrueNAS CORE VM in VirtualBox">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="06/01/2022 06:32:23 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 CORE VM in VirtualBox</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Download TrueNAS <a href="https://www.truenas.com/download-tn-core/" target="_blank">Download</a></li>
- <li>Launch Virtualbox</li>
- <li>Create a New VM by selecting Machine > New
- <p>Name: TrueNAS<br />
- Machine Folder: C:\VMs<br />
- Type: BSD<br />
- Version: FreeBSD (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.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>Select Display</li>
- <li>Slide the Video Memory to 128 MB</li>
- <li>Select Network</li>
- <li>Set the attached to dropdown to Bridged Adapter</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 .iso file</li>
- <li>Click OK</li>
- <li>Make sure the TrueNAS VM is selected and click Start > Normal</li>
- <li>At the menu, press Enter to start the TrueNAS installer</li>
- <li>Select Install/Upgrade > OK</li>
- <li>If prompted about not enough RAM select Yes to continue > Press Enter</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>Select Boot via BIOS > Press Enter</li>
- <li>After the installation completes select Devices > Optical Drives > Remove disk from virtual drive</li>
- <li>Click Force Unmount</li>
- <li>Select Machine > Reset to reboot the VM</li>
- <li>Once TrueNAS has finished booting, note the URL on the screen</li>
- <li>Open a web browser and navigate to the TrueNAS URL</li>
- <li>Log into the Web UI with username root and the password set during the installation</li>
- <li>Welcome to TrueNAS</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|