Question about partition

Hello, i have a question about Jay’s video Arch Linux: Full Installation Guide - A complete tutorial/walkthrough in one video!. In section 3c: Setting up the disk (UEFI with Encryption), when he creates the partitions, he creates 3 partitions: the first one for boot, the third one for root and home, but i do not know what is the second one.

Sorry for my english. Greetings from Argentina.

The second partition (/dev/sda2 in his example) will be used for /boot, which has to be outside the encrypted LVM so that your OS can boot to prompt you for the LVM password. You can see this later in the video at around 58:30).

1 Like

Thanks Buffy, you are right, he used sda2 for /boot but he formated sda1 for /boot and sda2 with ext4. So i bilieve that sda1 he created by mistake.

No, sda1 is for the UEFI part, which was formatted for FAT32.

Buffy is right.

It was a bit tricky, because we created several partitions through the process, and the one wasn’t used until later. It may seem strange, but it’s the way to go from my experience.

2 Likes