ラップトップに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
Windowsブートローダーはシステムを選択できず、Windowsのみをロードします。 Windowsローダーの優先順位をGrubよりも高いBIOS設定でローダーを変更できます