6. Installing the boot loader (BIOS/UEFI)
Table of Contents
Install GRUB
BIOS
pacman -S grub
grub-install /dev/sdx
UEFI
pacman -S grub efibootmgr
mkdir /boot/efi
mount /dev/sda1 /boot/efi
grub-install --target=x86_64-efi --bootloader-id=grub_uefi
Configure GRUB
grub-mkconfig -o /boot/grub/grub.cfg
Reboot
WARNING: Wi-Fi only users should first write down the instuctions from “Connect to the Wi-Fi network” step of the next stage. Otherwise open this guide on the second device to continue reading.
After that, run the “exit” command. “shutdown now”, unplug the USB and boot.
---