Boot — Install

sudo mkdir -p /mnt/boot/efi sudo mount /dev/sda2 /mnt/boot/efi

Older, uses the MBR (Master Boot Record) format, and is limited to four primary partitions. install boot

sudo fdisk -l

Modifying boot sectors carries a risk of losing access to your partitions. install boot