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!
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
No comments:
Post a Comment