web-dev-qa-db-ja.com

UEFIを使用してGRUBの代わりにWindowsブートローダーを使用する方法

ラップトップにWindows 10とUbuntuデュアルブートをインストールしています。現在、ブートローダーとしてgrubを使用しています。 UEFIの使用中に、GRUBの代わりにWindowsブートローダーを使用することはできますか?

このパスにgrubをインストールしました:SYSTEMパーティションの\EFI\ubuntu\grubx64.efi

bcdedit.exe /enumの出力は次のとおりです。

Windows Boot Manager
--------------------
identifier              {bootmgr}
device                  partition=Z:
path                    \EFI\Microsoft\Boot\bootmgfw.efi
description             Windows Boot Manager
locale                  en-US
inherit                 {globalsettings}
default                 {current}
resumeobject            {...}
displayorder            {current}
toolsdisplayorder       {memdiag}
timeout                 30

Windows Boot Loader
-------------------
identifier              {current}
device                  partition=C:
path                    \WINDOWS\system32\winload.efi
description             Windows 10
locale                  en-US
inherit                 {bootloadersettings}
recoverysequence        {...}
displaymessageoverride  Recovery
recoveryenabled         Yes
isolatedcontext         Yes
allowedinmemorysettings 0x15000075
osdevice                partition=C:
systemroot              \WINDOWS
resumeobject            {...}
nx                      OptIn
bootmenupolicy          Standard
hypervisorlaunchtype    Auto
1
masec

Windowsブートローダーはシステムを選択できず、Windowsのみをロードします。 Windowsローダーの優先順位をGrubよりも高いBIOS設定でローダーを変更できます

2