Hi
I am using windows 11 pro os build 22000.652 . Recently when I restart windows and press shift key I enter into the blue screen menu then I select "troubleshoot" after that I see one option "UEFI Firmware Settings" and I noticed when I used "bcdedit /enum" that device and osdevice are unknown so I think they are related to safe boot problem. I found in this link how to fix it by using these commands
However I am afraid to use them with current windows 11 version and not able to boot after that. Please advise what I should do ?
Here is the result of the current bcdedit /enum
PS I removed GUID values
I am using windows 11 pro os build 22000.652 . Recently when I restart windows and press shift key I enter into the blue screen menu then I select "troubleshoot" after that I see one option "UEFI Firmware Settings" and I noticed when I used "bcdedit /enum" that device and osdevice are unknown so I think they are related to safe boot problem. I found in this link how to fix it by using these commands
Code:
bcdedit /store C:\Boot\BCD /set {bootmgr} device partition=C:
bcdedit /store C:\Boot\BCD /set {default} device partition=C:
bcdedit /store C:\Boot\BCD /set {default} osdevice partition=C:
Here is the result of the current bcdedit /enum
Code:
Windows Boot Manager
--------------------
identifier {bootmgr}
device unknown
path \EFI\MICROSOFT\BOOT\BOOTMGFW.EFI
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {default}
resumeobject {12345678-1234-1234-1234-1111111111}
displayorder {default}
{12345678-1234-1234-1234-2222222222}
bootsequence {default}
toolsdisplayorder {memdiag}
timeout 5
Windows Boot Loader
-------------------
identifier {default}
device unknown
path \Windows\system32\winload.efi
description Windows 11
locale en-US
inherit {bootloadersettings}
recoverysequence {12345678-1234-1234-1234-1111111111}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice unknown
systemroot \Windows
resumeobject {12345678-1234-1234-1234-1111111111}
nx OptIn
bootmenupolicy Standard
Windows Boot Loader
-------------------
identifier {12345678-1234-1234-1234-1111111111}
device unknown
path \windows\system32\winload.efi
description Windows
inherit {bootloadersettings}
osdevice unknown
systemroot \windows
resumeobject {12345678-1234-1234-1234-1111111111}
nx OptIn
hypervisorlaunchtype Off
A device which does not exist was specified.