VirtualBox: two or more OS in one usb disk “unmountable boot volume” The Next CEO of Stack...
Is micro rebar a better way to reinforce concrete than rebar?
How to install OpenCV on Raspbian Stretch?
How to sed chunks text from a stream of files from find
Where do students learn to solve polynomial equations these days?
What connection does MS Office have to Netscape Navigator?
How did people program for Consoles with multiple CPUs?
Can MTA send mail via a relay without being told so?
What happened in Rome, when the western empire "fell"?
Is it possible to replace duplicates of a character with one character using tr
Rotate a column
Why do remote US companies require working in the US?
Is it ever safe to open a suspicious HTML file (e.g. email attachment)?
0 rank tensor vs 1D vector
Recycling old answers
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
Unclear about dynamic binding
How a 64-bit process virtual address space is divided in Linux?
Why this way of making earth uninhabitable in Interstellar?
Why is my new battery behaving weirdly?
Prepend last line of stdin to entire stdin
Does increasing your ability score affect your main stat?
Does soap repel water?
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
What steps are necessary to read a Modern SSD in Medieval Europe?
VirtualBox: two or more OS in one usb disk “unmountable boot volume”
The Next CEO of Stack OverflowCannot run native Ubuntu in virtualbox with a vmdk created using the -partitions specifiedUnmountable boot volume after diskmgmt partitionRestore Windows 8 and Linux (Debian) /boot/efiGrub Bypassed (Dual Boot, Dual Disk System)How do I run Debian via VirtualBox using the physical partitions (rawdisk)?How to partition a hard drive but not delete it's content?virtual box create vmdk of a partition creates a vmdk of entire harddrivevirtualbox “could not read from the boot medium” with rawdiskVirtualBox: Why Virtual Hard Disk is showing more space than assigned?VirtualBox: trouble creating vmdk file-access denied
My goal:
For education purposes I've been asked to install Windows and Linux on the same usb and be able to boot them from virtual box
My problem:
Windows crashes with "unmountable boot volume"
The process I've made this far:
I have an usb disk 1tb with 3 partitions
- first for personal files with 900gb(NTFS)
- Linux partition 50gb(ext4)
- Windows partition 50gb(NTFS)
Those os were installed in that order.
For Linux:
when I reached the intallation type, used "others"
Defined the second partition "dev/sda/2" as root
and for the Device boot loader installation "dev/sda"
For the VB vmdk I used this command:
VBoxManage internalcommands createrawvmdk -filename "C:LinuxPath.vmdk" -rawdisk \.PhysicalDrive1 -partitions 2 -relative
creating a Hardisk with 1tb size but 50gb actual size
show
AND ALL THIS WORKS!
now for Windows:
when installing via VB Windows I have this problem:
error1
which tells me it cant install on partition 3 of disk 0 (my external hdd)
So my solution was "WinToUsb" selecting the corresponding partition.
then with the next command routed the vmdk to that partition:
VBoxManage internalcommands createrawvmdk -filename "C:winxpath.vmdk" -rawdisk \.PhysicalDrive1 -partitions 3 -relative
But now when it comes to boot the Windows VM ,
appears the Windows booting logo and then:
error2
Is there anything I am missing?
linux windows-10 hard-drive virtualbox partitioning
New contributor
Diego llanos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
My goal:
For education purposes I've been asked to install Windows and Linux on the same usb and be able to boot them from virtual box
My problem:
Windows crashes with "unmountable boot volume"
The process I've made this far:
I have an usb disk 1tb with 3 partitions
- first for personal files with 900gb(NTFS)
- Linux partition 50gb(ext4)
- Windows partition 50gb(NTFS)
Those os were installed in that order.
For Linux:
when I reached the intallation type, used "others"
Defined the second partition "dev/sda/2" as root
and for the Device boot loader installation "dev/sda"
For the VB vmdk I used this command:
VBoxManage internalcommands createrawvmdk -filename "C:LinuxPath.vmdk" -rawdisk \.PhysicalDrive1 -partitions 2 -relative
creating a Hardisk with 1tb size but 50gb actual size
show
AND ALL THIS WORKS!
now for Windows:
when installing via VB Windows I have this problem:
error1
which tells me it cant install on partition 3 of disk 0 (my external hdd)
So my solution was "WinToUsb" selecting the corresponding partition.
then with the next command routed the vmdk to that partition:
VBoxManage internalcommands createrawvmdk -filename "C:winxpath.vmdk" -rawdisk \.PhysicalDrive1 -partitions 3 -relative
But now when it comes to boot the Windows VM ,
appears the Windows booting logo and then:
error2
Is there anything I am missing?
linux windows-10 hard-drive virtualbox partitioning
New contributor
Diego llanos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
My goal:
For education purposes I've been asked to install Windows and Linux on the same usb and be able to boot them from virtual box
My problem:
Windows crashes with "unmountable boot volume"
The process I've made this far:
I have an usb disk 1tb with 3 partitions
- first for personal files with 900gb(NTFS)
- Linux partition 50gb(ext4)
- Windows partition 50gb(NTFS)
Those os were installed in that order.
For Linux:
when I reached the intallation type, used "others"
Defined the second partition "dev/sda/2" as root
and for the Device boot loader installation "dev/sda"
For the VB vmdk I used this command:
VBoxManage internalcommands createrawvmdk -filename "C:LinuxPath.vmdk" -rawdisk \.PhysicalDrive1 -partitions 2 -relative
creating a Hardisk with 1tb size but 50gb actual size
show
AND ALL THIS WORKS!
now for Windows:
when installing via VB Windows I have this problem:
error1
which tells me it cant install on partition 3 of disk 0 (my external hdd)
So my solution was "WinToUsb" selecting the corresponding partition.
then with the next command routed the vmdk to that partition:
VBoxManage internalcommands createrawvmdk -filename "C:winxpath.vmdk" -rawdisk \.PhysicalDrive1 -partitions 3 -relative
But now when it comes to boot the Windows VM ,
appears the Windows booting logo and then:
error2
Is there anything I am missing?
linux windows-10 hard-drive virtualbox partitioning
New contributor
Diego llanos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
My goal:
For education purposes I've been asked to install Windows and Linux on the same usb and be able to boot them from virtual box
My problem:
Windows crashes with "unmountable boot volume"
The process I've made this far:
I have an usb disk 1tb with 3 partitions
- first for personal files with 900gb(NTFS)
- Linux partition 50gb(ext4)
- Windows partition 50gb(NTFS)
Those os were installed in that order.
For Linux:
when I reached the intallation type, used "others"
Defined the second partition "dev/sda/2" as root
and for the Device boot loader installation "dev/sda"
For the VB vmdk I used this command:
VBoxManage internalcommands createrawvmdk -filename "C:LinuxPath.vmdk" -rawdisk \.PhysicalDrive1 -partitions 2 -relative
creating a Hardisk with 1tb size but 50gb actual size
show
AND ALL THIS WORKS!
now for Windows:
when installing via VB Windows I have this problem:
error1
which tells me it cant install on partition 3 of disk 0 (my external hdd)
So my solution was "WinToUsb" selecting the corresponding partition.
then with the next command routed the vmdk to that partition:
VBoxManage internalcommands createrawvmdk -filename "C:winxpath.vmdk" -rawdisk \.PhysicalDrive1 -partitions 3 -relative
But now when it comes to boot the Windows VM ,
appears the Windows booting logo and then:
error2
Is there anything I am missing?
linux windows-10 hard-drive virtualbox partitioning
linux windows-10 hard-drive virtualbox partitioning
New contributor
Diego llanos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Diego llanos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Diego llanos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 7 mins ago
Diego llanosDiego llanos
1
1
New contributor
Diego llanos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Diego llanos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Diego llanos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
Diego llanos 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%2fsuperuser.com%2fquestions%2f1419502%2fvirtualbox-two-or-more-os-in-one-usb-disk-unmountable-boot-volume%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
Diego llanos is a new contributor. Be nice, and check out our Code of Conduct.
Diego llanos is a new contributor. Be nice, and check out our Code of Conduct.
Diego llanos is a new contributor. Be nice, and check out our Code of Conduct.
Diego llanos is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1419502%2fvirtualbox-two-or-more-os-in-one-usb-disk-unmountable-boot-volume%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