/dev/hdX does not have any corresponding BIOS drive

时间:2019-11-20 08:53:23  来源:igfitidea点击:

在Linux基础上安装完Windows 双系统后。grub没有了。
使用grub-install命令创建grub时,报错

/dev/sda does not have any corresponding BIOS drive

解决方案

grub-install用于在驱动器上安装GRUB。如果出现错误,请尝试重新检查设备映射。

执行命令,如下所示:

# grub-install --recheck /dev/sda

其中

  • recheck:探测设备映射,即使它已经存在
  • /dev/sda:用您的实际设备名称替换/dev/sda。