0

Should I make a separate partition for Ubuntu before installing ? I'm just wondering if it would be beneficial. [Dual boot with Windows 8.1]

Kyodo
  • 375
  • 1
  • 4
  • 14

2 Answers2

2

NOT FROM WINDOWS!!!

The Windows disk partitioning tool has the unfortunate habit of converting from a standard Master Boot Record (MBR) format to Microsoft's proprietary Logical Disk Manager (LDM) configuration, which Ubuntu's installer doesn't support. Thus, if you try to create a partition for Ubuntu in Windows, you run the risk of creating extra work for yourself, since you'll need to use third-party tools to convert back from LDM to a standard MBR-only configuration.

In fact, I'd go so far as to say that the Windows partitioning tool is one of the buggiest partitioning tools in common use today. I've seen it do other strange things, like embed a primary partition inside an extended partition (a definite no-no).

That said, I've heard of fewer problems with the Windows partitioner on GPT disks, which are used by the vast majority of computers that ship with Windows 8 and 8.1. Still, I recommend using the Windows partitioner as little as possible.

The one thing for which the Windows partitioner is likely superior to the Ubuntu installer's partitioner is in shrinking the existing Windows partition. Just shrink that partition, though; don't create new partitions! Leave that task to the Ubuntu installer. You can let it do so automatically if you want to use the defaults, or use the "Something Else" installation option to set up a separate /home partition or otherwise deviate from the defaults.

Rod Smith
  • 44,284
  • 7
  • 63
  • 105
1

Yes, Ubuntu need at least a separate partition to work. If you want better stability, also make a Linux SWAP partition sized like the amount of your RAM, so Ubuntu will be able to use you disk like a RAM if necessary.
If you make a separate Home partition and a root partition for the system your personal data will be safer; this is a classic Linux partitioning process.
The default Ubuntu installation will install anything on one big partition: it's easy to manage but can be really "fragile" if something happens.
Always do a backup of your personal data before a partitioning process.
Do not try to install Ubuntu with Wubi & Windows 8/8.1 because that will not work for compatibility issues.

If in doubt, please follow the Official Ubuntu installation guide or ask by commenting under here. Click the UP arrow if I'm of any help.
Good day.

  • Thanks, I guess I'll do it manually during installation, I found some help here: http://askubuntu.com/questions/343268/how-to-use-manual-partitioning-during-installation and http://askubuntu.com/questions/343268/how-to-use-manual-partitioning-during-installation/343370#343370 – Kyodo May 11 '14 at 17:28
  • Yes, you must do it manually during installation, before the data copy process. This action will erase any existing data on the repartitioned space. If you choose to format and not only partitioning is even better, you'll start with a clean disk space. ;) – Lorenzo Ancora May 11 '14 at 17:34