0444.html 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>RockStor NAS Install Guide Using Virtualbox</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="RockStore NAS VirtualBox VM,RockStor NAS,Virtual Machine,Hypervisor,Install Guide,VM,VirtualBox,Linux,NAS,Network Storage,RockStor,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="RockStor NAS Install Guide Using Virtualbox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>RockStor NAS Install Guide Using Virtualbox</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Download RockStor <a href="https://sourceforge.net/projects/rockstor/files/latest/download" target="_blank">Download</a></li>
  26. <li>Launch Virtualbox</li>
  27. <li>Create a New VM by selecting Machine &gt; New
  28. <p>Name: RockStor<br />
  29. Machine Folder: C:\VMs<br />
  30. Type: Linux<br />
  31. Version: Fedora (64-bit)<br />
  32. Memory Size: 4096 MB<br />
  33. Hard disk: Create a virtual hard disk now</p>
  34. </li>
  35. <li>Click Create</li>
  36. <li>On the Create Virtual Hard Disk dialog
  37. <p>Name the virtual disk image RockStor.vdi<br />
  38. File size: 8 GB<br />
  39. Hard disk file type: VDI<br />
  40. Storage on physical hard disk: Dynamically Allocated</p>
  41. </li>
  42. <li>Click Create</li>
  43. <li>Select the VM and Click Settings</li>
  44. <li>Select Display</li>
  45. <li>Slide the Video Memory to 128 MB</li>
  46. <li>Select Network</li>
  47. <li>Set the attached to dropdown to Bridged Adapter</li>
  48. <li>Select Storage</li>
  49. <li>Click on the CD-ROM drive</li>
  50. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  51. <li>Browse to and select the downloaded RockStor .iso file</li>
  52. <li>Click OK</li>
  53. <li>Make sure the RockStor VM is selected and click Start &gt; Normal</li>
  54. <li>The installation should begin</li>
  55. <li>Click the ROOT PASSWORD option &gt; Enter and confirm the root password &gt; Click Done</li>
  56. <li>After the installation completes select Devices &gt; Optical Drives &gt; Remove disk from virtual drive</li>
  57. <li>Click Force Unmount</li>
  58. <li>Click the Reboot button</li>
  59. <li>Once RockStor has finished booting, login with the username root and the password set during installation</li>
  60. <li>Type ip addr to output the VM network information</li>
  61. <li>Note the IP address</li>
  62. <li>Open a web browser and navigate to https://IPAddress</li>
  63. <li>At the RockStor Setup page, enter a hostname and create an admin username and password &gt; Click Submit</li>
  64. <li>Welcome to RockStor</li>
  65. </ol>
  66. </div>
  67. </div>
  68. </body>
  69. </html>