0725.html 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Home Assistant Operating System [HAOS] 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="Browser Based,Home Lab,Home Lab Ideas,Hypervisor,Install Guide,Getting Started With Home Assistant,Home Assistant Simplified,Home Assistant Tutorial,Linux,Home Assistant VirtualBox Installation,Home Assistant Quick Start,VirtualBox,Home Assistant OS,Home Assistant OS Virtual Machine,Home Assistant OS VirtualBox,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Home Assistant Operating System [HAOS] VM in VirtualBox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="07/01/2022 09:10:20 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 Home Assistant Operating System [HAOS] VM in VirtualBox</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>What is Home Assistant Operating System [HAOS]?</h2>
  26. <blockquote><em>[Home Assistant Operating System is a] minimal Operating System optimized to power Home Assistant. It comes with Supervisor to manage Home Assistant Core and Add-on. -<a href="https://www.home-assistant.io/installation/" target="_blank">https://www.home-assistant.io/installation/</a></em></blockquote>
  27. <ol>
  28. <li>Open a web browser and download the Home Assistant Operating System .vdi <a href="https://www.home-assistant.io/installation/alternative" target="_blank">Download</a></li>
  29. <li>Extract the downloaded .zip file</li>
  30. <li>Launch VirtualBox</li>
  31. <li>Create a New VM by selecting Machine &gt; New
  32. <p>Name: HAOS<br />
  33. Machine Folder: C:\VMs<br />
  34. Type: Linux<br />
  35. Version: Other Linux (64-bit)<br />
  36. Memory Size: 2048 MB<br />
  37. Hard disk: Use an existing virtual hard disk now</p>
  38. </li>
  39. <li>Click the folder icon &gt; Browse to and select the extracted HAOS .vdi file</li>
  40. <li>Click Create</li>
  41. <li>Select the VM and Click Settings</li>
  42. <li>Select System</li>
  43. <li>Check the Enable EFI checkbox</li>
  44. <li>On the Processor tab, give the VM at least 2 processors</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 Audio</li>
  50. <li>Set the Audio Controller dropdown to Intel HD Audio</li>
  51. <li>Click OK</li>
  52. <li>Make sure the HAOS VM is selected and click Start &gt; Normal</li>
  53. <li>Welcome to Home Assistant Operating System</li>
  54. <li>Open a web browser and navigate to http://DNSorIP:8123</li>
  55. <li>Enter a Name, Username and Password to create a Home Assistant user account &gt; Click Create Account</li>
  56. <li>Enter a Name for this Home Assistant installation (ie Home)</li>
  57. <li>Click Detect to set the installation geolocation</li>
  58. <li>Verify the Unit System and Currency &gt; Click Next</li>
  59. <li>Select any anonymous data to share with the Home Assistant development team &gt; Click Next</li>
  60. <li>Click Finish</li>
  61. </ol> </div>
  62. </div>
  63. </body>
  64. </html>