EFI paths are \EFI\Boot not \boot\EFI!

pull/84/head
root 2019-09-28 18:41:00 +00:00
parent 257a533b0e
commit 4d4228045e
1 changed files with 2 additions and 3 deletions

View File

@ -63,11 +63,10 @@ if %ERRORLEVEL% == 0 goto setupEFI
goto errorFound
:setupEFI
mkdir %DISK%:\Boot\EFI
copy \slax\boot\EFI\* %DISK%\Boot\EFI
mkdir %DISK%:\EFI\Boot
copy \slax\boot\EFI\Boot\* %DISK%:\EFI\Boot
goto setupDone
:setupDone
echo Installation finished.
goto pauseit