UEFI bugfixing

This commit is contained in:
Michael H.G. Schmidt 2023-01-11 15:12:49 +01:00
parent da299991b0
commit 3a07f6be4f
2 changed files with 12 additions and 0 deletions

View File

@ -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.

View File

@ -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)? "