Windows 8.1이 듀얼 부팅 노트북에 로드되지 않습니다. [닫기]

Windows 8.1이 듀얼 부팅 노트북에 로드되지 않습니다. [닫기]

이미 Windows 8.1이 설치된 노트북에 Ubuntu를 설치했습니다. 더 이상 Windows를 사용할 수 없습니다.

다음은 내 Windows 8.1 전리품 로딩 구성입니다. Windows OS에 대한 링크가 부팅 메뉴에 나타나지만 클릭하면 부팅 메뉴로 다시 리디렉션됩니다.

    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

관련 정보