Run an Ubuntu ISO from a separate partition on a Windows 10 PC?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I've posted this question on Stack Overflow without thinking (link here: https://stackoverflow.com/posts/comments/97802471?noredirect=1), but I'd like to know if the following is possible:
On my Windows 10 PC, I'd like to create a partition where I'd store an Ubuntu ISO (the latest 19.04 comes to mind), and run it as a live distro, which means it would have to appear in the boot menu.
On my PC, there's indeed an icon in the shape of a hard drive on the top right corner, where a badge shows how many unread messages/comments/replies I've got, but since my post, I discovered that you can only be notified by email once a week at best of all the comments and replies made to you.
This is fine, though.
Regarding my initial question, I chose to go the UNetbootin way, and it kinda worked: I managed to create a new partition at first, let the software copy the Ubuntu ISO (latest 19.04 daily, so that too could be a factor), and I booted to a live Ubuntu system alright.
Problem arose when I tried to install: regardless of the empty space I had on the partition, of the file system I chose, and of the mount point I specified, install would not proceed, because "/cdrom could not unmount".
I then started from scratch, creating not one but two partitions, one where the ISO would be decompressed, and the other, bigger, for install. Both were created from Windows in FAT32 file format, then I tried to format the one I wanted to install on in ext4 and on down all the format and file system options I was offered by the installer.
Didn't work either, with the same error message, though I made sure the ISO was on a different partition than the one I wanted to install it on.
That's too bad, because the glimpse I got from the 19.04 dailies (I tried two different ISOs) was indeed promising.
I've put this project on the back-burner for now, due to a large amount of work coming my way, but I'll make sure to come here for more info when I have a little more time on my hands.
Thanks all for your input!
boot dual-boot partitioning windows-10
New contributor
|
show 2 more comments
I've posted this question on Stack Overflow without thinking (link here: https://stackoverflow.com/posts/comments/97802471?noredirect=1), but I'd like to know if the following is possible:
On my Windows 10 PC, I'd like to create a partition where I'd store an Ubuntu ISO (the latest 19.04 comes to mind), and run it as a live distro, which means it would have to appear in the boot menu.
On my PC, there's indeed an icon in the shape of a hard drive on the top right corner, where a badge shows how many unread messages/comments/replies I've got, but since my post, I discovered that you can only be notified by email once a week at best of all the comments and replies made to you.
This is fine, though.
Regarding my initial question, I chose to go the UNetbootin way, and it kinda worked: I managed to create a new partition at first, let the software copy the Ubuntu ISO (latest 19.04 daily, so that too could be a factor), and I booted to a live Ubuntu system alright.
Problem arose when I tried to install: regardless of the empty space I had on the partition, of the file system I chose, and of the mount point I specified, install would not proceed, because "/cdrom could not unmount".
I then started from scratch, creating not one but two partitions, one where the ISO would be decompressed, and the other, bigger, for install. Both were created from Windows in FAT32 file format, then I tried to format the one I wanted to install on in ext4 and on down all the format and file system options I was offered by the installer.
Didn't work either, with the same error message, though I made sure the ISO was on a different partition than the one I wanted to install it on.
That's too bad, because the glimpse I got from the 19.04 dailies (I tried two different ISOs) was indeed promising.
I've put this project on the back-burner for now, due to a large amount of work coming my way, but I'll make sure to come here for more info when I have a little more time on my hands.
Thanks all for your input!
boot dual-boot partitioning windows-10
New contributor
3
You can create a virtual machine with VirtualBox. Then you can 'Try Ubuntu' or install Ubuntu in this virtual machine. Ubuntu will run as a guest operating system inside Windows, which is the host operating system. -- It is easier to install Ubuntu alongside Windows, but it is certainly possible to make a live Ubuntu system work alongside Windows (I don't think there is an automatic quick fix for it, and I would not recommend it for a beginner.
– sudodus
Apr 6 at 15:56
1
If you have a spare partition on your Windows drive, you can use UNetbootin to make a persistent install to it. At boot you will get a choice between Windows and Ubuntu. Persistence is limited to 4GB. If you need to boot ISOs you would need to install a compatible boot loader such as grub2. Then booting ISO's is easy, even if they are located on the Windows partition. Grub2 can also be run from a USB stick.
– C.S.Cameron
Apr 6 at 16:29
Thank you both for your replies. I didn't know UNetbootin offered such a possibility. I'm going to try that. I hope it won't ruin my MBR, though, because I've just discovered that for some reason, my PC won't boot from USB anymore... I'm investigating the issue as we speak.
– Didier
Apr 6 at 17:53
Oh, and is there a way to be notified by email when I receive a reply or comment on my OP?
– Didier
Apr 6 at 17:59
Disabling Fast Boot in Windows 10 solved my issue with booting from a USB drive. I'm looking into the UNetbootin experiment. Will keep you posted.
– Didier
2 days ago
|
show 2 more comments
I've posted this question on Stack Overflow without thinking (link here: https://stackoverflow.com/posts/comments/97802471?noredirect=1), but I'd like to know if the following is possible:
On my Windows 10 PC, I'd like to create a partition where I'd store an Ubuntu ISO (the latest 19.04 comes to mind), and run it as a live distro, which means it would have to appear in the boot menu.
On my PC, there's indeed an icon in the shape of a hard drive on the top right corner, where a badge shows how many unread messages/comments/replies I've got, but since my post, I discovered that you can only be notified by email once a week at best of all the comments and replies made to you.
This is fine, though.
Regarding my initial question, I chose to go the UNetbootin way, and it kinda worked: I managed to create a new partition at first, let the software copy the Ubuntu ISO (latest 19.04 daily, so that too could be a factor), and I booted to a live Ubuntu system alright.
Problem arose when I tried to install: regardless of the empty space I had on the partition, of the file system I chose, and of the mount point I specified, install would not proceed, because "/cdrom could not unmount".
I then started from scratch, creating not one but two partitions, one where the ISO would be decompressed, and the other, bigger, for install. Both were created from Windows in FAT32 file format, then I tried to format the one I wanted to install on in ext4 and on down all the format and file system options I was offered by the installer.
Didn't work either, with the same error message, though I made sure the ISO was on a different partition than the one I wanted to install it on.
That's too bad, because the glimpse I got from the 19.04 dailies (I tried two different ISOs) was indeed promising.
I've put this project on the back-burner for now, due to a large amount of work coming my way, but I'll make sure to come here for more info when I have a little more time on my hands.
Thanks all for your input!
boot dual-boot partitioning windows-10
New contributor
I've posted this question on Stack Overflow without thinking (link here: https://stackoverflow.com/posts/comments/97802471?noredirect=1), but I'd like to know if the following is possible:
On my Windows 10 PC, I'd like to create a partition where I'd store an Ubuntu ISO (the latest 19.04 comes to mind), and run it as a live distro, which means it would have to appear in the boot menu.
On my PC, there's indeed an icon in the shape of a hard drive on the top right corner, where a badge shows how many unread messages/comments/replies I've got, but since my post, I discovered that you can only be notified by email once a week at best of all the comments and replies made to you.
This is fine, though.
Regarding my initial question, I chose to go the UNetbootin way, and it kinda worked: I managed to create a new partition at first, let the software copy the Ubuntu ISO (latest 19.04 daily, so that too could be a factor), and I booted to a live Ubuntu system alright.
Problem arose when I tried to install: regardless of the empty space I had on the partition, of the file system I chose, and of the mount point I specified, install would not proceed, because "/cdrom could not unmount".
I then started from scratch, creating not one but two partitions, one where the ISO would be decompressed, and the other, bigger, for install. Both were created from Windows in FAT32 file format, then I tried to format the one I wanted to install on in ext4 and on down all the format and file system options I was offered by the installer.
Didn't work either, with the same error message, though I made sure the ISO was on a different partition than the one I wanted to install it on.
That's too bad, because the glimpse I got from the 19.04 dailies (I tried two different ISOs) was indeed promising.
I've put this project on the back-burner for now, due to a large amount of work coming my way, but I'll make sure to come here for more info when I have a little more time on my hands.
Thanks all for your input!
boot dual-boot partitioning windows-10
boot dual-boot partitioning windows-10
New contributor
New contributor
edited 13 hours ago
fossfreedom♦
150k38331374
150k38331374
New contributor
asked Apr 6 at 15:38
DidierDidier
61
61
New contributor
New contributor
3
You can create a virtual machine with VirtualBox. Then you can 'Try Ubuntu' or install Ubuntu in this virtual machine. Ubuntu will run as a guest operating system inside Windows, which is the host operating system. -- It is easier to install Ubuntu alongside Windows, but it is certainly possible to make a live Ubuntu system work alongside Windows (I don't think there is an automatic quick fix for it, and I would not recommend it for a beginner.
– sudodus
Apr 6 at 15:56
1
If you have a spare partition on your Windows drive, you can use UNetbootin to make a persistent install to it. At boot you will get a choice between Windows and Ubuntu. Persistence is limited to 4GB. If you need to boot ISOs you would need to install a compatible boot loader such as grub2. Then booting ISO's is easy, even if they are located on the Windows partition. Grub2 can also be run from a USB stick.
– C.S.Cameron
Apr 6 at 16:29
Thank you both for your replies. I didn't know UNetbootin offered such a possibility. I'm going to try that. I hope it won't ruin my MBR, though, because I've just discovered that for some reason, my PC won't boot from USB anymore... I'm investigating the issue as we speak.
– Didier
Apr 6 at 17:53
Oh, and is there a way to be notified by email when I receive a reply or comment on my OP?
– Didier
Apr 6 at 17:59
Disabling Fast Boot in Windows 10 solved my issue with booting from a USB drive. I'm looking into the UNetbootin experiment. Will keep you posted.
– Didier
2 days ago
|
show 2 more comments
3
You can create a virtual machine with VirtualBox. Then you can 'Try Ubuntu' or install Ubuntu in this virtual machine. Ubuntu will run as a guest operating system inside Windows, which is the host operating system. -- It is easier to install Ubuntu alongside Windows, but it is certainly possible to make a live Ubuntu system work alongside Windows (I don't think there is an automatic quick fix for it, and I would not recommend it for a beginner.
– sudodus
Apr 6 at 15:56
1
If you have a spare partition on your Windows drive, you can use UNetbootin to make a persistent install to it. At boot you will get a choice between Windows and Ubuntu. Persistence is limited to 4GB. If you need to boot ISOs you would need to install a compatible boot loader such as grub2. Then booting ISO's is easy, even if they are located on the Windows partition. Grub2 can also be run from a USB stick.
– C.S.Cameron
Apr 6 at 16:29
Thank you both for your replies. I didn't know UNetbootin offered such a possibility. I'm going to try that. I hope it won't ruin my MBR, though, because I've just discovered that for some reason, my PC won't boot from USB anymore... I'm investigating the issue as we speak.
– Didier
Apr 6 at 17:53
Oh, and is there a way to be notified by email when I receive a reply or comment on my OP?
– Didier
Apr 6 at 17:59
Disabling Fast Boot in Windows 10 solved my issue with booting from a USB drive. I'm looking into the UNetbootin experiment. Will keep you posted.
– Didier
2 days ago
3
3
You can create a virtual machine with VirtualBox. Then you can 'Try Ubuntu' or install Ubuntu in this virtual machine. Ubuntu will run as a guest operating system inside Windows, which is the host operating system. -- It is easier to install Ubuntu alongside Windows, but it is certainly possible to make a live Ubuntu system work alongside Windows (I don't think there is an automatic quick fix for it, and I would not recommend it for a beginner.
– sudodus
Apr 6 at 15:56
You can create a virtual machine with VirtualBox. Then you can 'Try Ubuntu' or install Ubuntu in this virtual machine. Ubuntu will run as a guest operating system inside Windows, which is the host operating system. -- It is easier to install Ubuntu alongside Windows, but it is certainly possible to make a live Ubuntu system work alongside Windows (I don't think there is an automatic quick fix for it, and I would not recommend it for a beginner.
– sudodus
Apr 6 at 15:56
1
1
If you have a spare partition on your Windows drive, you can use UNetbootin to make a persistent install to it. At boot you will get a choice between Windows and Ubuntu. Persistence is limited to 4GB. If you need to boot ISOs you would need to install a compatible boot loader such as grub2. Then booting ISO's is easy, even if they are located on the Windows partition. Grub2 can also be run from a USB stick.
– C.S.Cameron
Apr 6 at 16:29
If you have a spare partition on your Windows drive, you can use UNetbootin to make a persistent install to it. At boot you will get a choice between Windows and Ubuntu. Persistence is limited to 4GB. If you need to boot ISOs you would need to install a compatible boot loader such as grub2. Then booting ISO's is easy, even if they are located on the Windows partition. Grub2 can also be run from a USB stick.
– C.S.Cameron
Apr 6 at 16:29
Thank you both for your replies. I didn't know UNetbootin offered such a possibility. I'm going to try that. I hope it won't ruin my MBR, though, because I've just discovered that for some reason, my PC won't boot from USB anymore... I'm investigating the issue as we speak.
– Didier
Apr 6 at 17:53
Thank you both for your replies. I didn't know UNetbootin offered such a possibility. I'm going to try that. I hope it won't ruin my MBR, though, because I've just discovered that for some reason, my PC won't boot from USB anymore... I'm investigating the issue as we speak.
– Didier
Apr 6 at 17:53
Oh, and is there a way to be notified by email when I receive a reply or comment on my OP?
– Didier
Apr 6 at 17:59
Oh, and is there a way to be notified by email when I receive a reply or comment on my OP?
– Didier
Apr 6 at 17:59
Disabling Fast Boot in Windows 10 solved my issue with booting from a USB drive. I'm looking into the UNetbootin experiment. Will keep you posted.
– Didier
2 days ago
Disabling Fast Boot in Windows 10 solved my issue with booting from a USB drive. I'm looking into the UNetbootin experiment. Will keep you posted.
– Didier
2 days ago
|
show 2 more comments
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
});
}
});
Didier is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1131692%2frun-an-ubuntu-iso-from-a-separate-partition-on-a-windows-10-pc%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
Didier is a new contributor. Be nice, and check out our Code of Conduct.
Didier is a new contributor. Be nice, and check out our Code of Conduct.
Didier is a new contributor. Be nice, and check out our Code of Conduct.
Didier is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1131692%2frun-an-ubuntu-iso-from-a-separate-partition-on-a-windows-10-pc%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
3
You can create a virtual machine with VirtualBox. Then you can 'Try Ubuntu' or install Ubuntu in this virtual machine. Ubuntu will run as a guest operating system inside Windows, which is the host operating system. -- It is easier to install Ubuntu alongside Windows, but it is certainly possible to make a live Ubuntu system work alongside Windows (I don't think there is an automatic quick fix for it, and I would not recommend it for a beginner.
– sudodus
Apr 6 at 15:56
1
If you have a spare partition on your Windows drive, you can use UNetbootin to make a persistent install to it. At boot you will get a choice between Windows and Ubuntu. Persistence is limited to 4GB. If you need to boot ISOs you would need to install a compatible boot loader such as grub2. Then booting ISO's is easy, even if they are located on the Windows partition. Grub2 can also be run from a USB stick.
– C.S.Cameron
Apr 6 at 16:29
Thank you both for your replies. I didn't know UNetbootin offered such a possibility. I'm going to try that. I hope it won't ruin my MBR, though, because I've just discovered that for some reason, my PC won't boot from USB anymore... I'm investigating the issue as we speak.
– Didier
Apr 6 at 17:53
Oh, and is there a way to be notified by email when I receive a reply or comment on my OP?
– Didier
Apr 6 at 17:59
Disabling Fast Boot in Windows 10 solved my issue with booting from a USB drive. I'm looking into the UNetbootin experiment. Will keep you posted.
– Didier
2 days ago