429 B
429 B
Fixing my Arch Linux bootloader
Reason occasionally has issues where, when it reboots, it cannot find its boot drive.
Prepare an Arch Linux bootable USB drive
Mount the system
mount /dev/sda2 /mnt -o subvol='@' mount /dev/sda1 /mnt/boot arch-chroot /mnt
Restore the bootloader
bootctl install