Menu

Using BCDEDIT on Windows 10 on Lenovo ThinkPad 11e

2019-03-28
2019-04-11
  • Maurice Batey

    Maurice Batey - 2019-03-28

    I recently came across an unexpected problem when trying to change the ThinkPad's default boot to rEFInd.
    Whereas on my HP Probook 450 I could do that with the Windows command:

    bcdedit /set {bootmgr} path \EFI\refind\refindx64.efi

    that command failed when entered in a W10 'Powershell (admin)' terminal session on the ThinkPad: "Invalid option: /set"

    But - after searching the Internet for a solution - I found the following construct did work:

    bcdedit /set '{bootmgr}' path \EFI\refind\refindx64.efi

    !!

     
  • Roderick W. Smith

    The first command works only in a standard old-style Windows shell; as you've discovered, the nwer "Power shell" changes the syntax a bit.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.