Dual boot Windows 8.1 and Ubuntu 13.10 on 2 separate SSDs

8,007

You can just install one SSD and install an operating system to it. Then install just the second SSD and install the second to that.

Installing Ubuntu Alongside a Pre-Installed Windows with UEFI

https://help.ubuntu.com/community/UEFI

https://help.ubuntu.com/community/Boot-Repair

Not sure what type of RAID you want that will easily work with both Windows & Ubuntu. I do not know RAID, but prefer to have the drives separate and do my own backup to the other drive which some archiving. With RAID there is no backup, just duplication.

I would suggest gpt partitioning for all drives. But Windows only boots from gpt drives with UEFI. Ubuntu can boot from gpt drives with UEFI or BIOS, but you really need both systems installed in the same boot mode to easily dual boot.

If a 256GB SSD, that would be very large for / (root). I have a 60GB SSD and have two different / including /home inside root, so user settings are also on fast drive. But all data in in rotating drive and linked back to /home on SSD. My /home then is mostly the hidden settings and any normally hidden folder with more data like Firefox profile also gets moved to data partition on rotating drive.

For the Total space you want for Ubuntu: Ubuntu's standard install is just / (root) & swap, but it is better to add another partition for /home if allocating over 30GB.:

Only if gpt - all partitions in gpt are primary add these two first:

gpt: 300 MB efi FAT32 w/boot flag (for UEFI boot or future use for UEFI, you only can have one per drive, so if already existing do not attempt another)
gpt: 1 MB No Format w/bios_grub flag (for BIOS boot not required for UEFI)

for gpt(GUID) or MBR(msdos) partitioning

Ubuntu partitions - smaller root only where hard drive space is limited. If total space less than about 30GB just use / not separate /home or standard install.

1. 10-25 GB Mountpoint / primary or logical beginning ext4(or ext3)
2. all but 2 GB Mountpoint /home logical beginning ext4(or ext3) or inside / and separate data partition(s) on rotating drive.
3. 2 GB Mountpoint swap logical

Depending on how much memory you have you may not absolutely need swap but having some is still recommended. I do not hibernate (boots fast enough for me) but if hibernating then you need swap equal to RAM in GiB not GB. And if dual booting with windows a shared NTFS partition is also recommended. But you usually cannot create that as part of the install, just leave some space. Or partition in advance (recommended). One advantage of partitioning in advance is that the installer will use the swap space to speed up the install. Thanks Herman for the tip.

https://help.ubuntu.com/community/DiskSpace

Share:
8,007

Related videos on Youtube

Xavier S.
Author by

Xavier S.

Updated on September 18, 2022

Comments

  • Xavier S.
    Xavier S. over 1 year

    I'm building a machine currently (based on Clevo P150SM barebones) if you can call it a build. The final build will have two mSATA SSDs (both separately 256GB) and two SATA HDD (500GB) in RAID. So logically three drives. My goal is to have Ubuntu 13.10 on one SSD as the primary boot OS and Windows 8.1 installed on the second SSD as secondary. Furthermore the two HDDs in RAID will be for swap and /home, partitioned so Windows and Ubuntu recognize it.

    My board is an EFI board though it does support legacy BIOS. My machine shipped as a barebones computer (no CPU, GPU, RAM, storage or modules). I installed the hardware on my own. So this will all be on clean, new hardware, with no prior installs or setup. I've done setup on clean installs, and I've done partitioning before. I've never done anything with UEFI or any partitioning this exotic before, and I'm struggling trying to work this all out.

  • Xavier S.
    Xavier S. over 10 years
    The issue I see with "install on one SDD, then just switch SDDs" approach is that I would need to manually change which drive is primary every boot through BIOS options. Not the most appealing of options.
  • oldfred
    oldfred over 10 years
    If both installs are UEFI, then a sudo update-grub after connection both drives will add a Windows entry. Only 13.10 has newest os-prober to find the other Windows in UEFI mode correctly. If older Ubuntu you can use Boot-Repair to add correct entry. Or manually add a chain load entry.