moved warnings to format script

This commit is contained in:
Michael H.G. Schmidt 2023-02-21 08:02:13 +01:00
parent 4e463d9022
commit 7414799e44
2 changed files with 7 additions and 11 deletions

View File

@ -10,6 +10,13 @@ echo Format Media ...
echo ====================
echo.
echo IMPORTANT HINT:
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.
echo Showing disk list ...
> %DPARTSCRIPT% (
@echo.list disk
@ -39,10 +46,6 @@ 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=fat32
:askfs
echo.

View File

@ -92,13 +92,6 @@ echo.
echo putting copytools script to %DRIVE% ...
copy /Y image\CopyTools.cmd %DRIVE%\
echo.
echo IMPORTANT HINT:
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.
echo ======
echo READY.