今天,当打开电脑并选择启动到 Windows 10 时,我收到此错误:"relocation failed"
我上次使用的电脑是 Ubuntu 18.04,我用它做了一些更新"apt update && apt dist-upgrade"
我也更新了图形驱动程序,但我不认为这会产生问题:sudo add-apt-repository ppa:oibaf/graphics-drivers
我尝试过在 Ubuntu 中一些修复方法,但没有成功:
- 更新 grub:
sudo update-grub2
- 安装并运行启动修复:
sudo apt-get install -y boot-repair && boot-repair
Windows启动项内容:
insmod part_gpt
insmod fat
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 68FC-75FB
else
search --no-floppy --fs-uuid --set=root 68FC-75FB
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
任何帮助,将不胜感激!
答案1
答案2
我遇到了同样的情况。
我的机箱在 BIOS 中有 2 个“ubuntu”条目,顺序如下:
uefi(ubuntu)、uefi(windows)、uefi(ubuntu)....
交换“ubuntu”条目解决了该问题。
可能“ubuntu”启动项不一样,并且有不同的选项。