My computer cant read Ubuntu 12.04.3 LTS (Precise Pangolin) from CD-ROM
I have an emachines E525 I had to put the ISO on a blank disk and set the boot up USB CD-ROM and it does not see the CD, I tried the ISO on virtual box and it will not load it.
Failed to open the optical disk file C:UsersDONNADesktopubuntu-12.04.3-desktop-i386.iso.
Could not get the storage format of the medium 'C:UsersDONNADesktopubuntu-12.04.3-desktop-i386.iso' (VERR_NOT_SUPPORTED).
Result Code: VBOX_E_IPRT_ERROR (0x80BB0005)
Component: Medium
Interface: IMedium {05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac}
Callee: IVirtualBox {fafa4e17-1ee2-4905-a10e-fe7c18bf5554}
Callee RC: VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
virtualbox iso
add a comment |
I have an emachines E525 I had to put the ISO on a blank disk and set the boot up USB CD-ROM and it does not see the CD, I tried the ISO on virtual box and it will not load it.
Failed to open the optical disk file C:UsersDONNADesktopubuntu-12.04.3-desktop-i386.iso.
Could not get the storage format of the medium 'C:UsersDONNADesktopubuntu-12.04.3-desktop-i386.iso' (VERR_NOT_SUPPORTED).
Result Code: VBOX_E_IPRT_ERROR (0x80BB0005)
Component: Medium
Interface: IMedium {05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac}
Callee: IVirtualBox {fafa4e17-1ee2-4905-a10e-fe7c18bf5554}
Callee RC: VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
virtualbox iso
possible duplicate of Virtual Box Won't Accept .ISO To Install OS
– Eliah Kagan
Sep 17 '14 at 18:03
add a comment |
I have an emachines E525 I had to put the ISO on a blank disk and set the boot up USB CD-ROM and it does not see the CD, I tried the ISO on virtual box and it will not load it.
Failed to open the optical disk file C:UsersDONNADesktopubuntu-12.04.3-desktop-i386.iso.
Could not get the storage format of the medium 'C:UsersDONNADesktopubuntu-12.04.3-desktop-i386.iso' (VERR_NOT_SUPPORTED).
Result Code: VBOX_E_IPRT_ERROR (0x80BB0005)
Component: Medium
Interface: IMedium {05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac}
Callee: IVirtualBox {fafa4e17-1ee2-4905-a10e-fe7c18bf5554}
Callee RC: VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
virtualbox iso
I have an emachines E525 I had to put the ISO on a blank disk and set the boot up USB CD-ROM and it does not see the CD, I tried the ISO on virtual box and it will not load it.
Failed to open the optical disk file C:UsersDONNADesktopubuntu-12.04.3-desktop-i386.iso.
Could not get the storage format of the medium 'C:UsersDONNADesktopubuntu-12.04.3-desktop-i386.iso' (VERR_NOT_SUPPORTED).
Result Code: VBOX_E_IPRT_ERROR (0x80BB0005)
Component: Medium
Interface: IMedium {05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac}
Callee: IVirtualBox {fafa4e17-1ee2-4905-a10e-fe7c18bf5554}
Callee RC: VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
virtualbox iso
virtualbox iso
edited Feb 28 '15 at 2:49
Hans
7511036
7511036
asked Oct 26 '13 at 1:39
williamwilliam
111
111
possible duplicate of Virtual Box Won't Accept .ISO To Install OS
– Eliah Kagan
Sep 17 '14 at 18:03
add a comment |
possible duplicate of Virtual Box Won't Accept .ISO To Install OS
– Eliah Kagan
Sep 17 '14 at 18:03
possible duplicate of Virtual Box Won't Accept .ISO To Install OS
– Eliah Kagan
Sep 17 '14 at 18:03
possible duplicate of Virtual Box Won't Accept .ISO To Install OS
– Eliah Kagan
Sep 17 '14 at 18:03
add a comment |
2 Answers
2
active
oldest
votes
There is probably something wrong with your .iso file.
Here is someone with the same problem.
You can Google how to check the MD5SUM of the file using Windows, or just re-download and burn a new disc.
1
thank you but the new iso i got for the 13.10 i ran it and its sating get the right kernel for my cpu
– william
Oct 26 '13 at 5:59
You've downloaded the i386 version, is your computer really 32 bit? If not, try the x86 iso. More info here Also, in VirtualBox, make sure you are choosing the appropriate OS during that step(ie, Linux or Linux 64 bit).
– John Reed
Oct 27 '13 at 2:12
add a comment |
Try downloading the .iso file using Transmission to open the .torrent file and when it's complete right-click and force a recheck to make sure it's all there... Then using Brasero/Xfburn/K3b burn the iso to disc at the slowest possible speed so the disc will run better and last longer...
1
what about cpu compatibility
– william
Oct 26 '13 at 6:50
add a comment |
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%2f365951%2fmy-computer-cant-read-ubuntu-12-04-3-lts-precise-pangolin-from-cd-rom%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
There is probably something wrong with your .iso file.
Here is someone with the same problem.
You can Google how to check the MD5SUM of the file using Windows, or just re-download and burn a new disc.
1
thank you but the new iso i got for the 13.10 i ran it and its sating get the right kernel for my cpu
– william
Oct 26 '13 at 5:59
You've downloaded the i386 version, is your computer really 32 bit? If not, try the x86 iso. More info here Also, in VirtualBox, make sure you are choosing the appropriate OS during that step(ie, Linux or Linux 64 bit).
– John Reed
Oct 27 '13 at 2:12
add a comment |
There is probably something wrong with your .iso file.
Here is someone with the same problem.
You can Google how to check the MD5SUM of the file using Windows, or just re-download and burn a new disc.
1
thank you but the new iso i got for the 13.10 i ran it and its sating get the right kernel for my cpu
– william
Oct 26 '13 at 5:59
You've downloaded the i386 version, is your computer really 32 bit? If not, try the x86 iso. More info here Also, in VirtualBox, make sure you are choosing the appropriate OS during that step(ie, Linux or Linux 64 bit).
– John Reed
Oct 27 '13 at 2:12
add a comment |
There is probably something wrong with your .iso file.
Here is someone with the same problem.
You can Google how to check the MD5SUM of the file using Windows, or just re-download and burn a new disc.
There is probably something wrong with your .iso file.
Here is someone with the same problem.
You can Google how to check the MD5SUM of the file using Windows, or just re-download and burn a new disc.
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Oct 26 '13 at 4:52
John ReedJohn Reed
763
763
1
thank you but the new iso i got for the 13.10 i ran it and its sating get the right kernel for my cpu
– william
Oct 26 '13 at 5:59
You've downloaded the i386 version, is your computer really 32 bit? If not, try the x86 iso. More info here Also, in VirtualBox, make sure you are choosing the appropriate OS during that step(ie, Linux or Linux 64 bit).
– John Reed
Oct 27 '13 at 2:12
add a comment |
1
thank you but the new iso i got for the 13.10 i ran it and its sating get the right kernel for my cpu
– william
Oct 26 '13 at 5:59
You've downloaded the i386 version, is your computer really 32 bit? If not, try the x86 iso. More info here Also, in VirtualBox, make sure you are choosing the appropriate OS during that step(ie, Linux or Linux 64 bit).
– John Reed
Oct 27 '13 at 2:12
1
1
thank you but the new iso i got for the 13.10 i ran it and its sating get the right kernel for my cpu
– william
Oct 26 '13 at 5:59
thank you but the new iso i got for the 13.10 i ran it and its sating get the right kernel for my cpu
– william
Oct 26 '13 at 5:59
You've downloaded the i386 version, is your computer really 32 bit? If not, try the x86 iso. More info here Also, in VirtualBox, make sure you are choosing the appropriate OS during that step(ie, Linux or Linux 64 bit).
– John Reed
Oct 27 '13 at 2:12
You've downloaded the i386 version, is your computer really 32 bit? If not, try the x86 iso. More info here Also, in VirtualBox, make sure you are choosing the appropriate OS during that step(ie, Linux or Linux 64 bit).
– John Reed
Oct 27 '13 at 2:12
add a comment |
Try downloading the .iso file using Transmission to open the .torrent file and when it's complete right-click and force a recheck to make sure it's all there... Then using Brasero/Xfburn/K3b burn the iso to disc at the slowest possible speed so the disc will run better and last longer...
1
what about cpu compatibility
– william
Oct 26 '13 at 6:50
add a comment |
Try downloading the .iso file using Transmission to open the .torrent file and when it's complete right-click and force a recheck to make sure it's all there... Then using Brasero/Xfburn/K3b burn the iso to disc at the slowest possible speed so the disc will run better and last longer...
1
what about cpu compatibility
– william
Oct 26 '13 at 6:50
add a comment |
Try downloading the .iso file using Transmission to open the .torrent file and when it's complete right-click and force a recheck to make sure it's all there... Then using Brasero/Xfburn/K3b burn the iso to disc at the slowest possible speed so the disc will run better and last longer...
Try downloading the .iso file using Transmission to open the .torrent file and when it's complete right-click and force a recheck to make sure it's all there... Then using Brasero/Xfburn/K3b burn the iso to disc at the slowest possible speed so the disc will run better and last longer...
answered Oct 26 '13 at 6:48
TenPlus1TenPlus1
1,086810
1,086810
1
what about cpu compatibility
– william
Oct 26 '13 at 6:50
add a comment |
1
what about cpu compatibility
– william
Oct 26 '13 at 6:50
1
1
what about cpu compatibility
– william
Oct 26 '13 at 6:50
what about cpu compatibility
– william
Oct 26 '13 at 6:50
add a comment |
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%2f365951%2fmy-computer-cant-read-ubuntu-12-04-3-lts-precise-pangolin-from-cd-rom%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
possible duplicate of Virtual Box Won't Accept .ISO To Install OS
– Eliah Kagan
Sep 17 '14 at 18:03