Install Windows Alongside Ubuntu 14.04 on Second hard Drive Announcing the arrival of Valued...
How to get all distinct words within a set of lines?
Morning, Afternoon, Night Kanji
How does light 'choose' between wave and particle behaviour?
How does the math work when buying airline miles?
How much damage would a cupful of neutron star matter do to the Earth?
What would you call this weird metallic apparatus that allows you to lift people?
How to play a character with a disability or mental disorder without being offensive?
Why do we bend a book to keep it straight?
Why wasn't DOSKEY integrated with COMMAND.COM?
Is there any word for a place full of confusion?
SF book about people trapped in a series of worlds they imagine
Hangman Game with C++
How come Sam didn't become Lord of Horn Hill?
Why does the remaining Rebel fleet at the end of Rogue One seem dramatically larger than the one in A New Hope?
What order were files/directories outputted in dir?
Do wooden building fires get hotter than 600°C?
Selecting user stories during sprint planning
Take 2! Is this homebrew Lady of Pain warlock patron balanced?
What is this clumpy 20-30cm high yellow-flowered plant?
Can the Great Weapon Master feat's damage bonus and accuracy penalty apply to attacks from the Spiritual Weapon spell?
Update module to run alter command
What is the difference between globalisation and imperialism?
Drawing without replacement: why is the order of draw irrelevant?
What do you call the main part of a joke?
Install Windows Alongside Ubuntu 14.04 on Second hard Drive
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)How to install Windows 10 alongside Ubuntu 18.04Install and isolate Windows on a separate driveHow do you run update-grub?Installing WinUSB on Ubuntu 14.04How can one boot to a second hard drive where Ubuntu is installedUbuntu and Windows 7 dual-bootInstalling Ubuntu 12.04 alongside Windows 8How do I partition my hard drive to manually install Ubuntu 12.10 alongside Windows 8?Install Ubuntu on a seperate hard-drive in dualbootHow do you install 13.04 on a separate hard drive?Installing Ubuntu 14.04 to dual boot with windows 7 on one hard driveWindows 7 detected, but no option to install alongside windowsAlready dual booting windows and ubuntu but want to install latest ubuntu on another hard driveHow can I install Ubuntu onto a second hard drive along side windows 7?Installing Ubuntu On Second Hard DriveI want to install Windows 10 alongside Ubuntu and I need help
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Currently I have Ubuntu 14.04 installed on one hard drive, and I'd like to install Windows onto a second hard drive. I've read that I need to boot into a LiveCD, usually I'd use my memory stick for this, but I need to use it to install Windows with. Unfortunately I don't have a second memory stick big enough to have the Windows installer on it. Can I still install Windows alongside Ubuntu without the need for an Ubuntu LiveCD? Can someone guide me through this so I don't mess anything up?
Thanks in advance!
dual-boot grub2 live-cd
add a comment |
Currently I have Ubuntu 14.04 installed on one hard drive, and I'd like to install Windows onto a second hard drive. I've read that I need to boot into a LiveCD, usually I'd use my memory stick for this, but I need to use it to install Windows with. Unfortunately I don't have a second memory stick big enough to have the Windows installer on it. Can I still install Windows alongside Ubuntu without the need for an Ubuntu LiveCD? Can someone guide me through this so I don't mess anything up?
Thanks in advance!
dual-boot grub2 live-cd
add a comment |
Currently I have Ubuntu 14.04 installed on one hard drive, and I'd like to install Windows onto a second hard drive. I've read that I need to boot into a LiveCD, usually I'd use my memory stick for this, but I need to use it to install Windows with. Unfortunately I don't have a second memory stick big enough to have the Windows installer on it. Can I still install Windows alongside Ubuntu without the need for an Ubuntu LiveCD? Can someone guide me through this so I don't mess anything up?
Thanks in advance!
dual-boot grub2 live-cd
Currently I have Ubuntu 14.04 installed on one hard drive, and I'd like to install Windows onto a second hard drive. I've read that I need to boot into a LiveCD, usually I'd use my memory stick for this, but I need to use it to install Windows with. Unfortunately I don't have a second memory stick big enough to have the Windows installer on it. Can I still install Windows alongside Ubuntu without the need for an Ubuntu LiveCD? Can someone guide me through this so I don't mess anything up?
Thanks in advance!
dual-boot grub2 live-cd
dual-boot grub2 live-cd
asked Oct 8 '14 at 18:02
DerpyChapDerpyChap
1613
1613
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
The easiest way to do what you want given your resources of two hard drives and one USB stick, where one hard drive has Ubuntu already installed:
- Erase the USB stick and prepare it as an Windows installation USB.
- Turn off the computer and unplug it.
- Open the computer and disconnect the Ubuntu hard drive.
- Put the new hard drive in its bay and connect all the wires.
- Install Windows as if you have just one hard drive, the second one.
- Turn off the computer and unplug it again.
- Reconnect the Ubuntu hard drive. Keep the Windows hard drive connected as well.
- Start the computer and get into its BIOS.
- Make sure the Ubuntu hard drive is the first in the list of drive to
boot from, save BIOS settings and reboot the computer. - The computer will boot directly to Ubuntu. This is normal.
In Ubuntu open a terminal by pressing
Ctrl+Alt+T and enter:
sudo update-grub
This will add the option to choose between Ubuntu and Windows in the GRUB screen. The GRUB screen will show every time you start/ restart the computer.
Hope this helps
I'll have a go at this, I'll tell you if it works!
– DerpyChap
Oct 9 '14 at 17:20
I've done that, but I'm only getting two Windows Recovery Environment (loader) options, I'm presuming that /dev/sda2 (the filesystem) is the one I should pick, and the other being the windows Recovery partition.
– DerpyChap
Oct 10 '14 at 20:53
You should pick the bigger of the two partitions. It can be/Dev/sda2.
– user68186
Oct 11 '14 at 4:00
Is it possible to reorder or rename items in the GRUB menu?
– DerpyChap
Oct 11 '14 at 16:51
Yes, it is possible. Search for similar questions. Also Google search.
– user68186
Oct 11 '14 at 20:55
add a comment |
You have multiple options.
- Install Windows first using the bigger stick, then use something like (or) Unetbootin, to create an Ubuntu disk on the same stick (Ubuntu will fit on any stick that can manage windows :P). Ubuntu will auto detect windows. I'll recommend this.
- Install Ubuntu first, use winusb to create a windows disk, and update grub. Be sure to have
os-prober
. - If you prefer an adventure, you can try this for VMware or this for VirtualBox. This method is advanced and somewhat overkill. You have been warned. You can use this method to install both operating systems with an Ubuntu sized stick.
Can I install Windows on my second disk then use the Boot-Repair tool from Ubuntu?
– DerpyChap
Oct 8 '14 at 18:49
Ubuntu made a friendly version of what I described. It'll do the exact same thing.
– ps95
Oct 8 '14 at 18:59
add a comment |
You can also install it as a virtual machine.
To do so download and install virtual box from here https://www.virtualbox.org/wiki/Downloads
Then follow these steps:
1.)Go to the site of Microsoft.
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
2.)In virtual machine select MSEdge on win 10 stable.
3.)Select platform as Virtual Box.
4.)Clik on the DOWNLOAD .Zip
5.)After successful download go to the folder in which it has been downloaded and copy it to your virtual box directory(VirtualBoxVMS) in your Home directory.
6.)Open your virtual box(Go to show applications and search virtual box and hit enter).
7.)Double click(hit enter after selecting the file) on the .zip file. It will open an .ova file.
8.)Double click on the .ova file and go to your virtual box. A window will come asking to import.
9.)Click on import.
10.)On the part of your Virtual box select(click on) MSEdge windows 10 and then go to settings.
11.)In settings go to System and change the base memory to 1GB but if you have 16GB of ram then make it to 2GB and select ok.
12.)Click on start button.
13.)It will ask you for password. The password is (Passw0rd!)
14.)To activate your windows machine go to command prompt, run it in administrative mode(click right on command promt while selecting command prompt and select run as administrator).
15.)Run command slmgr/ato.
Now you have successfully installed your windows 10 virtual machine go ahead and enjoy it.
Thanks!!!
New contributor
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%2f533732%2finstall-windows-alongside-ubuntu-14-04-on-second-hard-drive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
The easiest way to do what you want given your resources of two hard drives and one USB stick, where one hard drive has Ubuntu already installed:
- Erase the USB stick and prepare it as an Windows installation USB.
- Turn off the computer and unplug it.
- Open the computer and disconnect the Ubuntu hard drive.
- Put the new hard drive in its bay and connect all the wires.
- Install Windows as if you have just one hard drive, the second one.
- Turn off the computer and unplug it again.
- Reconnect the Ubuntu hard drive. Keep the Windows hard drive connected as well.
- Start the computer and get into its BIOS.
- Make sure the Ubuntu hard drive is the first in the list of drive to
boot from, save BIOS settings and reboot the computer. - The computer will boot directly to Ubuntu. This is normal.
In Ubuntu open a terminal by pressing
Ctrl+Alt+T and enter:
sudo update-grub
This will add the option to choose between Ubuntu and Windows in the GRUB screen. The GRUB screen will show every time you start/ restart the computer.
Hope this helps
I'll have a go at this, I'll tell you if it works!
– DerpyChap
Oct 9 '14 at 17:20
I've done that, but I'm only getting two Windows Recovery Environment (loader) options, I'm presuming that /dev/sda2 (the filesystem) is the one I should pick, and the other being the windows Recovery partition.
– DerpyChap
Oct 10 '14 at 20:53
You should pick the bigger of the two partitions. It can be/Dev/sda2.
– user68186
Oct 11 '14 at 4:00
Is it possible to reorder or rename items in the GRUB menu?
– DerpyChap
Oct 11 '14 at 16:51
Yes, it is possible. Search for similar questions. Also Google search.
– user68186
Oct 11 '14 at 20:55
add a comment |
The easiest way to do what you want given your resources of two hard drives and one USB stick, where one hard drive has Ubuntu already installed:
- Erase the USB stick and prepare it as an Windows installation USB.
- Turn off the computer and unplug it.
- Open the computer and disconnect the Ubuntu hard drive.
- Put the new hard drive in its bay and connect all the wires.
- Install Windows as if you have just one hard drive, the second one.
- Turn off the computer and unplug it again.
- Reconnect the Ubuntu hard drive. Keep the Windows hard drive connected as well.
- Start the computer and get into its BIOS.
- Make sure the Ubuntu hard drive is the first in the list of drive to
boot from, save BIOS settings and reboot the computer. - The computer will boot directly to Ubuntu. This is normal.
In Ubuntu open a terminal by pressing
Ctrl+Alt+T and enter:
sudo update-grub
This will add the option to choose between Ubuntu and Windows in the GRUB screen. The GRUB screen will show every time you start/ restart the computer.
Hope this helps
I'll have a go at this, I'll tell you if it works!
– DerpyChap
Oct 9 '14 at 17:20
I've done that, but I'm only getting two Windows Recovery Environment (loader) options, I'm presuming that /dev/sda2 (the filesystem) is the one I should pick, and the other being the windows Recovery partition.
– DerpyChap
Oct 10 '14 at 20:53
You should pick the bigger of the two partitions. It can be/Dev/sda2.
– user68186
Oct 11 '14 at 4:00
Is it possible to reorder or rename items in the GRUB menu?
– DerpyChap
Oct 11 '14 at 16:51
Yes, it is possible. Search for similar questions. Also Google search.
– user68186
Oct 11 '14 at 20:55
add a comment |
The easiest way to do what you want given your resources of two hard drives and one USB stick, where one hard drive has Ubuntu already installed:
- Erase the USB stick and prepare it as an Windows installation USB.
- Turn off the computer and unplug it.
- Open the computer and disconnect the Ubuntu hard drive.
- Put the new hard drive in its bay and connect all the wires.
- Install Windows as if you have just one hard drive, the second one.
- Turn off the computer and unplug it again.
- Reconnect the Ubuntu hard drive. Keep the Windows hard drive connected as well.
- Start the computer and get into its BIOS.
- Make sure the Ubuntu hard drive is the first in the list of drive to
boot from, save BIOS settings and reboot the computer. - The computer will boot directly to Ubuntu. This is normal.
In Ubuntu open a terminal by pressing
Ctrl+Alt+T and enter:
sudo update-grub
This will add the option to choose between Ubuntu and Windows in the GRUB screen. The GRUB screen will show every time you start/ restart the computer.
Hope this helps
The easiest way to do what you want given your resources of two hard drives and one USB stick, where one hard drive has Ubuntu already installed:
- Erase the USB stick and prepare it as an Windows installation USB.
- Turn off the computer and unplug it.
- Open the computer and disconnect the Ubuntu hard drive.
- Put the new hard drive in its bay and connect all the wires.
- Install Windows as if you have just one hard drive, the second one.
- Turn off the computer and unplug it again.
- Reconnect the Ubuntu hard drive. Keep the Windows hard drive connected as well.
- Start the computer and get into its BIOS.
- Make sure the Ubuntu hard drive is the first in the list of drive to
boot from, save BIOS settings and reboot the computer. - The computer will boot directly to Ubuntu. This is normal.
In Ubuntu open a terminal by pressing
Ctrl+Alt+T and enter:
sudo update-grub
This will add the option to choose between Ubuntu and Windows in the GRUB screen. The GRUB screen will show every time you start/ restart the computer.
Hope this helps
answered Oct 8 '14 at 20:08
user68186user68186
17k84970
17k84970
I'll have a go at this, I'll tell you if it works!
– DerpyChap
Oct 9 '14 at 17:20
I've done that, but I'm only getting two Windows Recovery Environment (loader) options, I'm presuming that /dev/sda2 (the filesystem) is the one I should pick, and the other being the windows Recovery partition.
– DerpyChap
Oct 10 '14 at 20:53
You should pick the bigger of the two partitions. It can be/Dev/sda2.
– user68186
Oct 11 '14 at 4:00
Is it possible to reorder or rename items in the GRUB menu?
– DerpyChap
Oct 11 '14 at 16:51
Yes, it is possible. Search for similar questions. Also Google search.
– user68186
Oct 11 '14 at 20:55
add a comment |
I'll have a go at this, I'll tell you if it works!
– DerpyChap
Oct 9 '14 at 17:20
I've done that, but I'm only getting two Windows Recovery Environment (loader) options, I'm presuming that /dev/sda2 (the filesystem) is the one I should pick, and the other being the windows Recovery partition.
– DerpyChap
Oct 10 '14 at 20:53
You should pick the bigger of the two partitions. It can be/Dev/sda2.
– user68186
Oct 11 '14 at 4:00
Is it possible to reorder or rename items in the GRUB menu?
– DerpyChap
Oct 11 '14 at 16:51
Yes, it is possible. Search for similar questions. Also Google search.
– user68186
Oct 11 '14 at 20:55
I'll have a go at this, I'll tell you if it works!
– DerpyChap
Oct 9 '14 at 17:20
I'll have a go at this, I'll tell you if it works!
– DerpyChap
Oct 9 '14 at 17:20
I've done that, but I'm only getting two Windows Recovery Environment (loader) options, I'm presuming that /dev/sda2 (the filesystem) is the one I should pick, and the other being the windows Recovery partition.
– DerpyChap
Oct 10 '14 at 20:53
I've done that, but I'm only getting two Windows Recovery Environment (loader) options, I'm presuming that /dev/sda2 (the filesystem) is the one I should pick, and the other being the windows Recovery partition.
– DerpyChap
Oct 10 '14 at 20:53
You should pick the bigger of the two partitions. It can be/Dev/sda2.
– user68186
Oct 11 '14 at 4:00
You should pick the bigger of the two partitions. It can be/Dev/sda2.
– user68186
Oct 11 '14 at 4:00
Is it possible to reorder or rename items in the GRUB menu?
– DerpyChap
Oct 11 '14 at 16:51
Is it possible to reorder or rename items in the GRUB menu?
– DerpyChap
Oct 11 '14 at 16:51
Yes, it is possible. Search for similar questions. Also Google search.
– user68186
Oct 11 '14 at 20:55
Yes, it is possible. Search for similar questions. Also Google search.
– user68186
Oct 11 '14 at 20:55
add a comment |
You have multiple options.
- Install Windows first using the bigger stick, then use something like (or) Unetbootin, to create an Ubuntu disk on the same stick (Ubuntu will fit on any stick that can manage windows :P). Ubuntu will auto detect windows. I'll recommend this.
- Install Ubuntu first, use winusb to create a windows disk, and update grub. Be sure to have
os-prober
. - If you prefer an adventure, you can try this for VMware or this for VirtualBox. This method is advanced and somewhat overkill. You have been warned. You can use this method to install both operating systems with an Ubuntu sized stick.
Can I install Windows on my second disk then use the Boot-Repair tool from Ubuntu?
– DerpyChap
Oct 8 '14 at 18:49
Ubuntu made a friendly version of what I described. It'll do the exact same thing.
– ps95
Oct 8 '14 at 18:59
add a comment |
You have multiple options.
- Install Windows first using the bigger stick, then use something like (or) Unetbootin, to create an Ubuntu disk on the same stick (Ubuntu will fit on any stick that can manage windows :P). Ubuntu will auto detect windows. I'll recommend this.
- Install Ubuntu first, use winusb to create a windows disk, and update grub. Be sure to have
os-prober
. - If you prefer an adventure, you can try this for VMware or this for VirtualBox. This method is advanced and somewhat overkill. You have been warned. You can use this method to install both operating systems with an Ubuntu sized stick.
Can I install Windows on my second disk then use the Boot-Repair tool from Ubuntu?
– DerpyChap
Oct 8 '14 at 18:49
Ubuntu made a friendly version of what I described. It'll do the exact same thing.
– ps95
Oct 8 '14 at 18:59
add a comment |
You have multiple options.
- Install Windows first using the bigger stick, then use something like (or) Unetbootin, to create an Ubuntu disk on the same stick (Ubuntu will fit on any stick that can manage windows :P). Ubuntu will auto detect windows. I'll recommend this.
- Install Ubuntu first, use winusb to create a windows disk, and update grub. Be sure to have
os-prober
. - If you prefer an adventure, you can try this for VMware or this for VirtualBox. This method is advanced and somewhat overkill. You have been warned. You can use this method to install both operating systems with an Ubuntu sized stick.
You have multiple options.
- Install Windows first using the bigger stick, then use something like (or) Unetbootin, to create an Ubuntu disk on the same stick (Ubuntu will fit on any stick that can manage windows :P). Ubuntu will auto detect windows. I'll recommend this.
- Install Ubuntu first, use winusb to create a windows disk, and update grub. Be sure to have
os-prober
. - If you prefer an adventure, you can try this for VMware or this for VirtualBox. This method is advanced and somewhat overkill. You have been warned. You can use this method to install both operating systems with an Ubuntu sized stick.
edited Apr 13 '17 at 12:24
Community♦
1
1
answered Oct 8 '14 at 18:25
ps95ps95
1,4081820
1,4081820
Can I install Windows on my second disk then use the Boot-Repair tool from Ubuntu?
– DerpyChap
Oct 8 '14 at 18:49
Ubuntu made a friendly version of what I described. It'll do the exact same thing.
– ps95
Oct 8 '14 at 18:59
add a comment |
Can I install Windows on my second disk then use the Boot-Repair tool from Ubuntu?
– DerpyChap
Oct 8 '14 at 18:49
Ubuntu made a friendly version of what I described. It'll do the exact same thing.
– ps95
Oct 8 '14 at 18:59
Can I install Windows on my second disk then use the Boot-Repair tool from Ubuntu?
– DerpyChap
Oct 8 '14 at 18:49
Can I install Windows on my second disk then use the Boot-Repair tool from Ubuntu?
– DerpyChap
Oct 8 '14 at 18:49
Ubuntu made a friendly version of what I described. It'll do the exact same thing.
– ps95
Oct 8 '14 at 18:59
Ubuntu made a friendly version of what I described. It'll do the exact same thing.
– ps95
Oct 8 '14 at 18:59
add a comment |
You can also install it as a virtual machine.
To do so download and install virtual box from here https://www.virtualbox.org/wiki/Downloads
Then follow these steps:
1.)Go to the site of Microsoft.
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
2.)In virtual machine select MSEdge on win 10 stable.
3.)Select platform as Virtual Box.
4.)Clik on the DOWNLOAD .Zip
5.)After successful download go to the folder in which it has been downloaded and copy it to your virtual box directory(VirtualBoxVMS) in your Home directory.
6.)Open your virtual box(Go to show applications and search virtual box and hit enter).
7.)Double click(hit enter after selecting the file) on the .zip file. It will open an .ova file.
8.)Double click on the .ova file and go to your virtual box. A window will come asking to import.
9.)Click on import.
10.)On the part of your Virtual box select(click on) MSEdge windows 10 and then go to settings.
11.)In settings go to System and change the base memory to 1GB but if you have 16GB of ram then make it to 2GB and select ok.
12.)Click on start button.
13.)It will ask you for password. The password is (Passw0rd!)
14.)To activate your windows machine go to command prompt, run it in administrative mode(click right on command promt while selecting command prompt and select run as administrator).
15.)Run command slmgr/ato.
Now you have successfully installed your windows 10 virtual machine go ahead and enjoy it.
Thanks!!!
New contributor
add a comment |
You can also install it as a virtual machine.
To do so download and install virtual box from here https://www.virtualbox.org/wiki/Downloads
Then follow these steps:
1.)Go to the site of Microsoft.
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
2.)In virtual machine select MSEdge on win 10 stable.
3.)Select platform as Virtual Box.
4.)Clik on the DOWNLOAD .Zip
5.)After successful download go to the folder in which it has been downloaded and copy it to your virtual box directory(VirtualBoxVMS) in your Home directory.
6.)Open your virtual box(Go to show applications and search virtual box and hit enter).
7.)Double click(hit enter after selecting the file) on the .zip file. It will open an .ova file.
8.)Double click on the .ova file and go to your virtual box. A window will come asking to import.
9.)Click on import.
10.)On the part of your Virtual box select(click on) MSEdge windows 10 and then go to settings.
11.)In settings go to System and change the base memory to 1GB but if you have 16GB of ram then make it to 2GB and select ok.
12.)Click on start button.
13.)It will ask you for password. The password is (Passw0rd!)
14.)To activate your windows machine go to command prompt, run it in administrative mode(click right on command promt while selecting command prompt and select run as administrator).
15.)Run command slmgr/ato.
Now you have successfully installed your windows 10 virtual machine go ahead and enjoy it.
Thanks!!!
New contributor
add a comment |
You can also install it as a virtual machine.
To do so download and install virtual box from here https://www.virtualbox.org/wiki/Downloads
Then follow these steps:
1.)Go to the site of Microsoft.
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
2.)In virtual machine select MSEdge on win 10 stable.
3.)Select platform as Virtual Box.
4.)Clik on the DOWNLOAD .Zip
5.)After successful download go to the folder in which it has been downloaded and copy it to your virtual box directory(VirtualBoxVMS) in your Home directory.
6.)Open your virtual box(Go to show applications and search virtual box and hit enter).
7.)Double click(hit enter after selecting the file) on the .zip file. It will open an .ova file.
8.)Double click on the .ova file and go to your virtual box. A window will come asking to import.
9.)Click on import.
10.)On the part of your Virtual box select(click on) MSEdge windows 10 and then go to settings.
11.)In settings go to System and change the base memory to 1GB but if you have 16GB of ram then make it to 2GB and select ok.
12.)Click on start button.
13.)It will ask you for password. The password is (Passw0rd!)
14.)To activate your windows machine go to command prompt, run it in administrative mode(click right on command promt while selecting command prompt and select run as administrator).
15.)Run command slmgr/ato.
Now you have successfully installed your windows 10 virtual machine go ahead and enjoy it.
Thanks!!!
New contributor
You can also install it as a virtual machine.
To do so download and install virtual box from here https://www.virtualbox.org/wiki/Downloads
Then follow these steps:
1.)Go to the site of Microsoft.
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
2.)In virtual machine select MSEdge on win 10 stable.
3.)Select platform as Virtual Box.
4.)Clik on the DOWNLOAD .Zip
5.)After successful download go to the folder in which it has been downloaded and copy it to your virtual box directory(VirtualBoxVMS) in your Home directory.
6.)Open your virtual box(Go to show applications and search virtual box and hit enter).
7.)Double click(hit enter after selecting the file) on the .zip file. It will open an .ova file.
8.)Double click on the .ova file and go to your virtual box. A window will come asking to import.
9.)Click on import.
10.)On the part of your Virtual box select(click on) MSEdge windows 10 and then go to settings.
11.)In settings go to System and change the base memory to 1GB but if you have 16GB of ram then make it to 2GB and select ok.
12.)Click on start button.
13.)It will ask you for password. The password is (Passw0rd!)
14.)To activate your windows machine go to command prompt, run it in administrative mode(click right on command promt while selecting command prompt and select run as administrator).
15.)Run command slmgr/ato.
Now you have successfully installed your windows 10 virtual machine go ahead and enjoy it.
Thanks!!!
New contributor
New contributor
answered 34 secs ago
awadheshawadhesh
11
11
New contributor
New contributor
add a comment |
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%2f533732%2finstall-windows-alongside-ubuntu-14-04-on-second-hard-drive%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