例如,你可以访问GRUB的官方文档或搜索相关的技术论坛和社区。 通过以上步骤,你应该能够解决 grub-install: error: cannot find efi directory 错误。如果问题仍然存在,可能需要进一步检查系统配置或寻求专业的技术支持。 text
问安装Arch Linux错误: grub-install: Error:无法找到EFI目录ENArch Linux是一个优秀的linux操作系统。其...
grub-install /dev/sda 此时再次报错: grub-install:error"cannot find EFI directory" 原来是忘记挂载EFI分区了。 再次使用mounnt把efi分区挂载到相应目录下。mkdir是创建目录,相应目录已经存在,所以不用管。 mount /dev/nvme0n1p1 /mnt/boot/efi 再次安装grub,这回没问题了。关机,重启,熟悉的grub界面回来了。
2使用Clover v2.3k rXXXX.pkg 安装CLOVER引导器到EFI分区 前言 我们的电脑里已经安装好了双系统,...
然后: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...
grub-install: error: cannot find EFI directory the error message there at least looks to me as if the issue there is a different one. But I am not a sufficient booting expert (and even less an UEFI and/or Secure Boot expert)
sudo vim /etc/fstab sda2改成sdb1,我的是uuid编号显示sudo mount /dev/sdb1 /boot/efi/sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub fuhz2013 ---x--- 8 新手不用看这个,这种操作只有折腾的厉害的电脑上才有用,从头安装根本不会遇到。登录...
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_...
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_...
预装系统 Win8,采用当年有着英特尔补贴而被寨厂们钟爱的 Z3735F 芯片方案,以及勉强能用的 2G 内存...