Virtual Machine is 'inaccessible'
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
add a comment |
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
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
add a comment |
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
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
virtualbox
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
add a comment |
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
add a comment |
6 Answers
6
active
oldest
votes
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.)
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
add a comment |
This has worked for me in many occassions:
Pay attention to the error as to why it is inaccessible (sort of "can't find uuid={e973ec45-4137-4120-8052-ccb641c8f5e6}")
Locate the .vbox file in your VM folder (right click --> Show in Explorer)
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!)
Close VirtualBox
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>
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.
Open VirtualBox again; your Inaccessible VM should now be accessible.
add a comment |
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
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
add a comment |
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.
add a comment |
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.
add a comment |
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.)
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
add a comment |
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.)
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
add a comment |
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.)
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.)
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
add a comment |
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
add a comment |
This has worked for me in many occassions:
Pay attention to the error as to why it is inaccessible (sort of "can't find uuid={e973ec45-4137-4120-8052-ccb641c8f5e6}")
Locate the .vbox file in your VM folder (right click --> Show in Explorer)
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!)
Close VirtualBox
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>
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.
Open VirtualBox again; your Inaccessible VM should now be accessible.
add a comment |
This has worked for me in many occassions:
Pay attention to the error as to why it is inaccessible (sort of "can't find uuid={e973ec45-4137-4120-8052-ccb641c8f5e6}")
Locate the .vbox file in your VM folder (right click --> Show in Explorer)
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!)
Close VirtualBox
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>
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.
Open VirtualBox again; your Inaccessible VM should now be accessible.
add a comment |
This has worked for me in many occassions:
Pay attention to the error as to why it is inaccessible (sort of "can't find uuid={e973ec45-4137-4120-8052-ccb641c8f5e6}")
Locate the .vbox file in your VM folder (right click --> Show in Explorer)
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!)
Close VirtualBox
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>
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.
Open VirtualBox again; your Inaccessible VM should now be accessible.
This has worked for me in many occassions:
Pay attention to the error as to why it is inaccessible (sort of "can't find uuid={e973ec45-4137-4120-8052-ccb641c8f5e6}")
Locate the .vbox file in your VM folder (right click --> Show in Explorer)
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!)
Close VirtualBox
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>
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.
Open VirtualBox again; your Inaccessible VM should now be accessible.
answered Apr 27 '14 at 2:39
Mariano S.Mariano S.
211
211
add a comment |
add a comment |
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Feb 28 '12 at 11:29
ctrl-alt-delorctrl-alt-delor
1,548824
1,548824
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Nov 1 '12 at 15:49
fluxionsfluxions
91
91
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Jan 22 at 17:45
RobRob
1013
1013
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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