Virtual Machine is 'inaccessible'












1















My host is WinXP SP3, and I have 2 VMs, one Ubuntu and the other WinXP SP2. Everything was shut down last night when I went to bed. This morning, the WinXP VM was showing inaccessible. Everything is greyed out except for the refresh button that does nothing. No access to 'Settings' or anything else. How to I get it back instead of creating another one. The VDI file is still there.










share|improve this question


















  • 1





    Official VirtualBox forums (where you're more likely to find help quickly) are at: forums.virtualbox.org

    – Brian Knoblauch
    Jan 4 '10 at 13:20











  • More precisely, on Windows check the %USERPROFILE%.VirtualBoxHardDisks folder.

    – Goyuix
    Jan 4 '10 at 15:55
















1















My host is WinXP SP3, and I have 2 VMs, one Ubuntu and the other WinXP SP2. Everything was shut down last night when I went to bed. This morning, the WinXP VM was showing inaccessible. Everything is greyed out except for the refresh button that does nothing. No access to 'Settings' or anything else. How to I get it back instead of creating another one. The VDI file is still there.










share|improve this question


















  • 1





    Official VirtualBox forums (where you're more likely to find help quickly) are at: forums.virtualbox.org

    – Brian Knoblauch
    Jan 4 '10 at 13:20











  • More precisely, on Windows check the %USERPROFILE%.VirtualBoxHardDisks folder.

    – Goyuix
    Jan 4 '10 at 15:55














1












1








1








My host is WinXP SP3, and I have 2 VMs, one Ubuntu and the other WinXP SP2. Everything was shut down last night when I went to bed. This morning, the WinXP VM was showing inaccessible. Everything is greyed out except for the refresh button that does nothing. No access to 'Settings' or anything else. How to I get it back instead of creating another one. The VDI file is still there.










share|improve this question














My host is WinXP SP3, and I have 2 VMs, one Ubuntu and the other WinXP SP2. Everything was shut down last night when I went to bed. This morning, the WinXP VM was showing inaccessible. Everything is greyed out except for the refresh button that does nothing. No access to 'Settings' or anything else. How to I get it back instead of creating another one. The VDI file is still there.







virtualbox






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 4 '10 at 11:57









funbi_gracefunbi_grace

128118




128118








  • 1





    Official VirtualBox forums (where you're more likely to find help quickly) are at: forums.virtualbox.org

    – Brian Knoblauch
    Jan 4 '10 at 13:20











  • More precisely, on Windows check the %USERPROFILE%.VirtualBoxHardDisks folder.

    – Goyuix
    Jan 4 '10 at 15:55














  • 1





    Official VirtualBox forums (where you're more likely to find help quickly) are at: forums.virtualbox.org

    – Brian Knoblauch
    Jan 4 '10 at 13:20











  • More precisely, on Windows check the %USERPROFILE%.VirtualBoxHardDisks folder.

    – Goyuix
    Jan 4 '10 at 15:55








1




1





Official VirtualBox forums (where you're more likely to find help quickly) are at: forums.virtualbox.org

– Brian Knoblauch
Jan 4 '10 at 13:20





Official VirtualBox forums (where you're more likely to find help quickly) are at: forums.virtualbox.org

– Brian Knoblauch
Jan 4 '10 at 13:20













More precisely, on Windows check the %USERPROFILE%.VirtualBoxHardDisks folder.

– Goyuix
Jan 4 '10 at 15:55





More precisely, on Windows check the %USERPROFILE%.VirtualBoxHardDisks folder.

– Goyuix
Jan 4 '10 at 15:55










6 Answers
6






active

oldest

votes


















2














Worse comes to worst, locate the VDI file that represents your virtual hard disk, and create a new VM using that as your hard drive. You'll lose any snapshots, of course.



The default directory for VDI files is c:documents and settungs\application data.virtualboxHardDisks, I believe. (I use a Linux host and don't currently have a Windows-hosting box to check.)






share|improve this answer



















  • 1





    if the reason is indeed the newly installed version of VirtualBox, then old VDIs and snapshots simply do not work.

    – Molly7244
    Jan 4 '10 at 16:04













  • CarlF wins the jackpot. Am writing this from the VM now. So I guess it wasn't the newly installed version of VB. Thanks all.

    – funbi_grace
    Jan 4 '10 at 16:59











  • To Molly: I've used VirtualBox for some time and never actually had an "incompatible format" problem on upgrades. Has that ever been a real problem?

    – CarlF
    Jan 5 '10 at 4:48











  • Is it possible to access the virtual machine's files if the virtual machine can't be booted? One of my virtual machines in now inaccessible, and I have a couple of important files stored there.

    – Anderson Green
    Nov 16 '12 at 20:35











  • @AndersonGreen, you can create a new VM (using Linux as the guest OS if you don't have a spare Windows license) and mount the virtual machine's HD as a second hard disk. Takes maybe 15 minutes on a reasonably fast PC. You can directly mount the virtual disks but I'm lazy and never learned how.

    – CarlF
    Nov 28 '12 at 18:41



















2














This has worked for me in many occassions:




  1. Pay attention to the error as to why it is inaccessible (sort of "can't find uuid={e973ec45-4137-4120-8052-ccb641c8f5e6}")


  2. Locate the .vbox file in your VM folder (right click --> Show in Explorer)


  3. Edit this file (e.g.: VIRTUAL1.vbox) using Wordpad (don't use NOTEPAD for this, as it won't handle the UNIX style lines in a proper manner!)


  4. Close VirtualBox



  5. Within the opened file, locate the reference to the complex string (e.g. {e973ec45-4137-4120-8052-ccb641c8f5e6}) reported in 1., it'll usually be between delimiters such as these:



    <AttachedDevice type="HardDisk" port="1" device="0">
    <Image uuid="{e973ec45-4137-4120-8052-ccb641c8f5e6}"/>
    </AttachedDevice>


  6. Delete the whole 3 lines above (just save a copy of the unmodified file first) and save the file. What you've done here is delete a reference to a snapshot which is the cause of the trouble.


  7. Open VirtualBox again; your Inaccessible VM should now be accessible.







share|improve this answer































    1














    the information is stored in XML files, are they still there?



    check c:documents and settungs<user>application data.virtualboxmachines



    did you receive an automatic update? sometimes new versions render old virtual machines useless, in this case uninstall virtualbox, reinstall the older version and disable automatic update.



    older versions can be obtained from FileHippo.com






    share|improve this answer


























    • Directory is still there with Logs directory and the xml file. hm. I installed the latest version of VB over the old one, and although I can't say for sure, I think I have restarted the VM a couple of time since then. It's worth a try to go back to the older version. Will revert.

      – funbi_grace
      Jan 4 '10 at 15:08



















    1














    It happened to me to day, I shutdown a guest operating system, and the virtual box manager told be that it was not accessible.



    Luckily I just closed the manager and restarted it and all was well.






    share|improve this answer































      0














      A broken solution:



      Call me old fashioned but should software should work - in this case by supporting backwards compatibility?



      Shutting down virtualbox, copying the xxx.xml file to xxx.xbox,
      adding the xxx.vdi file through the Virtual media manager, in file browser double click xxx.vbox file to register vm.



      This works till a point where the VM's created this way work and suddenly become inaccessible.



      I did delete the add new network adapters, which are directly associated with the machine and not the VM.






      share|improve this answer































        0














        For VirtualBox v5.2.24 on Mac OS X (possibly on other systems and versions) there is a command line tool:



        vbox-img



        That has a repair option:



        vbox-img repair --filename <file_name>



        I would suggest giving this a try on VDI files (VirtualBox preferred) before venturing to manually editting application files.






        share|improve this answer























          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f91077%2fvirtual-machine-is-inaccessible%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          6 Answers
          6






          active

          oldest

          votes








          6 Answers
          6






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          Worse comes to worst, locate the VDI file that represents your virtual hard disk, and create a new VM using that as your hard drive. You'll lose any snapshots, of course.



          The default directory for VDI files is c:documents and settungs\application data.virtualboxHardDisks, I believe. (I use a Linux host and don't currently have a Windows-hosting box to check.)






          share|improve this answer



















          • 1





            if the reason is indeed the newly installed version of VirtualBox, then old VDIs and snapshots simply do not work.

            – Molly7244
            Jan 4 '10 at 16:04













          • CarlF wins the jackpot. Am writing this from the VM now. So I guess it wasn't the newly installed version of VB. Thanks all.

            – funbi_grace
            Jan 4 '10 at 16:59











          • To Molly: I've used VirtualBox for some time and never actually had an "incompatible format" problem on upgrades. Has that ever been a real problem?

            – CarlF
            Jan 5 '10 at 4:48











          • Is it possible to access the virtual machine's files if the virtual machine can't be booted? One of my virtual machines in now inaccessible, and I have a couple of important files stored there.

            – Anderson Green
            Nov 16 '12 at 20:35











          • @AndersonGreen, you can create a new VM (using Linux as the guest OS if you don't have a spare Windows license) and mount the virtual machine's HD as a second hard disk. Takes maybe 15 minutes on a reasonably fast PC. You can directly mount the virtual disks but I'm lazy and never learned how.

            – CarlF
            Nov 28 '12 at 18:41
















          2














          Worse comes to worst, locate the VDI file that represents your virtual hard disk, and create a new VM using that as your hard drive. You'll lose any snapshots, of course.



          The default directory for VDI files is c:documents and settungs\application data.virtualboxHardDisks, I believe. (I use a Linux host and don't currently have a Windows-hosting box to check.)






          share|improve this answer



















          • 1





            if the reason is indeed the newly installed version of VirtualBox, then old VDIs and snapshots simply do not work.

            – Molly7244
            Jan 4 '10 at 16:04













          • CarlF wins the jackpot. Am writing this from the VM now. So I guess it wasn't the newly installed version of VB. Thanks all.

            – funbi_grace
            Jan 4 '10 at 16:59











          • To Molly: I've used VirtualBox for some time and never actually had an "incompatible format" problem on upgrades. Has that ever been a real problem?

            – CarlF
            Jan 5 '10 at 4:48











          • Is it possible to access the virtual machine's files if the virtual machine can't be booted? One of my virtual machines in now inaccessible, and I have a couple of important files stored there.

            – Anderson Green
            Nov 16 '12 at 20:35











          • @AndersonGreen, you can create a new VM (using Linux as the guest OS if you don't have a spare Windows license) and mount the virtual machine's HD as a second hard disk. Takes maybe 15 minutes on a reasonably fast PC. You can directly mount the virtual disks but I'm lazy and never learned how.

            – CarlF
            Nov 28 '12 at 18:41














          2












          2








          2







          Worse comes to worst, locate the VDI file that represents your virtual hard disk, and create a new VM using that as your hard drive. You'll lose any snapshots, of course.



          The default directory for VDI files is c:documents and settungs\application data.virtualboxHardDisks, I believe. (I use a Linux host and don't currently have a Windows-hosting box to check.)






          share|improve this answer













          Worse comes to worst, locate the VDI file that represents your virtual hard disk, and create a new VM using that as your hard drive. You'll lose any snapshots, of course.



          The default directory for VDI files is c:documents and settungs\application data.virtualboxHardDisks, I believe. (I use a Linux host and don't currently have a Windows-hosting box to check.)







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 4 '10 at 15:06









          CarlFCarlF

          8,34021936




          8,34021936








          • 1





            if the reason is indeed the newly installed version of VirtualBox, then old VDIs and snapshots simply do not work.

            – Molly7244
            Jan 4 '10 at 16:04













          • CarlF wins the jackpot. Am writing this from the VM now. So I guess it wasn't the newly installed version of VB. Thanks all.

            – funbi_grace
            Jan 4 '10 at 16:59











          • To Molly: I've used VirtualBox for some time and never actually had an "incompatible format" problem on upgrades. Has that ever been a real problem?

            – CarlF
            Jan 5 '10 at 4:48











          • Is it possible to access the virtual machine's files if the virtual machine can't be booted? One of my virtual machines in now inaccessible, and I have a couple of important files stored there.

            – Anderson Green
            Nov 16 '12 at 20:35











          • @AndersonGreen, you can create a new VM (using Linux as the guest OS if you don't have a spare Windows license) and mount the virtual machine's HD as a second hard disk. Takes maybe 15 minutes on a reasonably fast PC. You can directly mount the virtual disks but I'm lazy and never learned how.

            – CarlF
            Nov 28 '12 at 18:41














          • 1





            if the reason is indeed the newly installed version of VirtualBox, then old VDIs and snapshots simply do not work.

            – Molly7244
            Jan 4 '10 at 16:04













          • CarlF wins the jackpot. Am writing this from the VM now. So I guess it wasn't the newly installed version of VB. Thanks all.

            – funbi_grace
            Jan 4 '10 at 16:59











          • To Molly: I've used VirtualBox for some time and never actually had an "incompatible format" problem on upgrades. Has that ever been a real problem?

            – CarlF
            Jan 5 '10 at 4:48











          • Is it possible to access the virtual machine's files if the virtual machine can't be booted? One of my virtual machines in now inaccessible, and I have a couple of important files stored there.

            – Anderson Green
            Nov 16 '12 at 20:35











          • @AndersonGreen, you can create a new VM (using Linux as the guest OS if you don't have a spare Windows license) and mount the virtual machine's HD as a second hard disk. Takes maybe 15 minutes on a reasonably fast PC. You can directly mount the virtual disks but I'm lazy and never learned how.

            – CarlF
            Nov 28 '12 at 18:41








          1




          1





          if the reason is indeed the newly installed version of VirtualBox, then old VDIs and snapshots simply do not work.

          – Molly7244
          Jan 4 '10 at 16:04







          if the reason is indeed the newly installed version of VirtualBox, then old VDIs and snapshots simply do not work.

          – Molly7244
          Jan 4 '10 at 16:04















          CarlF wins the jackpot. Am writing this from the VM now. So I guess it wasn't the newly installed version of VB. Thanks all.

          – funbi_grace
          Jan 4 '10 at 16:59





          CarlF wins the jackpot. Am writing this from the VM now. So I guess it wasn't the newly installed version of VB. Thanks all.

          – funbi_grace
          Jan 4 '10 at 16:59













          To Molly: I've used VirtualBox for some time and never actually had an "incompatible format" problem on upgrades. Has that ever been a real problem?

          – CarlF
          Jan 5 '10 at 4:48





          To Molly: I've used VirtualBox for some time and never actually had an "incompatible format" problem on upgrades. Has that ever been a real problem?

          – CarlF
          Jan 5 '10 at 4:48













          Is it possible to access the virtual machine's files if the virtual machine can't be booted? One of my virtual machines in now inaccessible, and I have a couple of important files stored there.

          – Anderson Green
          Nov 16 '12 at 20:35





          Is it possible to access the virtual machine's files if the virtual machine can't be booted? One of my virtual machines in now inaccessible, and I have a couple of important files stored there.

          – Anderson Green
          Nov 16 '12 at 20:35













          @AndersonGreen, you can create a new VM (using Linux as the guest OS if you don't have a spare Windows license) and mount the virtual machine's HD as a second hard disk. Takes maybe 15 minutes on a reasonably fast PC. You can directly mount the virtual disks but I'm lazy and never learned how.

          – CarlF
          Nov 28 '12 at 18:41





          @AndersonGreen, you can create a new VM (using Linux as the guest OS if you don't have a spare Windows license) and mount the virtual machine's HD as a second hard disk. Takes maybe 15 minutes on a reasonably fast PC. You can directly mount the virtual disks but I'm lazy and never learned how.

          – CarlF
          Nov 28 '12 at 18:41













          2














          This has worked for me in many occassions:




          1. Pay attention to the error as to why it is inaccessible (sort of "can't find uuid={e973ec45-4137-4120-8052-ccb641c8f5e6}")


          2. Locate the .vbox file in your VM folder (right click --> Show in Explorer)


          3. Edit this file (e.g.: VIRTUAL1.vbox) using Wordpad (don't use NOTEPAD for this, as it won't handle the UNIX style lines in a proper manner!)


          4. Close VirtualBox



          5. Within the opened file, locate the reference to the complex string (e.g. {e973ec45-4137-4120-8052-ccb641c8f5e6}) reported in 1., it'll usually be between delimiters such as these:



            <AttachedDevice type="HardDisk" port="1" device="0">
            <Image uuid="{e973ec45-4137-4120-8052-ccb641c8f5e6}"/>
            </AttachedDevice>


          6. Delete the whole 3 lines above (just save a copy of the unmodified file first) and save the file. What you've done here is delete a reference to a snapshot which is the cause of the trouble.


          7. Open VirtualBox again; your Inaccessible VM should now be accessible.







          share|improve this answer




























            2














            This has worked for me in many occassions:




            1. Pay attention to the error as to why it is inaccessible (sort of "can't find uuid={e973ec45-4137-4120-8052-ccb641c8f5e6}")


            2. Locate the .vbox file in your VM folder (right click --> Show in Explorer)


            3. Edit this file (e.g.: VIRTUAL1.vbox) using Wordpad (don't use NOTEPAD for this, as it won't handle the UNIX style lines in a proper manner!)


            4. Close VirtualBox



            5. Within the opened file, locate the reference to the complex string (e.g. {e973ec45-4137-4120-8052-ccb641c8f5e6}) reported in 1., it'll usually be between delimiters such as these:



              <AttachedDevice type="HardDisk" port="1" device="0">
              <Image uuid="{e973ec45-4137-4120-8052-ccb641c8f5e6}"/>
              </AttachedDevice>


            6. Delete the whole 3 lines above (just save a copy of the unmodified file first) and save the file. What you've done here is delete a reference to a snapshot which is the cause of the trouble.


            7. Open VirtualBox again; your Inaccessible VM should now be accessible.







            share|improve this answer


























              2












              2








              2







              This has worked for me in many occassions:




              1. Pay attention to the error as to why it is inaccessible (sort of "can't find uuid={e973ec45-4137-4120-8052-ccb641c8f5e6}")


              2. Locate the .vbox file in your VM folder (right click --> Show in Explorer)


              3. Edit this file (e.g.: VIRTUAL1.vbox) using Wordpad (don't use NOTEPAD for this, as it won't handle the UNIX style lines in a proper manner!)


              4. Close VirtualBox



              5. Within the opened file, locate the reference to the complex string (e.g. {e973ec45-4137-4120-8052-ccb641c8f5e6}) reported in 1., it'll usually be between delimiters such as these:



                <AttachedDevice type="HardDisk" port="1" device="0">
                <Image uuid="{e973ec45-4137-4120-8052-ccb641c8f5e6}"/>
                </AttachedDevice>


              6. Delete the whole 3 lines above (just save a copy of the unmodified file first) and save the file. What you've done here is delete a reference to a snapshot which is the cause of the trouble.


              7. Open VirtualBox again; your Inaccessible VM should now be accessible.







              share|improve this answer













              This has worked for me in many occassions:




              1. Pay attention to the error as to why it is inaccessible (sort of "can't find uuid={e973ec45-4137-4120-8052-ccb641c8f5e6}")


              2. Locate the .vbox file in your VM folder (right click --> Show in Explorer)


              3. Edit this file (e.g.: VIRTUAL1.vbox) using Wordpad (don't use NOTEPAD for this, as it won't handle the UNIX style lines in a proper manner!)


              4. Close VirtualBox



              5. Within the opened file, locate the reference to the complex string (e.g. {e973ec45-4137-4120-8052-ccb641c8f5e6}) reported in 1., it'll usually be between delimiters such as these:



                <AttachedDevice type="HardDisk" port="1" device="0">
                <Image uuid="{e973ec45-4137-4120-8052-ccb641c8f5e6}"/>
                </AttachedDevice>


              6. Delete the whole 3 lines above (just save a copy of the unmodified file first) and save the file. What you've done here is delete a reference to a snapshot which is the cause of the trouble.


              7. Open VirtualBox again; your Inaccessible VM should now be accessible.








              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Apr 27 '14 at 2:39









              Mariano S.Mariano S.

              211




              211























                  1














                  the information is stored in XML files, are they still there?



                  check c:documents and settungs<user>application data.virtualboxmachines



                  did you receive an automatic update? sometimes new versions render old virtual machines useless, in this case uninstall virtualbox, reinstall the older version and disable automatic update.



                  older versions can be obtained from FileHippo.com






                  share|improve this answer


























                  • Directory is still there with Logs directory and the xml file. hm. I installed the latest version of VB over the old one, and although I can't say for sure, I think I have restarted the VM a couple of time since then. It's worth a try to go back to the older version. Will revert.

                    – funbi_grace
                    Jan 4 '10 at 15:08
















                  1














                  the information is stored in XML files, are they still there?



                  check c:documents and settungs<user>application data.virtualboxmachines



                  did you receive an automatic update? sometimes new versions render old virtual machines useless, in this case uninstall virtualbox, reinstall the older version and disable automatic update.



                  older versions can be obtained from FileHippo.com






                  share|improve this answer


























                  • Directory is still there with Logs directory and the xml file. hm. I installed the latest version of VB over the old one, and although I can't say for sure, I think I have restarted the VM a couple of time since then. It's worth a try to go back to the older version. Will revert.

                    – funbi_grace
                    Jan 4 '10 at 15:08














                  1












                  1








                  1







                  the information is stored in XML files, are they still there?



                  check c:documents and settungs<user>application data.virtualboxmachines



                  did you receive an automatic update? sometimes new versions render old virtual machines useless, in this case uninstall virtualbox, reinstall the older version and disable automatic update.



                  older versions can be obtained from FileHippo.com






                  share|improve this answer















                  the information is stored in XML files, are they still there?



                  check c:documents and settungs<user>application data.virtualboxmachines



                  did you receive an automatic update? sometimes new versions render old virtual machines useless, in this case uninstall virtualbox, reinstall the older version and disable automatic update.



                  older versions can be obtained from FileHippo.com







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Jan 4 '10 at 16:06

























                  answered Jan 4 '10 at 12:15







                  Molly7244




















                  • Directory is still there with Logs directory and the xml file. hm. I installed the latest version of VB over the old one, and although I can't say for sure, I think I have restarted the VM a couple of time since then. It's worth a try to go back to the older version. Will revert.

                    – funbi_grace
                    Jan 4 '10 at 15:08



















                  • Directory is still there with Logs directory and the xml file. hm. I installed the latest version of VB over the old one, and although I can't say for sure, I think I have restarted the VM a couple of time since then. It's worth a try to go back to the older version. Will revert.

                    – funbi_grace
                    Jan 4 '10 at 15:08

















                  Directory is still there with Logs directory and the xml file. hm. I installed the latest version of VB over the old one, and although I can't say for sure, I think I have restarted the VM a couple of time since then. It's worth a try to go back to the older version. Will revert.

                  – funbi_grace
                  Jan 4 '10 at 15:08





                  Directory is still there with Logs directory and the xml file. hm. I installed the latest version of VB over the old one, and although I can't say for sure, I think I have restarted the VM a couple of time since then. It's worth a try to go back to the older version. Will revert.

                  – funbi_grace
                  Jan 4 '10 at 15:08











                  1














                  It happened to me to day, I shutdown a guest operating system, and the virtual box manager told be that it was not accessible.



                  Luckily I just closed the manager and restarted it and all was well.






                  share|improve this answer




























                    1














                    It happened to me to day, I shutdown a guest operating system, and the virtual box manager told be that it was not accessible.



                    Luckily I just closed the manager and restarted it and all was well.






                    share|improve this answer


























                      1












                      1








                      1







                      It happened to me to day, I shutdown a guest operating system, and the virtual box manager told be that it was not accessible.



                      Luckily I just closed the manager and restarted it and all was well.






                      share|improve this answer













                      It happened to me to day, I shutdown a guest operating system, and the virtual box manager told be that it was not accessible.



                      Luckily I just closed the manager and restarted it and all was well.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Feb 28 '12 at 11:29









                      ctrl-alt-delorctrl-alt-delor

                      1,548824




                      1,548824























                          0














                          A broken solution:



                          Call me old fashioned but should software should work - in this case by supporting backwards compatibility?



                          Shutting down virtualbox, copying the xxx.xml file to xxx.xbox,
                          adding the xxx.vdi file through the Virtual media manager, in file browser double click xxx.vbox file to register vm.



                          This works till a point where the VM's created this way work and suddenly become inaccessible.



                          I did delete the add new network adapters, which are directly associated with the machine and not the VM.






                          share|improve this answer




























                            0














                            A broken solution:



                            Call me old fashioned but should software should work - in this case by supporting backwards compatibility?



                            Shutting down virtualbox, copying the xxx.xml file to xxx.xbox,
                            adding the xxx.vdi file through the Virtual media manager, in file browser double click xxx.vbox file to register vm.



                            This works till a point where the VM's created this way work and suddenly become inaccessible.



                            I did delete the add new network adapters, which are directly associated with the machine and not the VM.






                            share|improve this answer


























                              0












                              0








                              0







                              A broken solution:



                              Call me old fashioned but should software should work - in this case by supporting backwards compatibility?



                              Shutting down virtualbox, copying the xxx.xml file to xxx.xbox,
                              adding the xxx.vdi file through the Virtual media manager, in file browser double click xxx.vbox file to register vm.



                              This works till a point where the VM's created this way work and suddenly become inaccessible.



                              I did delete the add new network adapters, which are directly associated with the machine and not the VM.






                              share|improve this answer













                              A broken solution:



                              Call me old fashioned but should software should work - in this case by supporting backwards compatibility?



                              Shutting down virtualbox, copying the xxx.xml file to xxx.xbox,
                              adding the xxx.vdi file through the Virtual media manager, in file browser double click xxx.vbox file to register vm.



                              This works till a point where the VM's created this way work and suddenly become inaccessible.



                              I did delete the add new network adapters, which are directly associated with the machine and not the VM.







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Nov 1 '12 at 15:49









                              fluxionsfluxions

                              91




                              91























                                  0














                                  For VirtualBox v5.2.24 on Mac OS X (possibly on other systems and versions) there is a command line tool:



                                  vbox-img



                                  That has a repair option:



                                  vbox-img repair --filename <file_name>



                                  I would suggest giving this a try on VDI files (VirtualBox preferred) before venturing to manually editting application files.






                                  share|improve this answer




























                                    0














                                    For VirtualBox v5.2.24 on Mac OS X (possibly on other systems and versions) there is a command line tool:



                                    vbox-img



                                    That has a repair option:



                                    vbox-img repair --filename <file_name>



                                    I would suggest giving this a try on VDI files (VirtualBox preferred) before venturing to manually editting application files.






                                    share|improve this answer


























                                      0












                                      0








                                      0







                                      For VirtualBox v5.2.24 on Mac OS X (possibly on other systems and versions) there is a command line tool:



                                      vbox-img



                                      That has a repair option:



                                      vbox-img repair --filename <file_name>



                                      I would suggest giving this a try on VDI files (VirtualBox preferred) before venturing to manually editting application files.






                                      share|improve this answer













                                      For VirtualBox v5.2.24 on Mac OS X (possibly on other systems and versions) there is a command line tool:



                                      vbox-img



                                      That has a repair option:



                                      vbox-img repair --filename <file_name>



                                      I would suggest giving this a try on VDI files (VirtualBox preferred) before venturing to manually editting application files.







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Jan 22 at 17:45









                                      RobRob

                                      1013




                                      1013






























                                          draft saved

                                          draft discarded




















































                                          Thanks for contributing an answer to Super User!


                                          • Please be sure to answer the question. Provide details and share your research!

                                          But avoid



                                          • Asking for help, clarification, or responding to other answers.

                                          • Making statements based on opinion; back them up with references or personal experience.


                                          To learn more, see our tips on writing great answers.




                                          draft saved


                                          draft discarded














                                          StackExchange.ready(
                                          function () {
                                          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f91077%2fvirtual-machine-is-inaccessible%23new-answer', 'question_page');
                                          }
                                          );

                                          Post as a guest















                                          Required, but never shown





















































                                          Required, but never shown














                                          Required, but never shown












                                          Required, but never shown







                                          Required, but never shown

































                                          Required, but never shown














                                          Required, but never shown












                                          Required, but never shown







                                          Required, but never shown