
正文
linux 开机报错,error grub_efi_find_mmap_size not find
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
开机报错,差点以为要重装系统了
搜到了官方的重建引导的教程
修复了错误
https://wiki.manjaro.org/index.php/Restore_the_GRUB_Bootloader#For_UEFI_Systems
重要步骤
关键应该在这句
sudo update-grub
因为上一句我遇到了EFI variables are not supported on this system.问题 原因不明
在成功进入系统后重新执行了
sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck
问题解决
参考资料
https://wiki.manjaro.org/index.php/Restore_the_GRUB_Bootloader#For_UEFI_Systems
http://www.douban.com/note/93786640








