0

I want to install Ubuntu alongside Windows 8.1 but instead of installing it on the same hard drive, I want it to be installed on my spare hard drive (160GB). So Windows 8.1 will be on my 500Gb Hard Disk and Ubuntu will be on my 160Gb hard disk. Will this work and how?

Videonauth
  • 33,815

1 Answers1

1

First, make sure to properly shut down Windows.

Yes, this will work fine. I would suggest disconnecting the 500Gb HD for the Ubuntu installation. Then, after you install Ubuntu power off the computer. Next, connect both drives and select the Ubuntu drive (160Gb) from your boot menu or make the 160Gb drive the first in the order for Bootloader devices. Boot up Ubuntu.

Then, open a terminal and type the following command:

sudo update-grub

when you run this command (hopefully if all goes well), the Grub bootloader should detect Windows. Next time you reboot to the 160Gb drive, you will be given the option to select either Ubuntu or Windows from your Grub menu.

mchid
  • 44,904
  • 8
  • 102
  • 162