其他分享
首页 > 其他分享> > 编译FreeNOS报modinfo.sh doesn‘t exist错误

编译FreeNOS报modinfo.sh doesn‘t exist错误

作者:互联网

解决方法:

解决方法参照:https://superuser.com/questions/1293793/grub-install-error-usr-lib-grub-i386-pc-modinfo-sh-doesnt-exist

即重新下载,解压放进该/usr/lib/grub/下面。

按下述步骤进行:

即执行如下命令:

cd /tmp

然后执行如下命令:

sudo apt-get download grub-pc-bin

此时/tmp目录下会看到下载下来的grub-pc-bin_2.02~beta2-36ubuntu3.32_amd64.deb文件。

然后再执行如下命令:

mkdir grub

然后再执行如下命令:

dpkg-deb -R grub-pc-bin_2.02~beta2-36ubuntu3.32_amd64.deb grub/

然后再执行如下命令:

sudo mv grub/usr/lib/grub/i386-pc/      /usr/lib/grub/

标签:bin,grub,lib,FreeNOS,doesn,modinfo,pc,usr,deb
来源: https://blog.csdn.net/danshiming/article/details/122765324