我已经在我的系统上安装了 Kali Linux。然后我决定与windows 10进行双启动。成功安装win 10后,我无法访问grub菜单,系统直接加载到win 10。
我尝试过bcdedit /set {bootmgr} path \EFI\Ubuntu\grubx64.efi
,但没有成功。我也尝试更换Ubuntu
但Kali-Linux
事情保持不变
答案1
使用与您使用的相同的 Kali 安装光盘,并进入救援模式,然后在根分区上为 Kali 打开 shell,执行以下命令:
bash(To set the shell environment to bash)
grub-install <partition name>
update-initramfs -vu
然后重新启动,将BIOS中的硬盘属性更改为我们刚刚安装grub的硬盘。
应该启动到 Grub。