Grub issue
- type
sudo fdisk -l - identify the /dev/sdXX device name for your "Linux Filesystem"
- type
sudo fsck -f /dev/sdXX, replacingsdXXwith the number you found earlier - repeat the
fsckcommand if there were errors - type
reboot
grub-install --target=x86_64-efi --efi-directory=/efi/ --bootloader-id=GRUBgrub initramfs-linux-fallback.img initramfs-linux.img vmlinuz-linx
Comments
Post a Comment