Grub 引导加载程序升级与配置不兼容

近期对 grub 的更改为 fwsetup 增加了一个新的命令选项,并更改了在生成的引导配置中调用该命令的方式。根据您的系统硬件和设置,这可能会因为已安装的引导加载程序与配置之间的不兼容而导致系统无法启动。在更新 grub 软件包后,建议同时运行安装程序和重新生成配置。

grub-install ...
grub-mkconfig -o /boot/grub/grub.cfg

有关 grub-install 的更多具体信息,请参阅 Wiki:GRUB - ArchWiki

© . This site is unofficial and not affiliated with Arch Linux.

Content is available under GNU Free Documentation License 1.3 or later unless otherwise noted.