How can I edit the boot configuration data (BCD) store of another disk?
BCDEdit allows for editing the bcd store of the current system drive (C: drive). Is there also a way to create and edit the bcd store of a secondary drive, so the system can boot from it later on? (For instance, by physically moving the drive to another machine as the primary disk)
Run your BCDEDIT
commands using the /store
parameter:
bcdedit /store E:\boot\BCD /enum
You can edit a non-system BCD by simply dropping it on Visual BCD Editor icon.
The system BCD is opened on start of program by default.
The concept of Visual BCD Editor is to avoid typing and execute all commands through visual selection in a graphical environment.