Extract content of (corrupted?) .ova file
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have VirtualBox on my laptop and a .ova file which is a Ubuntu VM (Ubuntu 18.04) from another laptop. I want to import this .ova file into VirtualBox but I get the following error:
Could not find an open hard disk with UUID {2ae7245a-5e19-4fc9-a7ad-
3f49bb1f6ea2}.
Result Code:
VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
Component:
VirtualBoxWrap
Interface:
IVirtualBox {9570b9d5-f1a1-448a-10c5-e12f5285adad}
I have looked around and it seems this is a fairly common issue althought my error (0x80BB0001) is not often mentioned, it's a different number. I guess my questions are:
- Is there an easy solution to this problem?
- Is it possible that my .ova file is somehow corrupted? Not sure how to tell
- Is there a way that I can somehow extract the files from the .ova file? What I really want, more than anything, are specific files on the VM, I don't really care about the rest, i.e. I don't care about setting up a VM. All I want are the files.
I know that 7zip can be used to convert the .ova file to a .ovf but after that I'm stuck, I don't know how to extract the files from the .ovf file.
Thanks.
virtualbox virtual-console extract
add a comment |
I have VirtualBox on my laptop and a .ova file which is a Ubuntu VM (Ubuntu 18.04) from another laptop. I want to import this .ova file into VirtualBox but I get the following error:
Could not find an open hard disk with UUID {2ae7245a-5e19-4fc9-a7ad-
3f49bb1f6ea2}.
Result Code:
VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
Component:
VirtualBoxWrap
Interface:
IVirtualBox {9570b9d5-f1a1-448a-10c5-e12f5285adad}
I have looked around and it seems this is a fairly common issue althought my error (0x80BB0001) is not often mentioned, it's a different number. I guess my questions are:
- Is there an easy solution to this problem?
- Is it possible that my .ova file is somehow corrupted? Not sure how to tell
- Is there a way that I can somehow extract the files from the .ova file? What I really want, more than anything, are specific files on the VM, I don't really care about the rest, i.e. I don't care about setting up a VM. All I want are the files.
I know that 7zip can be used to convert the .ova file to a .ovf but after that I'm stuck, I don't know how to extract the files from the .ovf file.
Thanks.
virtualbox virtual-console extract
How does .ova works? You've got a VM, go into VirtualBox and say 'File - Export appliance'. From multiple files on the source system, VirtualBox will create one big blob ... Now you copying the new file to the destination (Does all related storage can handle the filesize?). You should check withmd5sum
on source and destination ... The error says the hard drive mentioned in the .OVA is not in the file, so if it is lost, because of incomplete copying, you won't get it back with conversion.
– LupusE
Mar 26 at 10:36
add a comment |
I have VirtualBox on my laptop and a .ova file which is a Ubuntu VM (Ubuntu 18.04) from another laptop. I want to import this .ova file into VirtualBox but I get the following error:
Could not find an open hard disk with UUID {2ae7245a-5e19-4fc9-a7ad-
3f49bb1f6ea2}.
Result Code:
VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
Component:
VirtualBoxWrap
Interface:
IVirtualBox {9570b9d5-f1a1-448a-10c5-e12f5285adad}
I have looked around and it seems this is a fairly common issue althought my error (0x80BB0001) is not often mentioned, it's a different number. I guess my questions are:
- Is there an easy solution to this problem?
- Is it possible that my .ova file is somehow corrupted? Not sure how to tell
- Is there a way that I can somehow extract the files from the .ova file? What I really want, more than anything, are specific files on the VM, I don't really care about the rest, i.e. I don't care about setting up a VM. All I want are the files.
I know that 7zip can be used to convert the .ova file to a .ovf but after that I'm stuck, I don't know how to extract the files from the .ovf file.
Thanks.
virtualbox virtual-console extract
I have VirtualBox on my laptop and a .ova file which is a Ubuntu VM (Ubuntu 18.04) from another laptop. I want to import this .ova file into VirtualBox but I get the following error:
Could not find an open hard disk with UUID {2ae7245a-5e19-4fc9-a7ad-
3f49bb1f6ea2}.
Result Code:
VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
Component:
VirtualBoxWrap
Interface:
IVirtualBox {9570b9d5-f1a1-448a-10c5-e12f5285adad}
I have looked around and it seems this is a fairly common issue althought my error (0x80BB0001) is not often mentioned, it's a different number. I guess my questions are:
- Is there an easy solution to this problem?
- Is it possible that my .ova file is somehow corrupted? Not sure how to tell
- Is there a way that I can somehow extract the files from the .ova file? What I really want, more than anything, are specific files on the VM, I don't really care about the rest, i.e. I don't care about setting up a VM. All I want are the files.
I know that 7zip can be used to convert the .ova file to a .ovf but after that I'm stuck, I don't know how to extract the files from the .ovf file.
Thanks.
virtualbox virtual-console extract
virtualbox virtual-console extract
asked Jul 29 '18 at 15:54
m93m93
104
104
How does .ova works? You've got a VM, go into VirtualBox and say 'File - Export appliance'. From multiple files on the source system, VirtualBox will create one big blob ... Now you copying the new file to the destination (Does all related storage can handle the filesize?). You should check withmd5sum
on source and destination ... The error says the hard drive mentioned in the .OVA is not in the file, so if it is lost, because of incomplete copying, you won't get it back with conversion.
– LupusE
Mar 26 at 10:36
add a comment |
How does .ova works? You've got a VM, go into VirtualBox and say 'File - Export appliance'. From multiple files on the source system, VirtualBox will create one big blob ... Now you copying the new file to the destination (Does all related storage can handle the filesize?). You should check withmd5sum
on source and destination ... The error says the hard drive mentioned in the .OVA is not in the file, so if it is lost, because of incomplete copying, you won't get it back with conversion.
– LupusE
Mar 26 at 10:36
How does .ova works? You've got a VM, go into VirtualBox and say 'File - Export appliance'. From multiple files on the source system, VirtualBox will create one big blob ... Now you copying the new file to the destination (Does all related storage can handle the filesize?). You should check with
md5sum
on source and destination ... The error says the hard drive mentioned in the .OVA is not in the file, so if it is lost, because of incomplete copying, you won't get it back with conversion.– LupusE
Mar 26 at 10:36
How does .ova works? You've got a VM, go into VirtualBox and say 'File - Export appliance'. From multiple files on the source system, VirtualBox will create one big blob ... Now you copying the new file to the destination (Does all related storage can handle the filesize?). You should check with
md5sum
on source and destination ... The error says the hard drive mentioned in the .OVA is not in the file, so if it is lost, because of incomplete copying, you won't get it back with conversion.– LupusE
Mar 26 at 10:36
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f1060537%2fextract-content-of-corrupted-ova-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1060537%2fextract-content-of-corrupted-ova-file%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
How does .ova works? You've got a VM, go into VirtualBox and say 'File - Export appliance'. From multiple files on the source system, VirtualBox will create one big blob ... Now you copying the new file to the destination (Does all related storage can handle the filesize?). You should check with
md5sum
on source and destination ... The error says the hard drive mentioned in the .OVA is not in the file, so if it is lost, because of incomplete copying, you won't get it back with conversion.– LupusE
Mar 26 at 10:36