Sauvegarde WAPT
This commit is contained in:
BIN
bios-co4xx-wol/bios-co4xx/BIOSIntf.dll
Normal file
BIN
bios-co4xx-wol/bios-co4xx/BIOSIntf.dll
Normal file
Binary file not shown.
3
bios-co4xx-wol/bios-co4xx/HAPI/HAPIInstall.bat
Normal file
3
bios-co4xx-wol/bios-co4xx/HAPI/HAPIInstall.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
Echo This file will install HAPI
|
||||
%0\..\hapint64.exe -i -k C-C-T-K -p "hapint64.exe" -q
|
4
bios-co4xx-wol/bios-co4xx/HAPI/HAPIUninstall.bat
Normal file
4
bios-co4xx-wol/bios-co4xx/HAPI/HAPIUninstall.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
Echo Un-installing HAPI...
|
||||
%0\..\hapint64.exe -r -k C-C-T-K -q
|
||||
|
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dcdbas32.cat
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dcdbas32.cat
Normal file
Binary file not shown.
78
bios-co4xx-wol/bios-co4xx/HAPI/dcdbas32.inf
Normal file
78
bios-co4xx-wol/bios-co4xx/HAPI/dcdbas32.inf
Normal file
@@ -0,0 +1,78 @@
|
||||
;/*++
|
||||
;
|
||||
;Copyright (c) 2002-2004 Dell Inc.. All Rights Reserved.
|
||||
;
|
||||
;Module Name:
|
||||
;
|
||||
; dcdbas32.inf
|
||||
;
|
||||
;Abstract:
|
||||
;
|
||||
;
|
||||
;--*/
|
||||
|
||||
[Version]
|
||||
Signature="$WINDOWS NT$"
|
||||
Class=SYSTEM
|
||||
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||||
Provider=%DELL%
|
||||
DriverVer=05/19/2015,8.2.0.454
|
||||
CatalogFile=dcdbas32.cat
|
||||
|
||||
; ================= Class section =====================
|
||||
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
|
||||
;*****************************************
|
||||
; dcdbas Device Install Section
|
||||
;*****************************************
|
||||
|
||||
[Manufacturer]
|
||||
%DELL%=Standard
|
||||
|
||||
[Standard]
|
||||
; DisplayName Section DeviceId
|
||||
; ----------- ------- --------
|
||||
%dcdbasDevice.DeviceDesc% = dcdbas, root\dcdbas
|
||||
|
||||
[dcdbas.NT]
|
||||
CopyFiles= dcdbas.NT.Copy
|
||||
|
||||
[dcdbas.NT.Copy]
|
||||
dcdbas32.sys
|
||||
|
||||
[dcdbas.NT.HW]
|
||||
AddReg=dcdbas.Security
|
||||
|
||||
[dcdbas.Security]
|
||||
HKR,,DeviceCharacteristics,0x10001,0x100
|
||||
HKR,,Security,,"D:P(A;;GA;;;SY)(A;;GRGWGX;;;BA)(A;;GRGX;;;WD)"
|
||||
|
||||
;-------------- Service installation----------------------------------
|
||||
|
||||
[dcdbas.NT.Services]
|
||||
AddService = dcdbas, 0x00000002, dcdbas_Service_Inst
|
||||
|
||||
; -------------- dcdbas Driver install sections----------------------
|
||||
|
||||
[dcdbas_Service_Inst]
|
||||
DisplayName = %dcdbas.SVCDESC%
|
||||
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
|
||||
StartType = 3 ; SERVICE_DEMAND_START
|
||||
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
|
||||
ServiceBinary = %12%\dcdbas32.sys
|
||||
|
||||
[SourceDisksNames]
|
||||
1 = %DiskId1%,,,""
|
||||
|
||||
[SourceDisksFiles]
|
||||
dcdbas32.sys = 1,,
|
||||
|
||||
[Strings]
|
||||
DELL = "DELL INC"
|
||||
StdMfg = "(Standard system devices)"
|
||||
ClassName = "System"
|
||||
dcdbasDevice.DeviceDesc = "System Management Device"
|
||||
dcdbas.SVCDESC = "System Management Driver"
|
||||
DiskId1 = "Disk 1"
|
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dcdbas32.sys
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dcdbas32.sys
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dcdbas64.cat
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dcdbas64.cat
Normal file
Binary file not shown.
78
bios-co4xx-wol/bios-co4xx/HAPI/dcdbas64.inf
Normal file
78
bios-co4xx-wol/bios-co4xx/HAPI/dcdbas64.inf
Normal file
@@ -0,0 +1,78 @@
|
||||
;/*++
|
||||
;
|
||||
;Copyright (c) 2002-2004 Dell Inc.. All Rights Reserved.
|
||||
;
|
||||
;Module Name:
|
||||
;
|
||||
; dcdbas64.inf
|
||||
;
|
||||
;Abstract:
|
||||
;
|
||||
;
|
||||
;--*/
|
||||
|
||||
[Version]
|
||||
Signature="$WINDOWS NT$"
|
||||
Class=SYSTEM
|
||||
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||||
Provider=%DELL%
|
||||
DriverVer=05/19/2015,8.2.0.454
|
||||
CatalogFile=dcdbas64.cat
|
||||
|
||||
; ================= Class section =====================
|
||||
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
|
||||
;*****************************************
|
||||
; dcdbas Device Install Section
|
||||
;*****************************************
|
||||
|
||||
[Manufacturer]
|
||||
%DELL%=Standard,ntamd64
|
||||
|
||||
[Standard.ntamd64]
|
||||
; DisplayName Section DeviceId
|
||||
; ----------- ------- --------
|
||||
%dcdbasDevice.DeviceDesc% = dcdbas, root\dcdbas
|
||||
|
||||
[dcdbas.ntamd64]
|
||||
CopyFiles= dcdbas.ntamd64.Copy
|
||||
|
||||
[dcdbas.ntamd64.Copy]
|
||||
dcdbas64.sys
|
||||
|
||||
[dcdbas.ntamd64.HW]
|
||||
AddReg=dcdbas.ntamd64.Security
|
||||
|
||||
[dcdbas.ntamd64.Security]
|
||||
HKR,,DeviceCharacteristics,0x10001,0x100
|
||||
HKR,,Security,,"D:P(A;;GA;;;SY)(A;;GRGWGX;;;BA)(A;;GRGX;;;WD)"
|
||||
|
||||
;-------------- Service installation----------------------------------
|
||||
|
||||
[dcdbas.ntamd64.Services]
|
||||
AddService = dcdbas, 0x00000002, dcdbas_Service_Inst
|
||||
|
||||
; -------------- dcdbas Driver install sections----------------------
|
||||
|
||||
[dcdbas_Service_Inst]
|
||||
DisplayName = %dcdbas.SVCDESC%
|
||||
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
|
||||
StartType = 3 ; SERVICE_DEMAND_START
|
||||
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
|
||||
ServiceBinary = %12%\dcdbas64.sys
|
||||
|
||||
[SourceDisksNames]
|
||||
1 = %DiskId1%,,,""
|
||||
|
||||
[SourceDisksFiles]
|
||||
dcdbas64.sys = 1,,
|
||||
|
||||
[Strings]
|
||||
DELL = "DELL INC"
|
||||
StdMfg = "(Standard system devices)"
|
||||
ClassName = "System"
|
||||
dcdbasDevice.DeviceDesc = "System Management Device"
|
||||
dcdbas.SVCDESC = "System Management Driver"
|
||||
DiskId1 = "Disk 1"
|
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dcdbas64.sys
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dcdbas64.sys
Normal file
Binary file not shown.
1
bios-co4xx-wol/bios-co4xx/HAPI/dcdipm64.sys
Normal file
1
bios-co4xx-wol/bios-co4xx/HAPI/dcdipm64.sys
Normal file
@@ -0,0 +1 @@
|
||||
"place holder"
|
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchapi32.dll
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchapi32.dll
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchapi64.dll
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchapi64.dll
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchbas32.dll
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchbas32.dll
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchbas64.dll
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchbas64.dll
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchcfg32.exe
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchcfg32.exe
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchcfg64.exe
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchcfg64.exe
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchcfl32.dll
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchcfl32.dll
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchcfl64.dll
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchcfl64.dll
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchesm32.dll
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchesm32.dll
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchipm32.dll
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchipm32.dll
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchipm64.dll
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchipm64.dll
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchtst32.exe
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchtst32.exe
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchtst64.exe
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchtst64.exe
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchtvm32.dll
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dchtvm32.dll
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dciwds32.exe
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dciwds32.exe
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dcmdev32.exe
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dcmdev32.exe
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dcmdev64.exe
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dcmdev64.exe
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dcwipm32.dll
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/dcwipm32.dll
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/hapint.exe
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/hapint.exe
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/hapint64.exe
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/hapint64.exe
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/HAPI/omsacntl.exe
Normal file
BIN
bios-co4xx-wol/bios-co4xx/HAPI/omsacntl.exe
Normal file
Binary file not shown.
BIN
bios-co4xx-wol/bios-co4xx/cctk.exe
Normal file
BIN
bios-co4xx-wol/bios-co4xx/cctk.exe
Normal file
Binary file not shown.
165
bios-co4xx-wol/bios-co4xx/cctk_x86_64_WinPE_3.bat
Normal file
165
bios-co4xx-wol/bios-co4xx/cctk_x86_64_WinPE_3.bat
Normal file
@@ -0,0 +1,165 @@
|
||||
@echo off
|
||||
:: ***************************************************************************
|
||||
:: * WARRANTY DISCLAIMER
|
||||
:: ***************************************************************************
|
||||
:: * THIS SCRIPT IS BEING PROVIDED TO YOU "AS IS". DELL DISCLAIMS ANY
|
||||
:: * AND ALL WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, WITH RESPECT TO THE
|
||||
:: * SCRIPT, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
:: * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND ANY WARRANTY
|
||||
:: * OF NON-INFRINGEMENT. YOU WILL USE THIS SCRIPT AT YOUR OWN RISK.
|
||||
:: * DELL SHALL NOT BE LIABLE TO YOU FOR ANY DIRECT OR INDIRECT DAMAGES
|
||||
:: * INCURRED IN USING THE SCRIPT. IN NO EVENT SHALL DELL OR ITS
|
||||
:: * SUPPLIERS BE RESPONSIBLE FOR ANY DIRECT OR INDIRECT DAMAGES WHATSOEVER
|
||||
:: * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, LOSS OF USE,
|
||||
:: * LOSS OF DATA, BUSINESS INTERRUPTION, OR OTHER PECUNIARY LOSS, NOR FOR
|
||||
:: * PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR SPECIAL DAMAGES OF ANY KIND,
|
||||
:: * UNDER ANY PART OF THIS AGREEMENT, EVEN IF ADVISED OR AWARE OF THE
|
||||
:: * POSSIBILITY OF SUCH DAMAGES).
|
||||
:: ***************************************************************************
|
||||
|
||||
:: ***************************************************************************
|
||||
REM Name: cctk_x86_64_winpe_3.bat
|
||||
REM
|
||||
REM Purpose:
|
||||
REM This script installs Dell drivers into a base Windows PE 3.0 image offline.
|
||||
REM
|
||||
REM Arguments:
|
||||
REM %1 Path to local directory for Windows PE 3.0 image to create
|
||||
REM %2 Path to extracted Command Configure toolkit
|
||||
|
||||
:: ***************************************************************************
|
||||
if "%1%" == "" goto usage
|
||||
|
||||
if "%2%" == "" goto usage
|
||||
|
||||
|
||||
@echo -------------------------------------
|
||||
@echo Setup a WinPE 3.0 build environment
|
||||
@echo -------------------------------------
|
||||
|
||||
Set AIKTOOLS="C:\Program files\Windows AIK\Tools"
|
||||
::Set AIKTOOLS=C:\winsevaik\Tools
|
||||
@echo ----------------------------------------
|
||||
@echo (cctk_x86_64_winpe.bat)-Check the Paths
|
||||
@echo ----------------------------------------
|
||||
|
||||
if not exist %2% (
|
||||
echo CCTKPATH %2% does not exist. Exiting.....
|
||||
goto done
|
||||
)
|
||||
|
||||
if not exist %AIKTOOLS% (
|
||||
echo %AIKTOOLS% does not exist.
|
||||
echo please set the right path for the variable AIKTOOLS before running this script
|
||||
echo if its a long path please make sure its specified in quotes
|
||||
echo for eg: Set AIKTOOLS="C:\Program files\Windows AIK\Tools"
|
||||
goto done
|
||||
)
|
||||
|
||||
Set WINPEPATH=%1%
|
||||
Set CCTKPATH=%2%
|
||||
|
||||
::rd /s/q %WINPEPATH%
|
||||
|
||||
if not exist %WINPEPATH% call %AIKTOOLS%\PETools\copype.cmd amd64 %WINPEPATH%
|
||||
|
||||
|
||||
|
||||
%AIKTOOLS%\x86\imagex /apply %WINPEPATH%\WinPE.wim 1 %WINPEPATH%\mount
|
||||
|
||||
@echo ------------------------------------
|
||||
@echo Add additional customizations
|
||||
@echo ------------------------------------
|
||||
|
||||
%AIKTOOLS%\Servicing\dism.exe /image=%WINPEPATH%\mount /Add-Package /PackagePath:%AIKTOOLS%\PETools\amd64\WinPE_FPs\winpe-fontsupport-ja-jp.cab
|
||||
%AIKTOOLS%\Servicing\dism.exe /image=%WINPEPATH%\mount /Add-Package /PackagePath:%AIKTOOLS%\PETools\amd64\WinPE_FPs\winpe-fontsupport-zh-cn.cab
|
||||
%AIKTOOLS%\Servicing\dism.exe /image=%WINPEPATH%\mount /Add-Package /PackagePath:%AIKTOOLS%\PETools\amd64\WinPE_FPs\winpe-wmi.cab
|
||||
%AIKTOOLS%\Servicing\dism.exe /image=%WINPEPATH%\mount /Add-Package /PackagePath:%AIKTOOLS%\PETools\amd64\WinPE_FPs\winpe-scripting.cab
|
||||
%AIKTOOLS%\Servicing\dism.exe /image=%WINPEPATH%\mount /Add-Package /PackagePath:%AIKTOOLS%\PETools\amd64\WinPE_FPs\winpe-wds-tools.cab
|
||||
|
||||
|
||||
|
||||
@echo --------------------------------------------------------------
|
||||
@echo ~~5 -Copy HAPI and TOOLKIT Files to the mounted image 6
|
||||
@echo --------------------------------------------------------------
|
||||
|
||||
::copy /Y %CCTKPATH%\*.dll %WINPEPATH%\mount\Command_Configure\X86_64\HAPI
|
||||
::xcopy %CCTKPATH%\HAPI\*.* %WINPEPATH%\mount\Command_Configure\X86_64\HAPI /S /E /i /Y
|
||||
xcopy %CCTKPATH%\X86_64\HAPI\*.* %WINPEPATH%\mount\Command_Configure\X86_64\HAPI /S /E /i /Y
|
||||
xcopy %CCTKPATH%\X86_64\*.* %WINPEPATH%\mount\Command_Configure\X86_64 /S /E /i /Y
|
||||
rem copy /Y %CCTKPATH%\Readme.txt %WINPEPATH%\mount\Command_Configure\X86_64
|
||||
|
||||
|
||||
|
||||
@echo ------------------------
|
||||
@echo Add the Services
|
||||
@echo ------------------------
|
||||
echo echo Starting WMI Services >> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
echo net start winmgmt >> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
echo echo ******************** >> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
echo echo Installing HAPI >> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
echo X:\Command_Configure\X86_64\HAPI\hapint -i -k C-C-T-K -p X:\Command_Configure\X86_64\HAPI\ >> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
echo echo Successfully Installed the HAPI Drivers >> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
echo echo *********************>> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
|
||||
@echo --------------------------------------
|
||||
@echo Prepare the image for deployment
|
||||
@echo --------------------------------------
|
||||
|
||||
if not exist %WINPEPATH%\WIM\ (
|
||||
md %WINPEPATH%\WIM\
|
||||
)
|
||||
|
||||
%AIKTOOLS%\X86\imagex /BOOT /COMPRESS maximum /CAPTURE %WINPEPATH%\mount\ %WINPEPATH%\WIM\boot.wim "Command Configure WinPE 3 Image"
|
||||
|
||||
@echo ---------------------------------------------
|
||||
@echo Commit the customization to base image
|
||||
@echo ---------------------------------------------
|
||||
|
||||
REM move %WINPEPATH%\ISO\sources\boot.wim %WINPEPATH%\boot-base.wim
|
||||
copy %WINPEPATH%\wim\boot.wim %WINPEPATH%\wim\cctk_x86_64_pe3.wim
|
||||
move /Y %WINPEPATH%\wim\boot.wim %WINPEPATH%\ISO\sources\boot.wim
|
||||
%AIKTOOLS%\x86\oscdimg -n -b%WINPEPATH%\etfsboot.com %WINPEPATH%\ISO %WINPEPATH%\WIM\Command_Configure_x86_64_3.iso
|
||||
|
||||
goto done
|
||||
:usage
|
||||
echo.
|
||||
echo cctk_x86_64_winpe_3.bat
|
||||
echo.
|
||||
echo Copyright 2009 - 2017 Dell Inc. All rights reserved.
|
||||
echo.
|
||||
echo Usage : cctk_x86_64_winpe_3.bat WINPEPATH CCTKPATH
|
||||
echo.
|
||||
echo Where:
|
||||
echo WINPEPATH path where the Windows PE 3.0 contents should create
|
||||
echo CCTKPATH path where Command Configure is installed
|
||||
echo.
|
||||
echo ***********************************************************************
|
||||
echo.
|
||||
echo Please make sure WINPEPATH should be a new folder everytime when run
|
||||
echo this script.
|
||||
echo .
|
||||
echo Please use short path for both parameters, to use long path
|
||||
echo please hardcode this value in to the batch file
|
||||
echo.
|
||||
echo ***********************************************************************
|
||||
echo.
|
||||
echo Example: cctk_x86_64_WinPE_3.bat C:\winsevpe_x64 C:\Progra~2\Dell\Comman~1\
|
||||
echo This installs the HAPI (Instrumentation)
|
||||
echo drivers found in the C:\Progra~2\Dell\Comman~1\X86_64\HAPI folder to the base
|
||||
echo Windows PE image in C:\winsevpe_x64.
|
||||
echo.
|
||||
echo NOTE: If any of these drivers are already present in the Windows PE Image,
|
||||
echo then this script overwrites them.
|
||||
echo.
|
||||
echo.
|
||||
|
||||
goto done
|
||||
:done
|
||||
@echo -------------------------------
|
||||
@echo (cctk_x86_64_winpe.bat)-DONE.
|
||||
@echo -------------------------------
|
||||
set WINPEPATH=
|
||||
set CCTKPATH=
|
||||
set AIKTOOLS=
|
||||
echo.
|
157
bios-co4xx-wol/bios-co4xx/cctk_x86_64_winpe.bat
Normal file
157
bios-co4xx-wol/bios-co4xx/cctk_x86_64_winpe.bat
Normal file
@@ -0,0 +1,157 @@
|
||||
@echo off
|
||||
:: ***************************************************************************
|
||||
:: * WARRANTY DISCLAIMER
|
||||
:: ***************************************************************************
|
||||
:: * THIS SCRIPT IS BEING PROVIDED TO YOU "AS IS". DELL DISCLAIMS ANY
|
||||
:: * AND ALL WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, WITH RESPECT TO THE
|
||||
:: * SCRIPT, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
:: * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND ANY WARRANTY
|
||||
:: * OF NON-INFRINGEMENT. YOU WILL USE THIS SCRIPT AT YOUR OWN RISK.
|
||||
:: * DELL SHALL NOT BE LIABLE TO YOU FOR ANY DIRECT OR INDIRECT DAMAGES
|
||||
:: * INCURRED IN USING THE SCRIPT. IN NO EVENT SHALL DELL OR ITS
|
||||
:: * SUPPLIERS BE RESPONSIBLE FOR ANY DIRECT OR INDIRECT DAMAGES WHATSOEVER
|
||||
:: * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, LOSS OF USE,
|
||||
:: * LOSS OF DATA, BUSINESS INTERRUPTION, OR OTHER PECUNIARY LOSS, NOR FOR
|
||||
:: * PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR SPECIAL DAMAGES OF ANY KIND,
|
||||
:: * UNDER ANY PART OF THIS AGREEMENT, EVEN IF ADVISED OR AWARE OF THE
|
||||
:: * POSSIBILITY OF SUCH DAMAGES).
|
||||
:: ***************************************************************************
|
||||
|
||||
:: ***************************************************************************
|
||||
REM Name: cctk_x86_64_winpe.bat
|
||||
REM
|
||||
REM Purpose:
|
||||
REM This script installs Dell drivers into a base Windows PE 2.0 image offline.
|
||||
REM Most of these drivers are essential for Command Configure tools to work correctly.
|
||||
REM
|
||||
REM Arguments:
|
||||
REM %1 Path to local directory for Windows PE 2.0
|
||||
REM %2 Path to extracted Command Configure toolkit
|
||||
|
||||
:: ***************************************************************************
|
||||
if "%1%" == "" goto usage
|
||||
|
||||
if "%2%" == "" goto usage
|
||||
|
||||
Set AIKTOOLS="C:\Program files\Windows AIK\Tools"
|
||||
|
||||
@echo ----------------------------------------
|
||||
@echo ~~1(cctk_x86_64_winpe.bat)-Check the Paths
|
||||
@echo ----------------------------------------
|
||||
|
||||
if not exist %2% (
|
||||
echo CCTKPATH %2% does not exist. Exiting.....
|
||||
goto done
|
||||
)
|
||||
|
||||
if not exist %AIKTOOLS% (
|
||||
echo %AIKTOOLS% does not exist. Exiting.....
|
||||
goto done
|
||||
)
|
||||
|
||||
REM WINPEPATH is the Path to the WinPE 2.0
|
||||
|
||||
Set WINPEPATH=%1%
|
||||
Set CCTKPATH=%2%
|
||||
|
||||
echo %WINPEPATH%
|
||||
echo %CCTKPATH%
|
||||
|
||||
@echo -------------------------------------
|
||||
@echo ~~2-Setup a WinPE 2.0 build environment
|
||||
@echo -------------------------------------
|
||||
|
||||
::rd /s/q %WINPEPATH%
|
||||
|
||||
if not exist %WINPEPATH% call %AIKTOOLS%\PETools\copype.cmd amd64 %WINPEPATH%
|
||||
|
||||
|
||||
@echo --------------------------------------------
|
||||
@echo ~~3-Mount the base WinPE Image (winpe.wim)
|
||||
@echo --------------------------------------------
|
||||
REM Mount the base WINPE image (1=Image Number) locally to add or remove packages
|
||||
%AIKTOOLS%\X86\imagex /mountrw %WINPEPATH%\WinPE.wim 1 %WINPEPATH%\mount\
|
||||
|
||||
REM List the packages in the base WinPE Image
|
||||
%AIKTOOLS%\PETools\peimg /list %WINPEPATH%\mount\windows
|
||||
|
||||
@echo ------------------------------------
|
||||
@echo ~~4-Add additional customizations
|
||||
@echo ------------------------------------
|
||||
REM Add Windows WMI package
|
||||
%AIKTOOLS%\PETOOLS\peimg /install=WinPE-WMI-Package %WINPEPATH%\mount\Windows
|
||||
|
||||
REM Add ImageX
|
||||
copy %AIKTOOLS%\amd64\imagex.exe %WINPEPATH%\iso\
|
||||
copy %AIKTOOLS%\amd64\imagex.exe %WINPEPATH%\mount\Windows\system32
|
||||
|
||||
REM Add Package Manager(Pkgmgr.exe) AND MSXML6 binaries
|
||||
xcopy %AIKTOOLS%\amd64\Servicing\*.* %WINPEPATH%\iso\Servicing /S /E /i /Y
|
||||
xcopy %windir%\system32\msxml6*.dll %WINPEPATH%\iso\Servicing /Y /i
|
||||
|
||||
@echo --------------------------------------------------------------
|
||||
@echo ~~5 -Copy HAPI and TOOLKIT Files to the mounted image 6
|
||||
@echo --------------------------------------------------------------
|
||||
|
||||
::copy /Y %CCTKPATH%\*.dll %WINPEPATH%\mount\Command_Configure\X86_64\HAPI
|
||||
::xcopy %CCTKPATH%\HAPI\*.* %WINPEPATH%\mount\Command_Configure\X86_64\HAPI /S /E /i /Y
|
||||
xcopy %CCTKPATH%\X86_64\HAPI\*.* %WINPEPATH%\mount\Command_Configure\X86_64\HAPI /S /E /i /Y
|
||||
xcopy %CCTKPATH%\X86_64\*.* %WINPEPATH%\mount\Command_Configure\X86_64 /S /E /i /Y
|
||||
rem copy /Y %CCTKPATH%\Readme.txt %WINPEPATH%\mount\Command_Configure\X86_64
|
||||
|
||||
|
||||
@echo ------------------------
|
||||
@echo ~~6-Add the Services 9
|
||||
@echo ------------------------
|
||||
::echo net start msiscsi >> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
echo echo Starting WMI Services >> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
echo net start winmgmt >> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
echo echo ******************** >> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
echo echo Installing HAPI >> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
echo X:\Command_Configure\X86_64\HAPI\hapint -i -k C-C-T-K -p X:\Command_Configure\X86_64\HAPI\ >> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
echo echo Successfully Installed the HAPI Drivers >> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
echo echo *********************>> %WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
|
||||
@echo --------------------------------------
|
||||
@echo ~~7-Prepare the image for deployment 11
|
||||
@echo --------------------------------------
|
||||
%AIKTOOLS%\PETOOLS\peimg.exe /prep %WINPEPATH%\mount\Windows /f
|
||||
|
||||
@echo ---------------------------------------------
|
||||
@echo ~~8-Commit the customization to base image 12
|
||||
@echo ---------------------------------------------
|
||||
::Commit Changes to the Standard Image (winpe.wim)
|
||||
|
||||
%AIKTOOLS%\x86\imagex.exe /unmount /commit %WINPEPATH%\mount\
|
||||
|
||||
goto done
|
||||
:usage
|
||||
echo.
|
||||
echo cctk_x86_64_winpe.bat
|
||||
echo.
|
||||
echo Copyright 2009 - 2017 Dell Inc. All rights reserved.
|
||||
echo.
|
||||
echo Usage : cctk_x86_64_winpe.bat WINPEPATH CCTKPATH
|
||||
echo
|
||||
echo Where:
|
||||
echo WINPEPATH path where the Windows PE 2.0 contents are located
|
||||
echo CCTKPATH path where Command Configure is installed
|
||||
echo.
|
||||
echo Example: cctk_x86_64_WinPE.bat C:\vistape_x64 C:\Progra~2\Dell\Comman~1\
|
||||
echo This installs the HAPI (Instrumentation)
|
||||
echo drivers found in the C:\Progra~2\Dell\Comman~1\X86_64\HAPI folder to the base Windows PE image
|
||||
echo in C:\vistape_x64.
|
||||
echo.
|
||||
echo NOTE: If any of these drivers are already present in the Windows PE Image,
|
||||
echo then this script overwrites them.
|
||||
echo.
|
||||
|
||||
goto done
|
||||
:done
|
||||
@echo -------------------------------
|
||||
@echo ~~9(cctk_x86_64_winpe.bat)-DONE. 12
|
||||
@echo -------------------------------
|
||||
set WINPEPATH=
|
||||
set CCTKPATH=
|
||||
set AIKTOOLS=
|
||||
echo.
|
190
bios-co4xx-wol/bios-co4xx/cctk_x86_64_winpe_10.bat
Normal file
190
bios-co4xx-wol/bios-co4xx/cctk_x86_64_winpe_10.bat
Normal file
@@ -0,0 +1,190 @@
|
||||
echo off
|
||||
:: ***************************************************************************
|
||||
:: * WARRANTY DISCLAIMER
|
||||
:: ***************************************************************************
|
||||
:: * THIS SCRIPT IS BEING PROVIDED TO YOU "AS IS". DELL DISCLAIMS ANY
|
||||
:: * AND ALL WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, WITH RESPECT TO THE
|
||||
:: * SCRIPT, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
:: * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND ANY WARRANTY
|
||||
:: * OF NON-INFRINGEMENT. YOU WILL USE THIS SCRIPT AT YOUR OWN RISK.
|
||||
:: * DELL SHALL NOT BE LIABLE TO YOU FOR ANY DIRECT OR INDIRECT DAMAGES
|
||||
:: * INCURRED IN USING THE SCRIPT. IN NO EVENT SHALL DELL OR ITS
|
||||
:: * SUPPLIERS BE RESPONSIBLE FOR ANY DIRECT OR INDIRECT DAMAGES WHATSOEVER
|
||||
:: * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, LOSS OF USE,
|
||||
:: * LOSS OF DATA, BUSINESS INTERRUPTION, OR OTHER PECUNIARY LOSS, NOR FOR
|
||||
:: * PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR SPECIAL DAMAGES OF ANY KIND,
|
||||
:: * UNDER ANY PART OF THIS AGREEMENT, EVEN IF ADVISED OR AWARE OF THE
|
||||
:: * POSSIBILITY OF SUCH DAMAGES).
|
||||
:: ***************************************************************************
|
||||
|
||||
:: ***************************************************************************
|
||||
REM Name: cctk_x86_64_winpe_10.bat
|
||||
REM
|
||||
REM Purpose:
|
||||
REM This script installs Dell drivers into a base Windows PE 10.0 image offline.
|
||||
REM
|
||||
REM Arguments:
|
||||
REM %1 Path to local directory for customized Windows PE 10.0 image to create
|
||||
REM %2 Path to extracted Command Configure toolkit
|
||||
REM Example: cctk_x86_64_WinPE_10.bat C:\Winape_x64 C:\Progra~2\Dell\Comman~1\
|
||||
|
||||
:: ***************************************************************************
|
||||
|
||||
if "%1%" == "" (
|
||||
goto usage
|
||||
)
|
||||
|
||||
if "%2%" == "" (
|
||||
goto usage
|
||||
)
|
||||
if exist %1% (
|
||||
echo Please provide a non-existant folder for 'WINPEPATH'. Exiting.....
|
||||
goto usage
|
||||
)
|
||||
|
||||
set CCTKPATH=%2%\X86_64
|
||||
set WINPEPATH=%1%
|
||||
set WINPECCTKPATH=%WINPEPATH%\mount\Command_Configure\X86_64
|
||||
|
||||
set WinPERoot=C:\Progra~2\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment
|
||||
set OSCDImgRoot=C:\Progra~2\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\Oscdimg
|
||||
|
||||
set ADKTOOLSROOT=C:\Progra~2\Windows Kits\10\Assessment and Deployment Kit
|
||||
set ADKTOOLS=%ADKTOOLSROOT%\Windows Preinstallation Environment\amd64
|
||||
set DISM=%ADKTOOLSROOT%\Deployment Tools\amd64\DISM\dism.exe
|
||||
set IMAGEX=%ADKTOOLSROOT%\Deployment Tools\amd64\DISM\imagex.exe
|
||||
set STARTNET=%WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
|
||||
@echo ----------------------------------------
|
||||
@echo - 1 (cctk_x86_64_winpe.bat)-Check the Paths
|
||||
@echo ----------------------------------------
|
||||
|
||||
if not exist %2% (
|
||||
echo CCTKPATH %2% does not exist. Exiting.....
|
||||
goto done
|
||||
)
|
||||
|
||||
if not exist "%ADKTOOLS%" (
|
||||
echo %ADKTOOLS% does not exist. Exiting.....
|
||||
goto done
|
||||
)
|
||||
|
||||
|
||||
@echo ---------------------------------------
|
||||
@echo - 2 Setup a WinPE 2.0 build environment
|
||||
@echo ---------------------------------------
|
||||
rd /s /q %WINPEPATH%
|
||||
if not exist %WINPEPATH% call "%ADKTOOLS%\..\copype.cmd" amd64 "%WINPEPATH%"
|
||||
|
||||
REM _______________________________________________________
|
||||
REM copy the files necessary for the Win PE image
|
||||
REM _______________________________________________________
|
||||
xcopy /Y %WINPEPATH%\media\*.* %WINPEPATH%\ISO\
|
||||
xcopy /Y /s %WINPEPATH%\media\boot\*.* %WINPEPATH%\ISO\boot\
|
||||
xcopy /Y /s %WINPEPATH%\media\en-us\*.* %WINPEPATH%\ISO\en-us\
|
||||
|
||||
@echo --------------------------------------------
|
||||
@echo - 3-Mount the base WinPE Image (winpe.wim)
|
||||
@echo --------------------------------------------
|
||||
REM Mount the base WINPE image (1=Image Number) locally to add or remove packages
|
||||
REM "%IMAGEX%" /apply "%ADKTOOLS%\en-us\winpe.wim" 1 "%WINPEPATH%\mount"
|
||||
copy "%ADKTOOLS%\en-us\winpe.wim" %WINPEPATH%\
|
||||
"%DISM%" /mount-Wim /WimFile:%WINPEPATH%\winpe.wim /index:1 /mountdir:"%WINPEPATH%\mount"
|
||||
|
||||
@echo --------------------------------------------------------------
|
||||
@echo - 4 Add additional packages necessary
|
||||
@echo --------------------------------------------------------------
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\WinPE-FontSupport-JA-JP.cab"
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\winpe-fontsupport-zh-cn.cab
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\winpe-wmi.cab
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\winpe-scripting.cab
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\winpe-wds-tools.cab
|
||||
|
||||
@echo --------------------------------------------------------------
|
||||
@echo - 5 Add HAPI and Command Configure
|
||||
@echo --------------------------------------------------------------
|
||||
xcopy "%CCTKPATH%\HAPI\*.*" %WINPECCTKPATH%\HAPI /S /E /i /Y
|
||||
xcopy "%CCTKPATH%\*.*" %WINPECCTKPATH% /S /E /i /Y
|
||||
|
||||
|
||||
@echo ------------------------
|
||||
@echo - 6 Add the Services
|
||||
@echo ------------------------
|
||||
echo echo off>> %STARTNET%
|
||||
echo echo Starting WMI Services >> %STARTNET%
|
||||
echo net start winmgmt >> %STARTNET%
|
||||
echo echo ******************** >> %STARTNET%
|
||||
echo echo Installing HAPI >> %STARTNET%
|
||||
echo X:\Command_Configure\X86_64\HAPI\hapint -i -k C-C-T-K -p X:\Command_Configure\X86_64\HAPI\ >> %STARTNET%
|
||||
echo echo Successfully Installed the HAPI Drivers >> %STARTNET%
|
||||
echo cd X:\Command_Configure\x86_64>> %STARTNET%
|
||||
echo echo *********************>> %STARTNET%
|
||||
@echo --------------------------------------
|
||||
|
||||
@echo --------------------------------------
|
||||
@echo - 7 Prepare the image for deployment
|
||||
@echo --------------------------------------
|
||||
if not exist %WINPEPATH%\WIM\ (
|
||||
md %WINPEPATH%\WIM\
|
||||
)
|
||||
"%IMAGEX%" /BOOT /COMPRESS maximum /CAPTURE %WINPEPATH%\mount\ %WINPEPATH%\WIM\boot.wim "Command Configure WinPE 10 Image"
|
||||
|
||||
@echo ---------------------------------------------
|
||||
@echo - 8 Commit the customization to base image
|
||||
@echo ---------------------------------------------
|
||||
REM move %WINPEPATH%\ISO\sources\boot.wim %WINPEPATH%\boot-base.wim
|
||||
REM copy %WINPEPATH%\wim\boot.wim %WINPEPATH%\wim\cctk_x86_pe10.wim
|
||||
md %WINPEPATH%\ISO\sources\
|
||||
|
||||
move /Y %WINPEPATH%\wim\boot.wim %WINPEPATH%\ISO\sources\boot.wim
|
||||
xcopy /s /Y "%OSCDImgRoot%\*" %WINPEPATH%\fwfiles\
|
||||
"%OSCDImgRoot%\oscdimg.exe" -b%WINPEPATH%\fwfiles\etfsboot.com -n %WINPEPATH%\ISO %WINPEPATH%\WIM\Command_Configure_x86_64_10.iso
|
||||
|
||||
@echo ---------------------------------------------
|
||||
@echo - 9 Unmount the image
|
||||
@echo ---------------------------------------------
|
||||
|
||||
"%DISM%" /Unmount-Wim /mountDir:%WINPEPATH%\mount /discard
|
||||
|
||||
goto done
|
||||
:usage
|
||||
echo.
|
||||
echo cctk_x86_64_winpe_10.bat
|
||||
echo.
|
||||
echo Copyright 2009 - 2017 Dell Inc. All rights reserved.
|
||||
echo.
|
||||
echo Usage : cctk_x86_64_winpe_10.bat WINPEPATH CCTKPATH
|
||||
echo.
|
||||
echo Where:
|
||||
echo WINPEPATH path where the Windows PE 10.0 contents should create
|
||||
echo CCTKPATH path where Command Configure is installed
|
||||
echo.
|
||||
echo ***********************************************************************
|
||||
echo.
|
||||
echo Please make sure WINPEPATH should be a new folder everytime when run
|
||||
echo this script.
|
||||
echo .
|
||||
echo Please use short path for both parameters, to use long path
|
||||
echo please hardcode this value in to the batch file
|
||||
echo.
|
||||
echo ***********************************************************************
|
||||
echo.
|
||||
echo Example: cctk_x86_64_WinPE_10.bat C:\winsevpe_x64 C:\Progra~2\Dell\Comman~1\
|
||||
echo This installs the HAPI (Instrumentation)
|
||||
echo drivers found in the C:\Progra~2\Dell\Comman~1\X86_64\HAPI folder to the base
|
||||
echo Windows PE image in C:\winsevpe_x64.
|
||||
echo.
|
||||
echo NOTE: If any of these drivers are already present in the Windows PE Image,
|
||||
echo then this script overwrites them.
|
||||
echo.
|
||||
echo.
|
||||
|
||||
goto done
|
||||
:done
|
||||
@echo -------------------------------
|
||||
@echo (cctk_x6_winpe_10.bat)-DONE
|
||||
@echo -------------------------------
|
||||
set WINPEPATH=
|
||||
set CCTKPATH=
|
||||
set AIKTOOLS=
|
||||
echo.
|
190
bios-co4xx-wol/bios-co4xx/cctk_x86_64_winpe_4.bat
Normal file
190
bios-co4xx-wol/bios-co4xx/cctk_x86_64_winpe_4.bat
Normal file
@@ -0,0 +1,190 @@
|
||||
echo off
|
||||
:: ***************************************************************************
|
||||
:: * WARRANTY DISCLAIMER
|
||||
:: ***************************************************************************
|
||||
:: * THIS SCRIPT IS BEING PROVIDED TO YOU "AS IS". DELL DISCLAIMS ANY
|
||||
:: * AND ALL WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, WITH RESPECT TO THE
|
||||
:: * SCRIPT, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
:: * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND ANY WARRANTY
|
||||
:: * OF NON-INFRINGEMENT. YOU WILL USE THIS SCRIPT AT YOUR OWN RISK.
|
||||
:: * DELL SHALL NOT BE LIABLE TO YOU FOR ANY DIRECT OR INDIRECT DAMAGES
|
||||
:: * INCURRED IN USING THE SCRIPT. IN NO EVENT SHALL DELL OR ITS
|
||||
:: * SUPPLIERS BE RESPONSIBLE FOR ANY DIRECT OR INDIRECT DAMAGES WHATSOEVER
|
||||
:: * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, LOSS OF USE,
|
||||
:: * LOSS OF DATA, BUSINESS INTERRUPTION, OR OTHER PECUNIARY LOSS, NOR FOR
|
||||
:: * PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR SPECIAL DAMAGES OF ANY KIND,
|
||||
:: * UNDER ANY PART OF THIS AGREEMENT, EVEN IF ADVISED OR AWARE OF THE
|
||||
:: * POSSIBILITY OF SUCH DAMAGES).
|
||||
:: ***************************************************************************
|
||||
|
||||
:: ***************************************************************************
|
||||
REM Name: cctk_x86_64_winpe_4.bat
|
||||
REM
|
||||
REM Purpose:
|
||||
REM This script installs Dell drivers into a base Windows PE 4.0 image offline.
|
||||
REM
|
||||
REM Arguments:
|
||||
REM %1 Path to local directory for customized Windows PE 4.0 image to create
|
||||
REM %2 Path to extracted Command Configure toolkit
|
||||
REM Example: cctk_x86_64_WinPE_4.bat C:\Winape_x64 C:\Progra~2\Dell\Comman~1\
|
||||
|
||||
:: ***************************************************************************
|
||||
|
||||
if "%1%" == "" (
|
||||
goto usage
|
||||
)
|
||||
|
||||
if "%2%" == "" (
|
||||
goto usage
|
||||
)
|
||||
if exist %1% (
|
||||
echo Please provide a non-existant folder for 'WINPEPATH'. Exiting.....
|
||||
goto usage
|
||||
)
|
||||
|
||||
set CCTKPATH=%2%\X86_64
|
||||
set WINPEPATH=%1%
|
||||
set WINPECCTKPATH=%WINPEPATH%\mount\Command_Configure\X86_64
|
||||
|
||||
set WinPERoot=C:\Progra~2\Windows Kits\8.0\Assessment and Deployment Kit\Windows Preinstallation Environment
|
||||
set OSCDImgRoot=C:\Progra~2\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\amd64\Oscdimg
|
||||
|
||||
set ADKTOOLSROOT=C:\Progra~2\Windows Kits\8.0\Assessment and Deployment Kit
|
||||
set ADKTOOLS=%ADKTOOLSROOT%\Windows Preinstallation Environment\amd64
|
||||
set DISM=%ADKTOOLSROOT%\Deployment Tools\amd64\DISM\dism.exe
|
||||
set IMAGEX=%ADKTOOLSROOT%\Deployment Tools\amd64\DISM\imagex.exe
|
||||
set STARTNET=%WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
|
||||
@echo ----------------------------------------
|
||||
@echo - 1 (cctk_x86_64_winpe.bat)-Check the Paths
|
||||
@echo ----------------------------------------
|
||||
|
||||
if not exist %2% (
|
||||
echo CCTKPATH %2% does not exist. Exiting.....
|
||||
goto done
|
||||
)
|
||||
|
||||
if not exist "%ADKTOOLS%" (
|
||||
echo %ADKTOOLS% does not exist. Exiting.....
|
||||
goto done
|
||||
)
|
||||
|
||||
|
||||
@echo ---------------------------------------
|
||||
@echo - 2 Setup a WinPE 2.0 build environment
|
||||
@echo ---------------------------------------
|
||||
rd /s /q %WINPEPATH%
|
||||
if not exist %WINPEPATH% call "%ADKTOOLS%\..\copype.cmd" amd64 "%WINPEPATH%"
|
||||
|
||||
REM _______________________________________________________
|
||||
REM copy the files necessary for the Win PE image
|
||||
REM _______________________________________________________
|
||||
xcopy /Y %WINPEPATH%\media\*.* %WINPEPATH%\ISO\
|
||||
xcopy /Y /s %WINPEPATH%\media\boot\*.* %WINPEPATH%\ISO\boot\
|
||||
xcopy /Y /s %WINPEPATH%\media\en-us\*.* %WINPEPATH%\ISO\en-us\
|
||||
|
||||
@echo --------------------------------------------
|
||||
@echo - 3-Mount the base WinPE Image (winpe.wim)
|
||||
@echo --------------------------------------------
|
||||
REM Mount the base WINPE image (1=Image Number) locally to add or remove packages
|
||||
REM "%IMAGEX%" /apply "%ADKTOOLS%\en-us\winpe.wim" 1 "%WINPEPATH%\mount"
|
||||
copy "%ADKTOOLS%\en-us\winpe.wim" %WINPEPATH%\
|
||||
"%DISM%" /mount-Wim /WimFile:%WINPEPATH%\winpe.wim /index:1 /mountdir:"%WINPEPATH%\mount"
|
||||
|
||||
@echo --------------------------------------------------------------
|
||||
@echo - 4 Add additional packages necessary
|
||||
@echo --------------------------------------------------------------
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\WinPE-FontSupport-JA-JP.cab"
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\winpe-fontsupport-zh-cn.cab
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\winpe-wmi.cab
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\winpe-scripting.cab
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\winpe-wds-tools.cab
|
||||
|
||||
@echo --------------------------------------------------------------
|
||||
@echo - 5 Add HAPI and Command Configure
|
||||
@echo --------------------------------------------------------------
|
||||
xcopy "%CCTKPATH%\HAPI\*.*" %WINPECCTKPATH%\HAPI /S /E /i /Y
|
||||
xcopy "%CCTKPATH%\*.*" %WINPECCTKPATH% /S /E /i /Y
|
||||
|
||||
|
||||
@echo ------------------------
|
||||
@echo - 6 Add the Services
|
||||
@echo ------------------------
|
||||
echo echo off>> %STARTNET%
|
||||
echo echo Starting WMI Services >> %STARTNET%
|
||||
echo net start winmgmt >> %STARTNET%
|
||||
echo echo ******************** >> %STARTNET%
|
||||
echo echo Installing HAPI >> %STARTNET%
|
||||
echo X:\Command_Configure\X86_64\HAPI\hapint -i -k C-C-T-K -p X:\Command_Configure\X86_64\HAPI\ >> %STARTNET%
|
||||
echo echo Successfully Installed the HAPI Drivers >> %STARTNET%
|
||||
echo cd X:\Command_Configure\x86_64>> %STARTNET%
|
||||
echo echo *********************>> %STARTNET%
|
||||
@echo --------------------------------------
|
||||
|
||||
@echo --------------------------------------
|
||||
@echo - 7 Prepare the image for deployment
|
||||
@echo --------------------------------------
|
||||
if not exist %WINPEPATH%\WIM\ (
|
||||
md %WINPEPATH%\WIM\
|
||||
)
|
||||
"%IMAGEX%" /BOOT /COMPRESS maximum /CAPTURE %WINPEPATH%\mount\ %WINPEPATH%\WIM\boot.wim "Command Configure WinPE 4 Image"
|
||||
|
||||
@echo ---------------------------------------------
|
||||
@echo - 8 Commit the customization to base image
|
||||
@echo ---------------------------------------------
|
||||
REM move %WINPEPATH%\ISO\sources\boot.wim %WINPEPATH%\boot-base.wim
|
||||
REM copy %WINPEPATH%\wim\boot.wim %WINPEPATH%\wim\cctk_x86_pe4.wim
|
||||
md %WINPEPATH%\ISO\sources\
|
||||
|
||||
move /Y %WINPEPATH%\wim\boot.wim %WINPEPATH%\ISO\sources\boot.wim
|
||||
xcopy /s /Y "%OSCDImgRoot%\*" %WINPEPATH%\fwfiles\
|
||||
"%OSCDImgRoot%\oscdimg.exe" -b%WINPEPATH%\fwfiles\etfsboot.com -n %WINPEPATH%\ISO %WINPEPATH%\WIM\Command_Configure.iso
|
||||
|
||||
@echo ---------------------------------------------
|
||||
@echo - 9 Unmount the image
|
||||
@echo ---------------------------------------------
|
||||
|
||||
"%DISM%" /Unmount-Wim /mountDir:%WINPEPATH%\mount /discard
|
||||
|
||||
goto done
|
||||
:usage
|
||||
echo.
|
||||
echo cctk_x86_64_winpe_4.bat
|
||||
echo.
|
||||
echo Copyright 2009 - 2017 Dell Inc. All rights reserved.
|
||||
echo.
|
||||
echo Usage : cctk_x86_64_winpe_4.bat WINPEPATH CCTKPATH
|
||||
echo.
|
||||
echo Where:
|
||||
echo WINPEPATH path where the Windows PE 4.0 contents should create
|
||||
echo CCTKPATH path where Command Configure is installed
|
||||
echo.
|
||||
echo ***********************************************************************
|
||||
echo.
|
||||
echo Please make sure WINPEPATH should be a new folder everytime when run
|
||||
echo this script.
|
||||
echo .
|
||||
echo Please use short path for both parameters, to use long path
|
||||
echo please hardcode this value in to the batch file
|
||||
echo.
|
||||
echo ***********************************************************************
|
||||
echo.
|
||||
echo Example: cctk_x86_64_WinPE_4.bat C:\winsevpe_x64 C:\Progra~2\Dell\Comman~1\
|
||||
echo This installs the HAPI (Instrumentation)
|
||||
echo drivers found in the C:\Progra~2\Dell\Comman~1\X86_64\HAPI folder to the base
|
||||
echo Windows PE image in C:\winsevpe_x64.
|
||||
echo.
|
||||
echo NOTE: If any of these drivers are already present in the Windows PE Image,
|
||||
echo then this script overwrites them.
|
||||
echo.
|
||||
echo.
|
||||
|
||||
goto done
|
||||
:done
|
||||
@echo -------------------------------
|
||||
@echo (cctk_x86_64_winpe_4.bat)-DONE
|
||||
@echo -------------------------------
|
||||
set WINPEPATH=
|
||||
set CCTKPATH=
|
||||
set AIKTOOLS=
|
||||
echo.
|
190
bios-co4xx-wol/bios-co4xx/cctk_x86_64_winpe_5.bat
Normal file
190
bios-co4xx-wol/bios-co4xx/cctk_x86_64_winpe_5.bat
Normal file
@@ -0,0 +1,190 @@
|
||||
echo off
|
||||
:: ***************************************************************************
|
||||
:: * WARRANTY DISCLAIMER
|
||||
:: ***************************************************************************
|
||||
:: * THIS SCRIPT IS BEING PROVIDED TO YOU "AS IS". DELL DISCLAIMS ANY
|
||||
:: * AND ALL WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, WITH RESPECT TO THE
|
||||
:: * SCRIPT, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
:: * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND ANY WARRANTY
|
||||
:: * OF NON-INFRINGEMENT. YOU WILL USE THIS SCRIPT AT YOUR OWN RISK.
|
||||
:: * DELL SHALL NOT BE LIABLE TO YOU FOR ANY DIRECT OR INDIRECT DAMAGES
|
||||
:: * INCURRED IN USING THE SCRIPT. IN NO EVENT SHALL DELL OR ITS
|
||||
:: * SUPPLIERS BE RESPONSIBLE FOR ANY DIRECT OR INDIRECT DAMAGES WHATSOEVER
|
||||
:: * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, LOSS OF USE,
|
||||
:: * LOSS OF DATA, BUSINESS INTERRUPTION, OR OTHER PECUNIARY LOSS, NOR FOR
|
||||
:: * PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR SPECIAL DAMAGES OF ANY KIND,
|
||||
:: * UNDER ANY PART OF THIS AGREEMENT, EVEN IF ADVISED OR AWARE OF THE
|
||||
:: * POSSIBILITY OF SUCH DAMAGES).
|
||||
:: ***************************************************************************
|
||||
|
||||
:: ***************************************************************************
|
||||
REM Name: cctk_x86_64_winpe_5.bat
|
||||
REM
|
||||
REM Purpose:
|
||||
REM This script installs Dell drivers into a base Windows PE 5.0 image offline.
|
||||
REM
|
||||
REM Arguments:
|
||||
REM %1 Path to local directory for customized Windows PE 5.0 image to create
|
||||
REM %2 Path to extracted Command Configure toolkit
|
||||
REM Example: cctk_x86_64_WinPE_5.bat C:\Winape_x64 C:\Progra~2\Dell\Comman~1\
|
||||
|
||||
:: ***************************************************************************
|
||||
|
||||
if "%1%" == "" (
|
||||
goto usage
|
||||
)
|
||||
|
||||
if "%2%" == "" (
|
||||
goto usage
|
||||
)
|
||||
if exist %1% (
|
||||
echo Please provide a non-existant folder for 'WINPEPATH'. Exiting.....
|
||||
goto usage
|
||||
)
|
||||
|
||||
set CCTKPATH=%2%\X86_64
|
||||
set WINPEPATH=%1%
|
||||
set WINPECCTKPATH=%WINPEPATH%\mount\Command_Configure\X86_64
|
||||
|
||||
set WinPERoot=C:\Progra~2\Windows Kits\8.1\Assessment and Deployment Kit\Windows Preinstallation Environment
|
||||
set OSCDImgRoot=C:\Progra~2\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\Oscdimg
|
||||
|
||||
set ADKTOOLSROOT=C:\Progra~2\Windows Kits\8.1\Assessment and Deployment Kit
|
||||
set ADKTOOLS=%ADKTOOLSROOT%\Windows Preinstallation Environment\amd64
|
||||
set DISM=%ADKTOOLSROOT%\Deployment Tools\amd64\DISM\dism.exe
|
||||
set IMAGEX=%ADKTOOLSROOT%\Deployment Tools\amd64\DISM\imagex.exe
|
||||
set STARTNET=%WINPEPATH%\mount\windows\system32\STARTNET.CMD
|
||||
|
||||
@echo ----------------------------------------
|
||||
@echo - 1 (cctk_x86_64_winpe.bat)-Check the Paths
|
||||
@echo ----------------------------------------
|
||||
|
||||
if not exist %2% (
|
||||
echo CCTKPATH %2% does not exist. Exiting.....
|
||||
goto done
|
||||
)
|
||||
|
||||
if not exist "%ADKTOOLS%" (
|
||||
echo %ADKTOOLS% does not exist. Exiting.....
|
||||
goto done
|
||||
)
|
||||
|
||||
|
||||
@echo ---------------------------------------
|
||||
@echo - 2 Setup a WinPE 2.0 build environment
|
||||
@echo ---------------------------------------
|
||||
rd /s /q %WINPEPATH%
|
||||
if not exist %WINPEPATH% call "%ADKTOOLS%\..\copype.cmd" amd64 "%WINPEPATH%"
|
||||
|
||||
REM _______________________________________________________
|
||||
REM copy the files necessary for the Win PE image
|
||||
REM _______________________________________________________
|
||||
xcopy /Y %WINPEPATH%\media\*.* %WINPEPATH%\ISO\
|
||||
xcopy /Y /s %WINPEPATH%\media\boot\*.* %WINPEPATH%\ISO\boot\
|
||||
xcopy /Y /s %WINPEPATH%\media\en-us\*.* %WINPEPATH%\ISO\en-us\
|
||||
|
||||
@echo --------------------------------------------
|
||||
@echo - 3-Mount the base WinPE Image (winpe.wim)
|
||||
@echo --------------------------------------------
|
||||
REM Mount the base WINPE image (1=Image Number) locally to add or remove packages
|
||||
REM "%IMAGEX%" /apply "%ADKTOOLS%\en-us\winpe.wim" 1 "%WINPEPATH%\mount"
|
||||
copy "%ADKTOOLS%\en-us\winpe.wim" %WINPEPATH%\
|
||||
"%DISM%" /mount-Wim /WimFile:%WINPEPATH%\winpe.wim /index:1 /mountdir:"%WINPEPATH%\mount"
|
||||
|
||||
@echo --------------------------------------------------------------
|
||||
@echo - 4 Add additional packages necessary
|
||||
@echo --------------------------------------------------------------
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\WinPE-FontSupport-JA-JP.cab"
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\winpe-fontsupport-zh-cn.cab
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\winpe-wmi.cab
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\winpe-scripting.cab
|
||||
"%DISM%" /image="%WINPEPATH%"\mount /Add-Package /PackagePath:"%ADKTOOLS%\WinPE_OCs\winpe-wds-tools.cab
|
||||
|
||||
@echo --------------------------------------------------------------
|
||||
@echo - 5 Add HAPI and Command Configure
|
||||
@echo --------------------------------------------------------------
|
||||
xcopy "%CCTKPATH%\HAPI\*.*" %WINPECCTKPATH%\HAPI /S /E /i /Y
|
||||
xcopy "%CCTKPATH%\*.*" %WINPECCTKPATH% /S /E /i /Y
|
||||
|
||||
|
||||
@echo ------------------------
|
||||
@echo - 6 Add the Services
|
||||
@echo ------------------------
|
||||
echo echo off>> %STARTNET%
|
||||
echo echo Starting WMI Services >> %STARTNET%
|
||||
echo net start winmgmt >> %STARTNET%
|
||||
echo echo ******************** >> %STARTNET%
|
||||
echo echo Installing HAPI >> %STARTNET%
|
||||
echo X:\Command_Configure\X86_64\HAPI\hapint -i -k C-C-T-K -p X:\Command_Configure\X86_64\HAPI\ >> %STARTNET%
|
||||
echo echo Successfully Installed the HAPI Drivers >> %STARTNET%
|
||||
echo cd X:\Command_Configure\x86_64>> %STARTNET%
|
||||
echo echo *********************>> %STARTNET%
|
||||
@echo --------------------------------------
|
||||
|
||||
@echo --------------------------------------
|
||||
@echo - 7 Prepare the image for deployment
|
||||
@echo --------------------------------------
|
||||
if not exist %WINPEPATH%\WIM\ (
|
||||
md %WINPEPATH%\WIM\
|
||||
)
|
||||
"%IMAGEX%" /BOOT /COMPRESS maximum /CAPTURE %WINPEPATH%\mount\ %WINPEPATH%\WIM\boot.wim "Command Configure WinPE 5 Image"
|
||||
|
||||
@echo ---------------------------------------------
|
||||
@echo - 8 Commit the customization to base image
|
||||
@echo ---------------------------------------------
|
||||
REM move %WINPEPATH%\ISO\sources\boot.wim %WINPEPATH%\boot-base.wim
|
||||
REM copy %WINPEPATH%\wim\boot.wim %WINPEPATH%\wim\cctk_x86_pe5.wim
|
||||
md %WINPEPATH%\ISO\sources\
|
||||
|
||||
move /Y %WINPEPATH%\wim\boot.wim %WINPEPATH%\ISO\sources\boot.wim
|
||||
xcopy /s /Y "%OSCDImgRoot%\*" %WINPEPATH%\fwfiles\
|
||||
"%OSCDImgRoot%\oscdimg.exe" -b%WINPEPATH%\fwfiles\etfsboot.com -n %WINPEPATH%\ISO %WINPEPATH%\WIM\Command_Configure_x86_64_5.iso
|
||||
|
||||
@echo ---------------------------------------------
|
||||
@echo - 9 Unmount the image
|
||||
@echo ---------------------------------------------
|
||||
|
||||
"%DISM%" /Unmount-Wim /mountDir:%WINPEPATH%\mount /discard
|
||||
|
||||
goto done
|
||||
:usage
|
||||
echo.
|
||||
echo cctk_x86_64_winpe_5.bat
|
||||
echo.
|
||||
echo Copyright 2009 - 2017 Dell Inc. All rights reserved.
|
||||
echo.
|
||||
echo Usage : cctk_x86_64_winpe_5.bat WINPEPATH CCTKPATH
|
||||
echo.
|
||||
echo Where:
|
||||
echo WINPEPATH path where the Windows PE 5.0 contents should create
|
||||
echo CCTKPATH path where Command Configure is installed
|
||||
echo.
|
||||
echo ***********************************************************************
|
||||
echo.
|
||||
echo Please make sure WINPEPATH should be a new folder everytime when run
|
||||
echo this script.
|
||||
echo .
|
||||
echo Please use short path for both parameters, to use long path
|
||||
echo please hardcode this value in to the batch file
|
||||
echo.
|
||||
echo ***********************************************************************
|
||||
echo.
|
||||
echo Example: cctk_x86_64_WinPE_5.bat C:\winsevpe_x64 C:\Progra~2\Dell\Comman~1\
|
||||
echo This installs the HAPI (Instrumentation)
|
||||
echo drivers found in the C:\Progra~2\Dell\Comman~1\X86_64\HAPI folder to the base
|
||||
echo Windows PE image in C:\winsevpe_x64.
|
||||
echo.
|
||||
echo NOTE: If any of these drivers are already present in the Windows PE Image,
|
||||
echo then this script overwrites them.
|
||||
echo.
|
||||
echo.
|
||||
|
||||
goto done
|
||||
:done
|
||||
@echo -------------------------------
|
||||
@echo (cctk_x86_64_winpe_5.bat)-DONE
|
||||
@echo -------------------------------
|
||||
set WINPEPATH=
|
||||
set CCTKPATH=
|
||||
set AIKTOOLS=
|
||||
echo.
|
92
bios-co4xx-wol/bios-co4xx/co4xx.cctk
Normal file
92
bios-co4xx-wol/bios-co4xx/co4xx.cctk
Normal file
@@ -0,0 +1,92 @@
|
||||
[cctk]
|
||||
acpower=off
|
||||
adjcacheprefetch=enable
|
||||
admsetuplockout=disable
|
||||
asset=
|
||||
autoon=disable
|
||||
autoonhr=0
|
||||
autoonmn=0
|
||||
biosver=A20
|
||||
blocks3=disable
|
||||
bootorder=uefitype,-hdd.1,+uefi.1,+uefi.2,+hdd.2
|
||||
boottimevideo=onboard
|
||||
brightnessac=15
|
||||
brightnessbattery=7
|
||||
chasintrusion=silentenable
|
||||
cpuxdsupport=enable
|
||||
cstatesctrl=enable
|
||||
deepsleepctrl=disable
|
||||
drmt=enable
|
||||
embnic1=on
|
||||
embsataraid=raid
|
||||
energystarlogo=disable
|
||||
fanctrlovrd=disable
|
||||
fanspeed=auto
|
||||
fanspeedctrllevel=0
|
||||
fastboot=thorough
|
||||
forcepxeonnextboot=disable
|
||||
hdd1fanenable=disable
|
||||
hwprefetcher=enable
|
||||
integratedaudio=enable
|
||||
isochronous=disable
|
||||
legacyorom=disable
|
||||
limitcpuidvalue=off
|
||||
liquidcooler1=disable
|
||||
liquidcooler2=disable
|
||||
logicproc=enable
|
||||
memintleave=enable
|
||||
mmioabove4gb=disable
|
||||
numlock=on
|
||||
oromkeyboardaccess=enable
|
||||
passwordbypass=off
|
||||
pcimmiospacesize=small
|
||||
pcislots=enable
|
||||
postf12key=disable
|
||||
postmebxkey=on
|
||||
primaryvideodeviceslot=0
|
||||
processorcorecount=0
|
||||
propowntag=
|
||||
pwdlock=unlock
|
||||
rearusb=enable
|
||||
rptkeyerr=enable
|
||||
sata0=auto
|
||||
sata1=auto
|
||||
sata2=auto
|
||||
sata3=auto
|
||||
sata4=auto
|
||||
sata5=auto
|
||||
serial1=com1
|
||||
serrdmimsg=on
|
||||
smarterrors=disable
|
||||
speedstep=automatic
|
||||
strongpwd=disable
|
||||
svctag=66R15M2
|
||||
sysid=617
|
||||
sysname=Precision Tower 5810
|
||||
thunderbolt=disable
|
||||
thunderboltsecuritylevel=userauthorization
|
||||
tpm=off
|
||||
tpmactivation=activate
|
||||
tpmhashalgo=sha256
|
||||
trustexecution=off
|
||||
turbomode=enable
|
||||
uefibootpathsecurity=never
|
||||
uefinwstack=enable
|
||||
usb30=enable
|
||||
usbemu=enable
|
||||
usbportsfront=enable
|
||||
usbwake=disable
|
||||
virtualization=enable
|
||||
vtfordirectio=on
|
||||
wakeonlan=lanwithpxeboot
|
||||
wysep25access=enable
|
||||
advsm=TEMPERATURE_1:92
|
||||
advsm=TEMPERATURE_2:40
|
||||
advsm=TEMPERATURE_3:75
|
||||
advsm=TEMPERATURE_4:75
|
||||
advsm=TEMPERATURE_5:80
|
||||
advsm=CD_1:96
|
||||
advsm=CD_2:96
|
||||
advsm=CD_3:96
|
||||
advsm=CD_4:96
|
||||
;chassisintrustatus=doorclosed
|
BIN
bios-co4xx-wol/bios-co4xx/mxml1.dll
Normal file
BIN
bios-co4xx-wol/bios-co4xx/mxml1.dll
Normal file
Binary file not shown.
28792
bios-co4xx-wol/bios-co4xx/pci.ids
Normal file
28792
bios-co4xx-wol/bios-co4xx/pci.ids
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user