在 Windows 10 双启动中安装了 Ubuntu 20.04,起初,Windows 条目没有显示在 grub 菜单中,因此我执行以下操作:
将此行添加到/etc/grub.d/40_custom
:
菜单项“Windows 10”{ 修改ntfs 设置根=(hd0,1) 搜索 --no-floppy --fs-uuid --set (分区 uuid) 链式装载机 +1 }
这没用。尽管我可以通过 BIOS 启动。任何帮助都值得感激。
在 Windows 10 双启动中安装了 Ubuntu 20.04,起初,Windows 条目没有显示在 grub 菜单中,因此我执行以下操作:
将此行添加到/etc/grub.d/40_custom
:
菜单项“Windows 10”{ 修改ntfs 设置根=(hd0,1) 搜索 --no-floppy --fs-uuid --set (分区 uuid) 链式装载机 +1 }
这没用。尽管我可以通过 BIOS 启动。任何帮助都值得感激。