Terra-Master, Home Assistant and Virtualbox

Discussions related to using VirtualBox on other (unsupported) hosts like FreeBSD.
Post Reply
psznt
Posts: 1
Joined: 14. Feb 2024, 11:31

Terra-Master, Home Assistant and Virtualbox

Post by psznt »

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)

Code: Select all

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
                )

        )

)
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Terra-Master, Home Assistant and Virtualbox

Post by scottgus1 »

I'm not sure what the code that you posted does, but a hard disk cannot be connected to the DVD drive. It doesn't "fit".

FWIW this doesn't look like any Virtualbox code or XML I've seen, so you may have to go to whoever coded it and get them to debug it.
psznt wrote: 14. Feb 2024, 11:33 I managed to get HAOS with VirtualBox, but it stopped working.
How do you know it stopped working? Exact error messages, please.
psznt wrote: 14. Feb 2024, 11:33 I try to reinstall it and it doesn’t even load…
How are you trying to reinstall it? How did yo install it the first time?

Please be more descriptive in your posts, so we can help you better.
Post Reply