hotpluggable EFI boot loaders basically need to be in /EFI/Boot/bootx64.efi
as that's the default search path for EFIpull/84/head
parent
0d5fdcc060
commit
b331cc488a
|
|
@ -24,10 +24,16 @@ goto setup95
|
|||
|
||||
:setupNT
|
||||
\boot\syslinux.exe -maf -d /boot/ %DISK%:
|
||||
goto setupDone
|
||||
goto setupEFI
|
||||
|
||||
:setup95
|
||||
\boot\syslinux.com -maf -d /boot/ %DISK%:
|
||||
goto setupEFI
|
||||
|
||||
:setupEFI
|
||||
mkdir %DISK%:\Boot\EFI
|
||||
copy \boot\EFI\* %DISK\Boot\EFI
|
||||
goto setupDone
|
||||
|
||||
:setupDone
|
||||
echo Installation finished.
|
||||
|
|
|
|||
Loading…
Reference in New Issue