LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Partitioning on new install - leave to Ubuntu installer OR use Gparted (https://www.linuxquestions.org/questions/linux-newbie-8/partitioning-on-new-install-leave-to-ubuntu-installer-or-use-gparted-4175595143/)

eco_bach 12-09-2016 03:01 PM

Partitioning on new install - leave to Ubuntu installer OR use Gparted
 
Hi
Troubleshoting various issues on a new Ubuntu install and want to confirm my original partitioning is correct,
I let the actual Ubunto ISO installer do the partitioning but after reading this

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

wonder if I should have pre - formatted using GParted instead.

In particular the article mentions the importance of have a FAT32 formatted EFI System Partition.(Boot)
Not sure if the native Ubuntu installer does this for you....

273 12-09-2016 03:40 PM

There should be an option in the installer to create UEFI boot partitions and the like though they have to be created manually and it is not necessarily obvious how to do so.

Brains 12-09-2016 10:49 PM

It depends if this is a new computer with nothing on the drives or if it is a PC with Windows or had Windows.

If there is/was a Windows 8 or above, the UEFI partition probably already exist.
Windows 7 can also be configured with GPT but most vendors selling Windows 7 did not include a mother board with these capabilities.

Also, most if not all computers with Windows 8 or higher allows the option to set either UEFI or legacy boot. This can be set in settings/bios before the operating system boots. Legacy boot allows you to use legacy partitioning scheme, UEFI uses GPT partition scheme.

Although I'm not familiar with Ubuntu, the installer would likely partition the drive as per the bios configurations.

Madhu Desai 12-10-2016 08:15 AM

First check whether your motherboard supports uefi:
Code:

sudo dmidecode -t bios | grep UEFI
                UEFI is supported


BW-userx 12-10-2016 10:34 AM

Quote:

Originally Posted by eco_bach (Post 5640054)
Hi
Troubleshoting various issues on a new Ubuntu install and want to confirm my original partitioning is correct,
I let the actual Ubunto ISO installer do the partitioning but after reading this

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

wonder if I should have pre - formatted using GParted instead.

In particular the article mentions the importance of have a FAT32 formatted EFI System Partition.(Boot)
Not sure if the native Ubuntu installer does this for you....

when I did use Ubuntu and tried them that, with their same install gui, I always pick the "do something else" so I can have full control over how my HDD is partitioned out. Even when I used windows I'd do the same, using their option within their install process to partition out my Hdd the way I want it and not what they want.

jefro 12-10-2016 05:10 PM

The installer has a way to make custom installs but you can check all of that now if you have gparted installed.

You can actually load gparted on a live cd if you have a bit of ram. Then you could perform the install and gparted if the distro doesn't come with gparted native.

eco_bach 12-10-2016 05:41 PM

Thanks. Yes used gparted on a boot USB. Seems to give finer control over setting up your partitions.


All times are GMT -5. The time now is 12:47 PM.