moved warnings to format script
This commit is contained in:
parent
4e463d9022
commit
7414799e44
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user