0221.html 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a TrueNAS CORE VM in VirtualBox</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="TrueNAS,Virtual Machine,VM,VirtualBox,Linux,NAS,Network Storage,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a TrueNAS CORE VM in VirtualBox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="06/01/2022 06:32:23 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 CORE VM in VirtualBox</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Download TrueNAS&nbsp;<a href="https://www.truenas.com/download-tn-core/" target="_blank">Download</a></li>
  27. <li>Launch Virtualbox</li>
  28. <li>Create a New VM by selecting Machine &gt; New
  29. <p>Name: TrueNAS<br />
  30. Machine Folder: C:\VMs<br />
  31. Type: BSD<br />
  32. Version: FreeBSD (64-bit)<br />
  33. Memory Size: 8192&nbsp;MB<br />
  34. Hard disk: Create a virtual hard disk now</p>
  35. </li>
  36. <li>Click Create</li>
  37. <li>On the Create Virtual Hard Disk dialog
  38. <p>Name the virtual disk image TrueNAS.vdi<br />
  39. File size: 16&nbsp;GB<br />
  40. Hard disk file type: VDI<br />
  41. Storage on physical hard disk: Dynamically Allocated</p>
  42. </li>
  43. <li>Click Create</li>
  44. <li>Select the VM and Click Settings</li>
  45. <li>Select Display</li>
  46. <li>Slide the Video Memory to 128 MB</li>
  47. <li>Select Network</li>
  48. <li>Set the attached to dropdown to Bridged Adapter</li>
  49. <li>Select Storage</li>
  50. <li>Click on the CD-ROM drive</li>
  51. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  52. <li>Browse to and select the downloaded TrueNAS .iso file</li>
  53. <li>Click OK</li>
  54. <li>Make sure the TrueNAS VM is selected and click Start &gt; Normal</li>
  55. <li>At the menu, press Enter to start the TrueNAS installer</li>
  56. <li>Select Install/Upgrade &gt; OK</li>
  57. <li>If prompted about not enough RAM&nbsp;select Yes to continue&nbsp;&gt; Press Enter</li>
  58. <li>Press the space bar to select the VBOX HARDDISK &gt; Press Enter</li>
  59. <li>Select Yes to continue the installation &gt; Press Enter</li>
  60. <li>Enter a root password twice &gt; Press Enter</li>
  61. <li>Select Boot via BIOS &gt; Press Enter</li>
  62. <li>After the installation completes select Devices &gt; Optical Drives &gt; Remove disk from virtual drive</li>
  63. <li>Click Force Unmount</li>
  64. <li>Select Machine &gt; Reset to reboot the VM</li>
  65. <li>Once TrueNAS has finished booting, note the URL on the screen</li>
  66. <li>Open a web browser and navigate to the TrueNAS URL</li>
  67. <li>Log into the Web UI with username root and the password set during the installation</li>
  68. <li>Welcome to TrueNAS</li>
  69. </ol>
  70. </div>
  71. </div>
  72. </body>
  73. </html>