例如,你可以访问GRUB的官方文档或搜索相关的技术论坛和社区。 通过这些步骤,你应该能够解决 grub-install: error: cannot find efi directory 错误。如果问题仍然存在,可能需要进一步检查系统配置或寻求专业的技术支持。
grub-install /dev/sda 此时再次报错: grub-install:error"cannot find EFI directory" 原来是忘记挂载EFI分区了。再次使用mounnt把efi分区挂载到相应目录下。mkdir是创建目录,相应目录已经存在,所以不用管。 mount /dev/nvme0n1p1 /mnt/boot/efi 再次安装grub,这回没问题了。关机,重启,熟悉的grub界面回来了。 ...
Arch Linux是一个优秀的linux操作系统。其优点是滚动发行、软件包比较新,并且可以深度可定制。缺点是由于...
然后: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 ...
#mount /dev/sda1 /boot/efi 说明:不执行chroot /mnt的话,内置的shell是不存在boot/efi 的即挂载失败,提示cannot find EFI directory #grub-install /boot/efi 然后显示: Installing forx86_64-efi platform Installatiion finished. No error reported. ...
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_...
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 the system is booted with efi. So...
手里头有台六年前买的 Windows 平板——昂达 V891W。预装系统 Win8,采用当年有着英特尔补贴而被寨厂...
===2016-02-26=== 新版的grub2已经找不到boot-directory这个参数了,特别时EFI安装时,需要变更为--efi-directory,不然会cannot find EFI directory的错误。 grub2-install --directory=/usr/lib64/grub/x86_64-efi --target=x86_64-efi --efi-directory=/mn 6, 将编译...
===2016-02-26=== 新版的grub2已经找不到boot-directory这个参数了,特别时EFI安装时,需要变更为--efi-directory,不然会cannot find EFI directory的错误。 grub2-install --directory=/usr/lib64/grub/x86_64-efi --target=x86_64-efi --efi-directory=/mn 6, 将编译...