执行以下命令,读取所有的BIOS配置项。
./uniCfg -rf
linux:/home/Project/tools/bios/uniCfg # ./uniCfg -rf
Omit the file argument, use the Reference to read the Configuration.
R 2 ; (CustomPowerPolicy = Custom)
R 0 ; (ProcessorEistEnable = Disabled)
R 1 ; (EnableTurboMode = Enabled)
R 0 ; (PowerSaving = Disabled)
R 0 ; (ProcessorCcxEnable = Disabled)
R 0 ; (OsAcpiCx = ACPI C2)
R 1 ; (EnableC3 = Enabled)
R 1 ; (EnableC6 = Enabled)
R 0 ; (HTSupport = Enabled)
R 1 ; (NumaEn = Enabled)
R 0 ; (RasMode = Independent)
R 1 ; (MLCStreamerPrefetcherEnable = Enabled)
R 1 ; (MLCSpatialPrefetcherEnable = Enabled)
R 1 ; (DCUStreamerPrefetcherEnable = Enabled)
R 1 ; (DCUIPPrefetcherEnable = Enabled)
R 1 ; (CREnable = Enabled)
R 0 ; (TerminalType = VT_100)
R 7 ; (BaudRate = 115200)
R 8 ; (DataBits = 8 Bits)
R 1 ; (Parity = None)
R 1 ; (StopBits = 1 Bits)
R 0 ; (OSWdtEnable = Disabled)
R 5 ; (OSWdtTimeout = 5)
R 1 ; (OSWdtAction = Hard Reset)
R 1 ; (VTdSupport = Enable)
R 1 ; (PCIeSRIOVSupport = Enable)
R 1 ; (InterruptRemap = Enable)
R 1 ; (CoherencySupport = Enable)
R 2 ; (Boot_1st = CD/DVD)
R 1 ; (Boot_2st = HDD)
R 3 ; (Boot_3st = OTHER)
R 0 ; (Boot_4st = BEV)
R 1 ; (QuickBoot = Enabled)
R 0 ; (QuietBoot = Disabled)
R 1 ; (BootType = Legacy Boot Type)
R 0 ; (WakeOnPME = Disabled)
The result of the Configuration value store in uniCfg.ini file.
time 240.00 (ms).
“/home/Project/tools/bios/uniCfg/”目录下的以BIOS硬件平台命名的“.ini”文件中包含FTK支持配置的该硬件平台所有BIOS配置项。
./uniCfg -rf命令只能读取到FTK支持的Brickland、Grantley和Romley三个BIOS硬件平台公共的配置项,若加上以BIOS硬件平台命名的“.ini”文件(如./uniCfg -rf Grantley.ini),可以读取到该硬件平台更多的配置项。若输入的BIOS硬件平台与服务器实际的BIOS硬件平台不一致时,系统会报错。
读取结果会自动保存到“/home/Project/tools/bios/uniCfg/”目录下的“uniCfg.ini”文件中。