Menu
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Windows 10 Forums
Windows 10 Support
Can't recover PC using System Image BIOS / UEFI conflict.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Snuffy" data-source="post: 108090" data-attributes="member: 10145"><p>can you post (open as admin) bcdedit which will give what Boot sequence should look like.</p><p>then you should be able to use other bcdedit commands to restore is your Boot is corrupted.</p><p>also easybcd will allow you to make a backup which you can store as to then have ability to restore back if BCD is corrupt.</p><p></p><p>bcdedit.</p><p>[spoiler]</p><p>Microsoft Windows [Version 10.0.19592.1001]</p><p>(c) 2020 Microsoft Corporation. All rights reserved.</p><p></p><p>C:\WINDOWS\system32>bcdedit</p><p></p><p>Windows Boot Manager</p><p>--------------------</p><p>identifier {bootmgr}</p><p>device partition=\Device\HarddiskVolume2</p><p>path \EFI\MICROSOFT\BOOT\BOOTMGFW.EFI</p><p>description Windows Boot Manager</p><p>locale en-US</p><p>inherit {globalsettings}</p><p>flightsigning Yes</p><p>default {current}</p><p>resumeobject {ee59de2e-6944-11ea-bcf1-7085c2da9da4}</p><p>displayorder {current}</p><p> {5b4bda50-6266-11ea-938b-8bbf0f71caed}</p><p>toolsdisplayorder {memdiag}</p><p>timeout 3</p><p>displaybootmenu Yes</p><p></p><p>Windows Boot Loader</p><p>-------------------</p><p>identifier {current}</p><p>device partition=C:</p><p>path \WINDOWS\system32\winload.efi</p><p>description Windows 10</p><p>locale en-US</p><p>inherit {bootloadersettings}</p><p>recoverysequence {ee59de31-6944-11ea-bcf1-7085c2da9da4}</p><p>displaymessageoverride Recovery</p><p>recoveryenabled Yes</p><p>isolatedcontext Yes</p><p>flightsigning Yes</p><p>allowedinmemorysettings 0x15000075</p><p>osdevice partition=C:</p><p>systemroot \WINDOWS</p><p>resumeobject {ee59de2e-6944-11ea-bcf1-7085c2da9da4}</p><p>nx OptIn</p><p>bootmenupolicy Standard</p><p></p><p>Windows Boot Loader</p><p>-------------------</p><p>identifier {5b4bda50-6266-11ea-938b-8bbf0f71caed}</p><p>device partition=K:</p><p>path \Windows\system32\winload.efi</p><p>description Microsoft Windows</p><p>locale en-US</p><p>recoverysequence {5b4bda51-6266-11ea-938b-8bbf0f71caed}</p><p>displaymessageoverride Recovery</p><p>recoveryenabled Yes</p><p>osdevice partition=K:</p><p>systemroot \Windows</p><p>resumeobject {1b79f073-6677-11ea-962a-806e6f6e6963}</p><p></p><p>C:\WINDOWS\system32></p><p>[/spoiler]</p><p>bcdedit commands</p><p>[spoiler]</p><p>Commands that operate on a store</p><p>================================</p><p>/store Used to specify a BCD store other than the current system default.</p><p>/createstore Creates a new and empty boot configuration data store.</p><p>/export Exports the contents of the system store to a file. This file</p><p> can be used later to restore the state of the system store.</p><p>/import Restores the state of the system store using a backup file</p><p> created with the /export command.</p><p>/sysstore Sets the system store device (only affects EFI systems, does</p><p> not persist across reboots, and is only used in cases where</p><p> the system store device is ambiguous).</p><p></p><p>[/spoiler]</p></blockquote><p></p>
[QUOTE="Snuffy, post: 108090, member: 10145"] can you post (open as admin) bcdedit which will give what Boot sequence should look like. then you should be able to use other bcdedit commands to restore is your Boot is corrupted. also easybcd will allow you to make a backup which you can store as to then have ability to restore back if BCD is corrupt. bcdedit. [spoiler] Microsoft Windows [Version 10.0.19592.1001] (c) 2020 Microsoft Corporation. All rights reserved. C:\WINDOWS\system32>bcdedit Windows Boot Manager -------------------- identifier {bootmgr} device partition=\Device\HarddiskVolume2 path \EFI\MICROSOFT\BOOT\BOOTMGFW.EFI description Windows Boot Manager locale en-US inherit {globalsettings} flightsigning Yes default {current} resumeobject {ee59de2e-6944-11ea-bcf1-7085c2da9da4} displayorder {current} {5b4bda50-6266-11ea-938b-8bbf0f71caed} toolsdisplayorder {memdiag} timeout 3 displaybootmenu Yes Windows Boot Loader ------------------- identifier {current} device partition=C: path \WINDOWS\system32\winload.efi description Windows 10 locale en-US inherit {bootloadersettings} recoverysequence {ee59de31-6944-11ea-bcf1-7085c2da9da4} displaymessageoverride Recovery recoveryenabled Yes isolatedcontext Yes flightsigning Yes allowedinmemorysettings 0x15000075 osdevice partition=C: systemroot \WINDOWS resumeobject {ee59de2e-6944-11ea-bcf1-7085c2da9da4} nx OptIn bootmenupolicy Standard Windows Boot Loader ------------------- identifier {5b4bda50-6266-11ea-938b-8bbf0f71caed} device partition=K: path \Windows\system32\winload.efi description Microsoft Windows locale en-US recoverysequence {5b4bda51-6266-11ea-938b-8bbf0f71caed} displaymessageoverride Recovery recoveryenabled Yes osdevice partition=K: systemroot \Windows resumeobject {1b79f073-6677-11ea-962a-806e6f6e6963} C:\WINDOWS\system32> [/spoiler] bcdedit commands [spoiler] Commands that operate on a store ================================ /store Used to specify a BCD store other than the current system default. /createstore Creates a new and empty boot configuration data store. /export Exports the contents of the system store to a file. This file can be used later to restore the state of the system store. /import Restores the state of the system store using a backup file created with the /export command. /sysstore Sets the system store device (only affects EFI systems, does not persist across reboots, and is only used in cases where the system store device is ambiguous). [/spoiler] [/QUOTE]
Verification
Post reply
Forums
Windows 10 Forums
Windows 10 Support
Can't recover PC using System Image BIOS / UEFI conflict.
Top