Install HA OS (not Container) on a NAS

Hi,

I have a NAS (Terra-Master) and installed Home Assistant, but only the Container version, but it is limited. I would like to add the fully featured HAOS (or Supervised) so I can use Add-Ons.

I searched the forums and didn’t find any solutions for it. Can someone help me understand how I can do a full HAOS install on my NAS or if I have to buy a HA Yellow or Green for it?

Thank you!

Can you run a VM?

I did manage to install it to TOS’s Virtualbox, but at the end, I don’t get Supervisor to startup (see pic attached). When I try to load HA in the browser, it doesn’t find it…

The vm is not getting an ip address.

How can I resolve it? Where should I check why that is?

Thay is a vbox question.

Your system is not picking up a DHCP address. Check your router settings, cables, etc.

Hi - I checked and everything is working. HAOS is installed on the VirtualBox that is running through Terra-Master’s TOS. The TOS is picking up DHCP. If I ran HA Core through TOS, it picks up DHCP and works, I can reach it. When I run it through Virtualbox, it doesn’t. I don’t know what to change or fix.

If you can afford the low price of a HA Green go for it. Your return on investment will be almost instant, assuming you value your time.

I think that will be the way to go. Thanks

Hi - I managed to get HAOS with VirtualBox, but it stopped working. I try to reinstall it and it doesn’t even load… And a new error I get when I first try to launch it:

VirtualBox error: rc=0x80bb0001 The medium ‘/Volume1/User/peterszanto/VirtualBox VMs/haos_ova-11.5.vdi’ can’t be used as the requested device type (DVD, detected HDD) (0x80004005)

SoapFault Object
(
    [message:protected] => VirtualBox error: rc=0x80bb0001 The medium '/Volume1/User/peterszanto/VirtualBox VMs/haos_ova-11.5.vdi' can't be used as the requested device type (DVD, detected HDD) (0x80004005)
    [string:Exception:private] => 
    [code:protected] => 0
    [file:protected] => /Volume1/@apps/virtualbox/webui/endpoints/lib/vboxServiceWrappers.php
    [line:protected] => 1474
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /Volume1/@apps/virtualbox/webui/endpoints/lib/vboxServiceWrappers.php
                    [line] => 1474
                    [function] => __soapCall
                    [class] => SoapClient
                    [type] => ->
                    [args] => Array
                        (
                            [0] => IVirtualBox_openMedium
                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [_this] => d6e5cb5e4fcac02c-0000000000000001
                                            [location] => /Volume1/User/peterszanto/VirtualBox VMs/haos_ova-11.5.vdi
                                            [deviceType] => DVD
                                            [accessMode] => ReadWrite
                                            [forceNewUuid] => 
                                        )

                                )

                        )

                )

            [1] => Array
                (
                    [file] => /Volume1/@apps/virtualbox/webui/endpoints/lib/vboxconnector.php
                    [line] => 5085
                    [function] => openMedium
                    [class] => IVirtualBox
                    [type] => ->
                    [args] => Array
                        (
                            [0] => /Volume1/User/peterszanto/VirtualBox VMs/haos_ova-11.5.vdi
                            [1] => DVD
                            [2] => ReadWrite
                            [3] => 
                        )

                )

            [2] => Array
                (
                    [file] => /Volume1/@apps/virtualbox/webui/endpoints/lib/vboxconnector.php
                    [line] => 951
                    [function] => remote_mediumAdd
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [path] => /Volume1/User/peterszanto/VirtualBox VMs/haos_ova-11.5.vdi
                                    [type] => DVD
                                )

                        )

                )

            [3] => Array
                (
                    [file] => /Volume1/@apps/virtualbox/webui/endpoints/api.php
                    [line] => 316
                    [function] => __call
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => mediumAdd
                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [path] => /Volume1/User/peterszanto/VirtualBox VMs/haos_ova-11.5.vdi
                                            [type] => DVD
                                        )

                                    [1] => Array
                                        (
                                            [0] => Array
                                                (
                                                    [data] => Array
                                                        (
                                                            [responseData] => Array
                                                                (
                                                                )

                                                        )

                                                    [errors] => Array
                                                        (
                                                        )

                                                    [persist] => Array
                                                        (
                                                        )

                                                    [messages] => Array
                                                        (
                                                        )

                                                )

                                        )

                                )

                        )

                )

        )

    [previous:Exception:private] => 
    [faultstring] => VirtualBox error: rc=0x80bb0001 The medium '/Volume1/User/peterszanto/VirtualBox VMs/haos_ova-11.5.vdi' can't be used as the requested device type (DVD, detected HDD) (0x80004005)
    [faultcode] => SOAP-ENV:Client
    [detail] => stdClass Object
        (
            [RuntimeFault] => stdClass Object
                (
                    [resultCode] => -2135228415
                    [returnval] => d6e5cb5e4fcac02c-0000000000000002
                )

        )

)




Please help :slight_smile: