Supermicro AMI Aptio BIOS kullanıyor.
AMI, BIOS ayarlarını komut dosyalarıyla değiştirmek için SCE yardımcı programı (Linux için scelnx) sağlar. Öncelikle, ayar UUID'lerini bilmek için mevcut BIOS ayarlarını dökmeniz gerekir:
scelnx /b /o /s /root/settings.lst
Gerekli değerleri doğrudan dosyada ( *
işareti istenen değere taşıyarak ) değiştirebilir ve daha sonra dosyayı aşağıdaki komutla yükleyebilirsiniz:
scelnx /b /i /s /root/settings.lst
Veya yalnızca gerekli satırlarla kendi dosyanızı oluşturabilirsiniz (boş satır dahil ilk üç satır gereklidir):
cat > /root/settings.lst << 'EOF'
// Script File
HIICrc32=
// Enable the Rank Margining Tool
Setup Question = Rank Margin Tool
Token =B4A // Do NOT change this line
Offset =1127
Width =01
BIOS Default =[02]Auto
Options =[02]Auto // Move "*" to the desired Option
[00]Disabled
*[01]Enabled
// Adjust the MRC Serial Debug Message level
Setup Question = Serial Debug Message Level
Token =1C // Do NOT change this line
Offset =2D4
Width =01
BIOS Default =[00]Disable
Options =[00]Disable // Move "*" to the desired Option
[01]Minimum
[02]Normal
*[03]Maximum
// Confirm the Pattern Length value
Setup Question = RMT Pattern Length
Token =B4B // Do NOT change this line
Offset =10ED
Width =04
BIOS Default =7FFF
Value =7FFF
// Turn on/off Per Bit Margin option
Setup Question = Per Bit Margin
Token =B4D // Do NOT change this line
Offset =113A
Width =01
BIOS Default =[02]Auto
Options =[02]Auto // Move "*" to the desired Option
[00]Disable
*[01]Enable
EOF
Diğer platformlar için Intel doc'de yapılandırma yardımcı programlarının listesini bulabilirsiniz. # 333845-003: https://www.intel.ru/content/dam/www/public/us/en/videos/guides/platform-trust-enabler-product-guide.pdf (sayfa 12, 4.0 OEM Desteği Matris)
Modern platformlar ayrıca x-UEFI Komut Dosyası Yapılandırması'nı kullanabilir:
https://firmware.intel.com/sites/default/files/STTS001%20-%20SZ16_STTS001_102m_ENGf.pdf
http://www.uefi.org/confignamespace