UEFI bugfixing
This commit is contained in:
parent
da299991b0
commit
3a07f6be4f
@ -39,6 +39,10 @@ set DISK=
|
||||
goto askdisk
|
||||
:CONT1
|
||||
|
||||
echo.
|
||||
echo IMPORTANT: use "exfat" for BIOS boot only and "fat32" for UEFI boot/install!
|
||||
echo REASON: UEFI cannot read "exfat" filesystems and Windows setup will throw error code: 0x80042565
|
||||
|
||||
set FS=
|
||||
:askfs
|
||||
echo.
|
||||
|
@ -55,6 +55,14 @@ rem =====
|
||||
rem MAIN
|
||||
rem =====
|
||||
|
||||
echo.
|
||||
echo IMPORTANT:
|
||||
echo How is your target media formatted?
|
||||
echo - use "exfat" for BIOS based installations only!
|
||||
echo - use "fat32" for UEFI based installations only!
|
||||
echo REASON: UEFI cannot read "exfat" filesystems and Windows setup will throw error code: 0x80042565
|
||||
echo.
|
||||
|
||||
set answer=
|
||||
:ask
|
||||
set /p answer="BIOS or UEFI setup (B/U)? "
|
||||
|
Loading…
Reference in New Issue
Block a user