使用AMI SCELNX修改BIOS设置
yum install -y kernel-devel准备工作
ipmitool -I lanplus -H IP -U username -P password -E sol activateipmitool raw 0x00 0x08 0x05 0x80 0x18 0x00 0x00 0x00
ipmitool chassis bootdev bios
ipmitool chassis bootparam set bootflag force_biossync;sync;sync
shutdown -r now通过SCELNX设置
设置举例
参考
Last updated