インシデントログ 2025.11.20
#ArchLinux
問題
Failed to mound /bootになった.
/boot unknown filesystem type "vfat"と出ている.
ログ
mount /dev/nvme0n1p3 /mnt及びmount /dev/nvme0n1p1 /mnt/bootしたあとにarch-chrootでchrootに入る.
mkinitcpio -Pをする.
直らなかった.
原因
おれのマシンはずっとなぜかGRUBの設定ファイルの位置がおかしくてカーネルが全然更新されていなかったらしい.
GRUBを再インストールする
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
設定ファイルを作り直す
grub-mkconfig -o /boot/grub/grub.cfg