UEFI bugfixing
This commit is contained in:
parent
da299991b0
commit
3a07f6be4f
@ -39,6 +39,10 @@ set DISK=
|
|||||||
goto askdisk
|
goto askdisk
|
||||||
:CONT1
|
: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=
|
set FS=
|
||||||
:askfs
|
:askfs
|
||||||
echo.
|
echo.
|
||||||
|
@ -55,6 +55,14 @@ rem =====
|
|||||||
rem MAIN
|
rem MAIN
|
||||||
rem =====
|
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=
|
set answer=
|
||||||
:ask
|
:ask
|
||||||
set /p answer="BIOS or UEFI setup (B/U)? "
|
set /p answer="BIOS or UEFI setup (B/U)? "
|
||||||
|
Loading…
Reference in New Issue
Block a user