04-02-2024, 10:57 AM
Hi!
Most machines nowadays, have UEFI firmware. This partitioning system (GPT ) needs this kind of partition in order to install a bootloader.
The problem is that you forgot to mention the machine specs. So, I assume it is an old machine, with BIOS firmware.
For this type of machine, there are at least two solutions available:
1. Let the installer do the job. That is fast and easy, but has the inconvenient that your /home is actually a directory on the main partition (/ - Root).
2. Manual install.
That means that you use GPartED Live to pre-partition the media.
The minimalist structure is like this:
/dev/sda1, / (Root), ext4, 20 GB;
/dev/sda2, SWAP, (The amount, depends on the machine type and storage media). Say, 4096 MB. TOTAL = 24 GB;
/dev/sda3, /home, ext4, 60 GB. TOTAL = 84 GB;
/dev/sda4/ /data, ext4. Amount depends on the storage you have. If this is a 120 GB, the rest is allocated automatically to the last partition. That is, about 36 GB.
You can do the partitioning tasks, using the installer.
You need to choose the option "Something different". This will take you to the partition editor window.
You then have to delete all partitions then do the above partitioning tasks.
By default, the installer will have the bootloader installation media set to /dev/sda.
So, there's nothing else to do, except the case yo have a UEFI machine.
If this is the case, reply to this post and add the report for the following command (Copy/Paste in the Terminal):
Keep us updated!
Best regards, Șerban.
Most machines nowadays, have UEFI firmware. This partitioning system (GPT ) needs this kind of partition in order to install a bootloader.
The problem is that you forgot to mention the machine specs. So, I assume it is an old machine, with BIOS firmware.
For this type of machine, there are at least two solutions available:
1. Let the installer do the job. That is fast and easy, but has the inconvenient that your /home is actually a directory on the main partition (/ - Root).
2. Manual install.
That means that you use GPartED Live to pre-partition the media.
The minimalist structure is like this:
/dev/sda1, / (Root), ext4, 20 GB;
/dev/sda2, SWAP, (The amount, depends on the machine type and storage media). Say, 4096 MB. TOTAL = 24 GB;
/dev/sda3, /home, ext4, 60 GB. TOTAL = 84 GB;
/dev/sda4/ /data, ext4. Amount depends on the storage you have. If this is a 120 GB, the rest is allocated automatically to the last partition. That is, about 36 GB.
You can do the partitioning tasks, using the installer.
You need to choose the option "Something different". This will take you to the partition editor window.
You then have to delete all partitions then do the above partitioning tasks.
By default, the installer will have the bootloader installation media set to /dev/sda.
So, there's nothing else to do, except the case yo have a UEFI machine.
If this is the case, reply to this post and add the report for the following command (Copy/Paste in the Terminal):
Code:
inxi -c 0 -ACdGMNSz
Keep us updated!
Best regards, Șerban.
"It's easy to die for an idea. It's way harder TO LIVE for your idea!"
Current Machine:
Dell Precision T1700, 16 GB RAM, SSD Kingston A400, 480 GB.
Laptop:
ASUS X200MA , Intel® Celeron® N2830, 2 GB RAM, SSD Kingston A400, 480 GB.
Current Machine:
Dell Precision T1700, 16 GB RAM, SSD Kingston A400, 480 GB.
Laptop:
ASUS X200MA , Intel® Celeron® N2830, 2 GB RAM, SSD Kingston A400, 480 GB.