How would I go about dual booting Windows 10 and Ubuntu, the windows drive is on an ssd as my c drive and my s drive is a hdd that I want to use for Linux. I have no idea what I need to download it or anything.
Ubuntu – Dual Boot Windows 10 and Linux Ubuntu on Separate Hard Drives
disk-managementdual-bootwindows
Best Answer
This should work for most systems that use UEFI and which have two HDD.
Specification used for the tutorial below:
Dell Inspiron E5440:
Main HDD - 256GB Samsung SSD (Windows 10 installed)
Secondary HDD - 64GB Transcend mSATA SSD (Mint 18 was installed to this drive)
A) UEFI/BIOS
Set to "UEFI mode only" (no legacy/CSM).
Disable "secure boot"
Disable "Intel Rapid Start" (if equipped)
Disable "fast boot" in UEFI (note this is different than the "fastboot" setting in Windows 8/10). The options in your UEFI/BIOS might say something like Full/Minimal/Automatic for boot mode. Select Full (or thorough, or complete, etc whatever your UEFI vendor has chosen to call it).
B) Advanced Power Options (Fastboot)
Disable fastboot in Windows 8/10 under "advanced power options". Restart computer to ensure that this subsequent boot and the next reboot/shutdown will be in "normal" mode.
C) Rufus / Bootable USB stick
Use Rufus to create a bootable USB stick with your choice of Ubuntu based distro. Make sure in Rufus that you CHOOSE the option UEFI/GPT only. This ensures the Linux environment boots only into UEFI mode during your install.
D) Boot Menu
Reboot your computer and press key for one time boot menu (Dell is typically F12). Select your USB stick from the boot options.
E) Boot into USB Stick
Boot into Linux live environment and begin install.
F) Installation type
When you get to the installation option, choose "Something else" at the bottom of the Ubiquity installer.
G) Create partitions
Find your secondary HDD that you will be installing Linux to.
In my case it was listed as /dev/sdc (with /dev/sda being the windows drive and /dev/sdb the USB drive [which was invisible in the installer]).
So basically:
1st Partition / EFI
Select your target drive (in my case /dev/sdc)
Select "Make New Partition Table"
Partition the target drive as follows:
2nd Partition / Root
Select "free space" under your target drive (in my case /dev/sdc)
Select "+"
Partition the target drive as follows:
3rd Partition / Swap
Select "free space" under your target drive (in my case /dev/sdc)
Select "+"
Partition the target drive as follows:
4th Partition / Home
Select "free space" under your target drive (in my case /dev/sdc)
Select "+"
Partition the target drive as follows:
H) Boot loader Device
I) Installation & Reboot
J) Upon reboot
After UEFI/BIOS reads the new bootloader entry that Linux has added to it, you will be presented with the grub menu with a listing of your Linux distro as well as a listing to boot Windows 10.
Boot into Linux
Install any updates and then reboot and attempt to enter Windows 10 from the grub menu to make sure that grub correctly handles the hand-off to the Windows 10 bootloader.
What you have done:
You have installed the Linux EFI bootloader to the newly created EFI partition. In the process of this, Linux has added an entry to your UEFI listings in your systems UEFI/BIOS. Linux has also automatically detected your Windows 10 install and added a grub menu item to boot it. Your computer at this point will now automatically boot to Linux unless you choose to boot to Windows (from the Grub menu).
What you have not done:
You have not in any way altered your Windows 10 install or its bootloader or even so much as touched the Windows 10 EFI partition. Everything is reversible simply by removing the Linux UEFI listing from your UEFI/BIOS settings. How to do so varies from each vendor.