例如,你可以访问GRUB的官方文档或搜索相关的技术论坛和社区。 通过这些步骤,你应该能够解决 grub-install: error: cannot find efi directory 错误。如果问题仍然存在,可能需要进一步检查系统配置或寻求专业的技术支持。
grub-install:error"cannot find EFI directory" 原来是忘记挂载EFI分区了。 再次使用mounnt把efi分区挂载到相应目录下。mkdir是创建目录,相应目录已经存在,所以不用管。 mount /dev/nvme0n1p1 /mnt/boot/efi 再次安装grub,这回没问题了。关机,重启,熟悉的grub界面回来了。
然后:error cannot find EFI directory,我估计是/boot/efi没有mount,好所以退出去重新挂载 #mount | grep /boot/efi #chroot 然后#grub-install --efi-directory=/boot/EFI 然后EFI variable are not supported in this system grub-install:error: efibootmgr failed to register the boot entry:no such file ...
在 Linux 上查找可用磁盘空间的最简单的方法是使用 df 命令 。df 命令从字面意思上代表着 磁盘可用空间...
Arch Linux是一个优秀的linux操作系统。其优点是滚动发行、软件包比较新,并且可以深度可定制。缺点是由于...
the error from grub-install is: Installing for x86_64-efi platform. grub-install: error: cannot find EFI directory. first analysis: this is due to actually multiple issues with the grub install. target not set explicitly.. the issue is that grub-install defaults to--target x86_64-efiif ...
说明:不执行chroot /mnt的话,内置的shell是不存在boot/efi 的即挂载失败,提示cannot find EFI directory #grub-install /boot/efi 然后显示: Installing forx86_64-efi platform Installatiion finished. No error reported. 上面提示安装grub-install成功,直接reboot重启,果然出现熟悉的页面,开心=_= ...
说明:不执行chroot /mnt的话,内置的shell是不存在boot/efi 的即挂载失败,提示cannot find EFI directory #grub-install /boot/efi 然后显示: Installing forx86_64-efi platform Installatiion finished. No error reported. 上面提示安装grub-install成功,直接reboot重启,果然出现熟悉的页面,开心=_= ...
install_drive) grub_util_error( _("cannot find a GRUB drive for %s. Check your device.map"), install_device); } } // 把grub的文件都复制进去 grub_install_copy_files(grub_install_source_directory, grubdir, platform); // 创建grub运行时的环境变量文件 char *envfile = grub_util_path_...
手里头有台六年前买的 Windows 平板——昂达 V891W。预装系统 Win8,采用当年有着英特尔补贴而被寨厂...