Hello
Is there a chance to change PATH value of an identifier located in BCD? I.E , I want to change the path of my current bootloader \windows\system32\winload.exe to my USB Flash Drive?
But I’m unsure if I use F: letter in this situation. I guess I need to use my USB’s identifier to change the bootloader’s path? As I learned my identifier it is something like this :
F: (\\?\Volume{2379871c-294a-11e0-bd51-00241dcf9d2f})
I got the value when I applied BOOTSECT.EXE /NT60 F: command and CMD.
I hope I explained what I want. I want to point WINLOAD.EXE directly to my USB’s root.
Thanks a lot.