docs
This commit is contained in:
parent
98ef00fc3f
commit
a7b96ec13d
73
README.md
73
README.md
@ -430,6 +430,7 @@ Many things will be done here:
|
|||||||
|
|
||||||
*HINT: In case you need a "standard" windows media without modifications just skip the following 3 steps and proceed directly to the script "06_FormatStick.cmd" (chapter 9).*
|
*HINT: In case you need a "standard" windows media without modifications just skip the following 3 steps and proceed directly to the script "06_FormatStick.cmd" (chapter 9).*
|
||||||
|
|
||||||
|
|
||||||
## 8.1 Create a boot image
|
## 8.1 Create a boot image
|
||||||
|
|
||||||
Execute:
|
Execute:
|
||||||
@ -462,6 +463,8 @@ In case you have installed "NTLite" the script "04_PrepareImage.cmd" will start
|
|||||||
|
|
||||||
*SUGGESTION: Before modifying your windows image (and maybe screwing up everything) go through the whole process and test your boot media with a standard image.*
|
*SUGGESTION: Before modifying your windows image (and maybe screwing up everything) go through the whole process and test your boot media with a standard image.*
|
||||||
|
|
||||||
|
Tip: In the folder "presets" you will find carefull tested xml config files. These presets remove only components. All tweaking etc.pp. is done with scripts that will be executed on the target machine. You should use the latest file which is: "ntlite-W10-20H2-StandardPC-V9-withRDPserver.xml"
|
||||||
|
|
||||||
|
|
||||||
# 9. Finally create a new boot media
|
# 9. Finally create a new boot media
|
||||||
|
|
||||||
@ -494,7 +497,7 @@ Format USB Stick ...
|
|||||||
|
|
||||||
Showing disk list ...
|
Showing disk list ...
|
||||||
|
|
||||||
Microsoft DiskPart version 10.0.19041.1
|
Microsoft DiskPart version 10.0.19041.964
|
||||||
|
|
||||||
Copyright (C) Microsoft Corporation.
|
Copyright (C) Microsoft Corporation.
|
||||||
On computer: FIREBIRD
|
On computer: FIREBIRD
|
||||||
@ -503,25 +506,29 @@ On computer: FIREBIRD
|
|||||||
-------- ------------- ------- ------- --- ---
|
-------- ------------- ------- ------- --- ---
|
||||||
Disk 0 Online 232 GB 0 B
|
Disk 0 Online 232 GB 0 B
|
||||||
Disk 1 Online 465 GB 1024 KB
|
Disk 1 Online 465 GB 1024 KB
|
||||||
Disk 2 Online 447 GB 384 GB
|
Disk 2 Online 119 GB 87 GB
|
||||||
|
|
||||||
Leaving DiskPart...
|
Leaving DiskPart...
|
||||||
Please select a disk: 2
|
Please select a disk: 2
|
||||||
OK using disk 2
|
OK using disk 2
|
||||||
|
|
||||||
Please select filesystem (exfat or fat32) [exfat]:
|
IMPORTANT: use "exfat" for BIOS boot only and "fat32" for UEFI boot/install!
|
||||||
selected: exfat
|
REASON: UEFI cannot read "exfat" filesystems and Windows setup will throw error code: 0x80042565
|
||||||
|
|
||||||
IMPORTANT: maximum size for FAT32 is 32768!
|
Please select filesystem (exfat or fat32) [exfat]: fat32
|
||||||
Please enter size in MB [max]: 64000
|
IMPORTANT: maximum partition size for FAT32 is 32768!
|
||||||
selected size = 64000 [MB]
|
maximum filesize for FAT32 is 4GB!
|
||||||
|
selected: fat32
|
||||||
|
|
||||||
|
Please enter size in MB [max]: 32768
|
||||||
|
selected size = 32768 [MB]
|
||||||
|
|
||||||
Please enter a label for the new disk: W10-20H2
|
Please enter a label for the new disk: W10-20H2
|
||||||
WARNING ! This will DELETE ALL data on disk number [ 2 ]
|
WARNING ! This will DELETE ALL data on disk number [ 2 ]
|
||||||
|
|
||||||
REALLY delete disk 2 (Y/N)? y
|
REALLY delete disk 2 (Y/N)? y
|
||||||
|
|
||||||
Microsoft DiskPart version 10.0.19041.1
|
Microsoft DiskPart version 10.0.19041.964
|
||||||
|
|
||||||
Copyright (C) Microsoft Corporation.
|
Copyright (C) Microsoft Corporation.
|
||||||
On computer: FIREBIRD
|
On computer: FIREBIRD
|
||||||
@ -545,9 +552,12 @@ DiskPart marked the current partition as active.
|
|||||||
DiskPart successfully assigned the drive letter or mount point.
|
DiskPart successfully assigned the drive letter or mount point.
|
||||||
|
|
||||||
Leaving DiskPart...
|
Leaving DiskPart...
|
||||||
READY.
|
|
||||||
USB stick formatted.
|
USB stick formatted.
|
||||||
|
|
||||||
|
======
|
||||||
|
READY.
|
||||||
|
======
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 9.2 Copy the everything to the USB stick or a disk
|
## 9.2 Copy the everything to the USB stick or a disk
|
||||||
@ -576,48 +586,44 @@ OK. Loading COMPANY settings ...
|
|||||||
Copying all data to USB Stick ...
|
Copying all data to USB Stick ...
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
using drive e: ...
|
using drive [ E: ] ...
|
||||||
BIOS or UEFI setup (B/U)? b
|
|
||||||
|
INFO: DRIVETPYE = [ FAT32 ]
|
||||||
|
|
||||||
|
IMPORTANT:
|
||||||
|
How is your target media formatted?
|
||||||
|
- use "exfat" for BIOS based installations only!
|
||||||
|
- use "fat32" for UEFI based installations only!
|
||||||
|
REASON: UEFI cannot read "exfat" filesystems and Windows setup will throw error code: 0x80042565
|
||||||
|
|
||||||
|
BIOS(default) or UEFI setup (B/U)? b
|
||||||
selected: BIOS
|
selected: BIOS
|
||||||
1 file(s) copied.
|
1 file(s) copied.
|
||||||
|
|
||||||
working on [ e:\autounattend.xml ] and replacing string [ ___MYUSER___ ] With [ support ] ...
|
working on [ E:\autounattend.xml ] and replacing string [ ___MYUSER___ ] With [ support ] ...
|
||||||
working on [ e:\autounattend.xml ] and replacing string [ ___MYNAME___ ] With [ Exabyte Support ] ...
|
working on [ E:\autounattend.xml ] and replacing string [ ___MYNAME___ ] With [ Exabyte Support ] ...
|
||||||
working on [ e:\autounattend.xml ] and replacing string [ ___MYPASS___ ] With [ ******** ] ...
|
working on [ E:\autounattend.xml ] and replacing string [ ___MYPASS___ ] With [ loot74all! ] ...
|
||||||
working on [ e:\autounattend.xml ] and replacing string [ ___MYLANG___ ] With [ de-DE ] ...
|
working on [ E:\autounattend.xml ] and replacing string [ ___MYLANG___ ] With [ de-DE ] ...
|
||||||
copying all files in [ c:\TEMP\W10 ] to drive e: ...
|
moving [ c:\temp\install.wim ] to c:\TEMP\W10\sources ...
|
||||||
|
1 file(s) moved.
|
||||||
|
copying all files in [ c:\TEMP\W10 ] to drive E: ...
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
ROBOCOPY :: Robust File Copy for Windows
|
ROBOCOPY :: Robust File Copy for Windows
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
Started : Montag, 2. Januar 2023 22:26:03
|
Started : Dienstag, 14. Februar 2023 14:18:39
|
||||||
Source : c:\TEMP\W10\
|
Source : c:\TEMP\W10\
|
||||||
Dest = E:\
|
Dest = E:\
|
||||||
|
|
||||||
Files : *.*
|
Files : *.*
|
||||||
|
|
||||||
Options : *.* /256 /NDL /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /J /XX /R:10 /W:30
|
Options : *.* /256 /NDL /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /J /XX /R:1 /W:30
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
100% New File 128 c:\TEMP\W10\autorun.inf
|
100% New File 128 c:\TEMP\W10\autorun.inf
|
||||||
[...]
|
[...]
|
||||||
100% New File 3584 c:\TEMP\W10\support\logging\en-us\actionqueueetw.dll.mui
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
Total Copied Skipped Mismatch FAILED Extras
|
|
||||||
Dirs : 85 84 1 0 0 1
|
|
||||||
Files : 900 900 0 0 0 1
|
|
||||||
Bytes : 5.727 g 5.727 g 0 0 0 7.7 k
|
|
||||||
Times : 0:00:39 0:00:33 0:00:00 0:00:06
|
|
||||||
|
|
||||||
|
|
||||||
Speed : 184186912 Bytes/sec.
|
|
||||||
Speed : 10539.259 MegaBytes/min.
|
|
||||||
Ended : Montag, 2. Januar 2023 22:26:43
|
|
||||||
|
|
||||||
|
|
||||||
copying folder [ tools ] to drive e: ...
|
copying folder [ tools ] to drive e: ...
|
||||||
|
|
||||||
@ -737,6 +743,7 @@ Having an ISO image is useful for testing purposes or it maybe needed for a spec
|
|||||||
|
|
||||||
Enter your firmware (typically by pressing "ESC", "F1" or "ENTF" while the machine is starting). DISABLE secure boot and all the other rubbish. Goto menu "Startup".
|
Enter your firmware (typically by pressing "ESC", "F1" or "ENTF" while the machine is starting). DISABLE secure boot and all the other rubbish. Goto menu "Startup".
|
||||||
|
|
||||||
|
|
||||||
### 10.1.1 Boot order
|
### 10.1.1 Boot order
|
||||||
|
|
||||||
Set your boot order in the machines "Startup" menu to:
|
Set your boot order in the machines "Startup" menu to:
|
||||||
|
Loading…
Reference in New Issue
Block a user