0

I'm trying to dual boot Ubuntu 14.04 onto my desktop that's currently running Win10. I've only dual booted on machines with a singular HDD years ago, but now I have a small SSD (for my Win10 OS and key programs) and a 1TB HDD (for all my data). The desktop also has 16GB of RAM.

So few questions on doing this:

  1. I've partitioned the last ~100GB on my HDD for Ubuntu. I'm going to use a shared partition for documents and such, so how much space should I give to root, home, and swap (and any other extra partitions)?

  2. Where should I put the bootloader? Should that go on /dev/sda (SSD) or /dev/sdb (HDD)?

  3. What happens if I ever want to clear Ubuntu from the drive or move it to a possible third hard drive?

1 Answers1

0
  1. I would say root~30GB, swap>16GB if you plan to hibernate, or 0 if you do not plan to, and the rest to /home.

  2. If Windows is with UEFI and you install Ubuntu correctly with UEFI, it will be placed in the EFI directory.

  3. You just do it (from live system) and set up accordingly the partitions in /etc/fstab and the bootloader (you might need to use boot-repair here if you have EFI)

dadexix86
  • 6,776