Mounting

UEFI systems

  1. Mount ROOT: mount /dev/disk/by-label/ROOT /mnt
  2. Create mount point for BOOT partition: mkdir /mnt/boot
  3. Mount BOOT: mount /dev/disk/by-label/BOOT /mnt/boot

BIOS systems

  1. Mount ROOT: mount /dev/disk/by-label/ROOT /mnt