Windows 8.1 无法在我的双启动笔记本电脑上加载

Windows 8.1 无法在我的双启动笔记本电脑上加载

我在已经安装了 Windows 8.1 的笔记本电脑上安装了 Ubuntu。我不能再使用 Windows 了。

以下是我的 Windows 8.1 booty 加载配置。 Windows操作系统的链接出现在启动菜单中,但是当我点击它时,它重定向回启动菜单。

    setparams 'windows 8 (loader) (on/dev/seda1)'
    insmod part_msdos
    insmod ntfs
    set root='hdo,msdos1'
    if[x$feature_platform_search_hint=xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-baremetal=ahci0,msdos1 AA36FA8236FAF37
    else
    search --no-floppy --fs-uuid --set=root AA36FA8236FAF37
    fi
    drivemap -s (hd0) ${root}enter code here
    chainloader +1

相关内容