roam/20240115122530-fixing_my_arch_linux_bootloader.org
2024-01-15 17:33:05 -05:00

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