Skip to content

Commit

Permalink
Fix setup.cmd - missing cd Boot (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrin authored Feb 2, 2022
1 parent 98da2e1 commit fd96c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ REM Download shell.efi
mkdir EFI
cd EFI
mkdir Boot
cd Boot
curl -L https://github.com/tianocore/edk2/raw/UDK2018/ShellBinPkg/UefiShell/X64/Shell.efi --output shellx64.efi
echo fs0:\EFI\Boot\PowerMonkey.efi > startup.nsh
echo fs0:\EFI\Microsoft\Boot\bootmgfw.efi >> startup.nsh
Expand Down

0 comments on commit fd96c27

Please sign in to comment.