On Supermicro X10SRL-F, after installing the 2nd GPU and enabling SR-IOV, Machine is Stuck at POST Code 91 (
If SR-IOV is disabled, this results in a Kernel Call Stack / Driver not loading correctly and GPU failing to initialize.
Did anybody face something similar ?
I tried playing with the MMIO High Base / MMIO Size Settings in BIOS but whenever I set something and enable SR-IOV, then I basically get locked out.
To unlock oneself one can do:
or
Needless to say this does NOT solve the Issue
.
EDIT 1: after resetting a new Tab appared in BIOS

Great, so the only Thing this Motherboard should do (get these GPUs to work correctly) it isn't doing it
.
EDIT 2: so I managed to get SR-IOV Enabled, though I needed to change a few of the Settings previously mentioned, in order for it to work with Supermicro X10SRL-F.
All BIOS Settings obtained via
IIRC I had to set all PCIe Slots to x8 or x8x8, disable ASPM, enable SRIOV, set some "average" 24TB for MMIOHBase, set MMIO High Size to the max (1024GB) and Maximum Payload to 256 Bytes.
Maybe there is something else that I forgot.
DXE-BIOS PCI Bus Enumeration).If SR-IOV is disabled, this results in a Kernel Call Stack / Driver not loading correctly and GPU failing to initialize.
Did anybody face something similar ?
I tried playing with the MMIO High Base / MMIO Size Settings in BIOS but whenever I set something and enable SR-IOV, then I basically get locked out.
To unlock oneself one can do:
Code:
/opt/Supermicro/sum/default/sum --journal_path "${SUM_JOURNAL_PATH}" -c LoadDefaultBiosCfg -i "${BMC_IP}" -u "${BMC_USERNAME}" -p "${BMC_PASSWORD}" --reboot
Code:
ipmitool -I lanplus -H "${BMC_IP}" -U "${BMC_USERNAME}" -P "${BMC_PASSWORD}" chassis bootdev bios clear-cmos=yes
EDIT 1: after resetting a new Tab appared in BIOS

Great, so the only Thing this Motherboard should do (get these GPUs to work correctly) it isn't doing it
EDIT 2: so I managed to get SR-IOV Enabled, though I needed to change a few of the Settings previously mentioned, in order for it to work with Supermicro X10SRL-F.
Code:
root@pve055:~# for file in $(ls /etc/{modules-load.d,modprobe.d,default/grub.d}/*); do echo -e "# ${file}"; echo -e "=================================================================================================================================="; cat "${file}"; echo -e "==================================================================================================================================\n\n"; done
# /etc/default/grub.d/amdgpu.cfg
# /etc/default/grub.d/amdgpu.cfg
==================================================================================================================================
# Does NOT work
# GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} amdgpu.ppfeaturemask=0xffffbfff amdgpu.ignore_min_pcap=1 amdgpu.runpm=0 pcie_aspm=off amdgpu.aspm=0 pci=realloc,norid"
# GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} amdgpu.ppfeaturemask=0xffffbfff amdgpu.ignore_min_pcap=1 amdgpu.runpm=0 pcie_aspm=off amdgpu.aspm=0 pci=realloc,norid"
# Works, but it's NOT possible to set Power Limits
# GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} amdgpu.ppfeaturemask=0xffffbfff amdgpu.ignore_min_pcap=1 amdgpu.runpm=0 pcie_aspm=off amdgpu.aspm=0 pci=realloc,realloc=on,nocrs"
# GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} amdgpu.ppfeaturemask=0xffffbfff amdgpu.ignore_min_pcap=1 amdgpu.runpm=0 pcie_aspm=off amdgpu.aspm=0 pci=realloc,realloc=on,nocrs"
# Testing
GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} amdgpu.ppfeaturemask=0xffffbfff amdgpu.runpm=1 pcie_aspm=on amdgpu.aspm=1 pci=realloc,realloc=on,nocrs"
GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} amdgpu.ppfeaturemask=0xffffbfff amdgpu.runpm=1 pcie_aspm=on amdgpu.aspm=1 pci=realloc,realloc=on,nocrs"
# Testing
# GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} amdgpu.ppfeaturemask=0xffffbfff amdgpu.runpm=0 pcie_aspm=off amdgpu.aspm=0 pci=realloc,realloc=on,nocrs amdgpu.exp_hw_support=1 amdgpu.ip_block_mask=0xfffffbbf"
# GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} amdgpu.ppfeaturemask=0xffffbfff amdgpu.runpm=0 pcie_aspm=off amdgpu.aspm=0 pci=realloc,realloc=on,nocrs amdgpu.exp_hw_support=1 amdgpu.ip_block_mask=0xfffffbbf"
==================================================================================================================================
# /etc/default/grub.d/cgroups.cfg
==================================================================================================================================
GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} systemd.unified_cgroup_hierarchy=1"
GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} systemd.unified_cgroup_hierarchy=1"
==================================================================================================================================
# /etc/default/grub.d/framebuffer.cfg
==================================================================================================================================
###GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} iommu=pt amd_iommu=on pcie_acs_override=downstream"
###GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} iommu=pt amd_iommu=on pcie_acs_override=downstream"
#GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} initcall_blacklist=sysfb_init"
#GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} initcall_blacklist=sysfb_init"
==================================================================================================================================
# /etc/default/grub.d/iommu.cfg
==================================================================================================================================
#GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} iommu=pt amd_iommu=on pcie_acs_override=downstream"
#GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} iommu=pt amd_iommu=on pcie_acs_override=downstream"
GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} iommu=pt intel_iommu=on"
GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} iommu=pt intel_iommu=on"
==================================================================================================================================
# /etc/default/grub.d/pcie-power-management.cfg
==================================================================================================================================
#GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} pcie_port_pm=off pcie_aspm.policy=performance"
#GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} pcie_port_pm=off pcie_aspm.policy=performance"
#GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} pcie_port_pm=force pcie_aspm.policy=powersave"
#GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} pcie_port_pm=force pcie_aspm.policy=powersave"
GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} pcie_port_pm=off"
GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} pcie_port_pm=off"
==================================================================================================================================
# /etc/default/grub.d/powersave.cfg
==================================================================================================================================
#GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} cpufreq.default_governor=powersave initcall_blacklist=acpi_cpufreq_init amd_pstate.shared_mem=1 amd_pstate=guided"
#GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} cpufreq.default_governor=powersave initcall_blacklist=acpi_cpufreq_init amd_pstate.shared_mem=1 amd_pstate=guided"
#GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} cpufreq.default_governor=powersave initcall_blacklist=acpi_cpufreq_init amd_pstate.shared_mem=1 amd_pstate=guided"
#GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} cpufreq.default_governor=powersave initcall_blacklist=acpi_cpufreq_init amd_pstate.shared_mem=1 amd_pstate=guided"
==================================================================================================================================
# /etc/default/grub.d/proxmox-ve.cfg
==================================================================================================================================
GRUB_DISTRIBUTOR="Proxmox VE"
GRUB_DISABLE_OS_PROBER=true
==================================================================================================================================
# /etc/default/grub.d/zfs.cfg
==================================================================================================================================
GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} root=ZFS=\"rpool/ROOT/debian\" zfs_force=1 boot=zfs"
GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} root=ZFS=\"rpool/ROOT/debian\" zfs_force=1 boot=zfs"
==================================================================================================================================
# /etc/modprobe.d/amd64-microcode-blacklist.conf
==================================================================================================================================
# The microcode module attempts to apply a microcode update when
# it autoloads. This is not always safe, so we block it by default.
blacklist microcode
==================================================================================================================================
# /etc/modprobe.d/amdgpu.conf
==================================================================================================================================
# Forces the driver to ignore enterprise hardware profile validation and pushes past the strict PSP firmware gating sequence that caused your previous crash
# options amdgpu exp_hw_support=1
# options amdgpu runpm=0
# options amdgpu ip_block_mask=0xfffffbbf
==================================================================================================================================
# /etc/modprobe.d/blacklist-amdgpu.conf
==================================================================================================================================
# Blacklist AMD GPU Driver (causes Kernel Panic during Proxmox VE Host Boot)
blacklist amdgpu
blacklist radeon
blacklist snd_hda_intel
==================================================================================================================================
# /etc/modprobe.d/blacklist-iwlwifi.conf
==================================================================================================================================
# Blacklist WiFi Driver
blacklist iwlwifi
==================================================================================================================================
# /etc/modprobe.d/blacklist-nvidia.conf
==================================================================================================================================
# Blacklist NVIDIA Drivers
blacklist nouveau
blacklist nvidia
==================================================================================================================================
# /etc/modprobe.d/dirtyfrag.conf
==================================================================================================================================
# Linux Kernel Dirty Frag Mitigation
install esp4 /bin/false
install esp6 /bin/false
install rxrpc /bin/false
==================================================================================================================================
# /etc/modprobe.d/disable-algif.conf
==================================================================================================================================
install algif_aead /bin/false
==================================================================================================================================
# /etc/modprobe.d/dkms.conf
==================================================================================================================================
# modprobe information used for DKMS modules
#
# This is a stub file, should be edited when needed,
# used by default by DKMS.
==================================================================================================================================
# /etc/modprobe.d/mdadm.conf
==================================================================================================================================
# mdadm module configuration file
# set start_ro=1 to make newly assembled arrays read-only initially,
# to prevent metadata writes. This is needed in order to allow
# resume-from-disk to work - new boot should not perform writes
# because it will be done behind the back of the system being
# resumed. See http://bugs.debian.org/415441 for details.
options md_mod start_ro=1
==================================================================================================================================
# /etc/modprobe.d/pve-blacklist.conf
==================================================================================================================================
# This file contains a list of modules which are not supported by Proxmox VE
# nvidiafb see bugreport https://bugzilla.proxmox.com/show_bug.cgi?id=701
blacklist nvidiafb
==================================================================================================================================
# /etc/modules-load.d/beep.conf
==================================================================================================================================
# Enable Beep / Speaker Module
pcspkr
==================================================================================================================================
# /etc/modules-load.d/modules.conf
==================================================================================================================================
# /etc/modules is obsolete and has been replaced by /etc/modules-load.d/.
# Please see modules-load.d(5) and modprobe.d(5) for details.
#
# Updating this file still works, but it is undocumented and unsupported.
==================================================================================================================================
# /etc/modules-load.d/pcie-passthrough.conf
==================================================================================================================================
# Enable PCIe Passthrough
vfio
vfio_iommu_type1
vfio_pci
==================================================================================================================================
# /etc/modules-load.d/qemu-server.conf
==================================================================================================================================
# Enable vhost_net
vhost_net
==================================================================================================================================
# /etc/modules-load.d/zram.conf
==================================================================================================================================
# Load the zram kernel Module
zram
==================================================================================================================================
All BIOS Settings obtained via
Code:
# Save Current Configuration
/opt/Supermicro/sum/default/sum --journal_path "${SUM_JOURNAL_PATH}" -c GetCurrentBiosCfg -i "${BMC_IP}" -u "${BMC_USERNAME}" -p "${BMC_PASSWORD}" --file "${SUM_BIOS_CFG_BACKUP_FILE}" --overwrite
Maybe there is something else that I forgot.
Code:
#Supermicro Update Manager 2.14.0 (2024/02/15)
#File generated at 2026-07-20_16:15:19
#Please refer to SUM User's guide 'Format of BIOS Settings Text File' for usage.
[Advanced|Boot Feature]
Quiet Boot=01 // Please enter the value in 2 hexadecimal digits. Default value is <<<01>>>
AddOn ROM Display Mode=01 // *01 (Force BIOS), 00 (Keep Current)
Bootup NumLock State=01 // *01 (On), 00 (Off)
Wait For "F1" If Error=01 // 00 (Disabled), *01 (Enabled)
INT19 Trap Response=01 // *01 (Immediate), 00 (Postponed)
Re-try Boot=00 // *00 (Disabled), 01 (Legacy Boot), 02 (EFI Boot)
Watch Dog Function=00 // *00 (Disabled), 01 (Enabled)
Power Button Function=01 // *01 (Instant Off), 00 (4 Seconds Override)
Restore on AC Power Loss=02 // 00 (Stay Off), 01 (Power On), *02 (Last State)
[Advanced|CPU Configuration]
Clock Spread Spectrum=00 // Please enter the value in 2 hexadecimal digits. Default value is <<<00>>>
Hyper-Threading (ALL)=00 // 01 (Disable), *00 (Enable)
Cores Enabled=00 // Please enter the value in 2 hexadecimal digits. Default value is <<<00>>>
Monitor/Mwait=01 // 00 (Disable), *01 (Enable)
Execute Disable Bit=01 // 00 (Disable), *01 (Enable)
PPIN Control=01 // 00 (Unlock/Disable), *01 (Unlock/Enable)
Hardware Prefetcher=01 // *01 (Enable), 00 (Disable)
Adjacent Cache Prefetch=01 // *01 (Enable), 00 (Disable)
DCU Streamer Prefetcher=01 // *01 (Enable), 00 (Disable)
DCU IP Prefetcher=01 // *01 (Enable), 00 (Disable)
Direct Cache Access (DCA)=02 // 00 (Disable), 01 (Enable), *02 (Auto)
X2APIC=00 // *00 (Disable), 01 (Enable)
AES-NI=01 // 00 (Disable), *01 (Enable)
Intel Virtualization Technology=01 // 00 (Disable), *01 (Enable)
[Advanced|CPU Configuration|Advanced Power Management Configuration]
Power Technology=01 // 00 (Disable), *01 (Energy Efficient), 02 (Custom)
Energy Performance Tuning=01 // 00 (Enable), *01 (Disable)
Energy Performance BIAS setting.=07 // 00 (Performance), *07 (Balanced Performance), 08 (Balanced Power), 0F (Power)
Energy Efficient Turbo=00 // *00 (Enable), 01 (Disable)
[Advanced|CPU Configuration|Advanced Power Management Configuration|CPU P State Control]
EIST (P-States)=01 // 00 (Disable), *01 (Enable)
Turbo Mode=01 // 00 (Disable), *01 (Enable)
P-State Coordination=00 // *00 (HW_ALL), 01 (SW_ALL), 02 (SW_ANY)
[Advanced|CPU Configuration|Advanced Power Management Configuration|CPU HWPM State Control]
Enable CPU HWPM=00 // *00 (Disable), 01 (HWPM NATIVE MODE), 02 (HWPM OOB MODE)
Enable CPU Autonomous Cstate=00 // *00 (Disable), 01 (Enable)
[Advanced|CPU Configuration|Advanced Power Management Configuration|CPU C State Control]
Package C State Limit=03 // 00 (C0/C1 state), 01 (C2 state), 02 (C6(non Retention) state), *03 (C6(Retention) state)
CPU C3 Report=00 // *00 (Disable), 01 (Enable)
CPU C6 Report=01 // 00 (Disable), *01 (Enable)
Enhanced Halt State (C1E)=01 // 00 (Disable), *01 (Enable)
[Advanced|CPU Configuration|Advanced Power Management Configuration|CPU T State Control]
ACPI T-States=01 // 00 (Disable), *01 (Enable)
[Advanced|Chipset Configuration|North Bridge|IIO Configuration]
EV DFX Features=00 // *00 (Disable), 01 (Enable)
Snoop Response Hold Off=09 // Please enter the value in 2 hexadecimal digits. Default value is <<<09>>>
[Advanced|Chipset Configuration|North Bridge|IIO Configuration|IIO1 Configuration]
IOU2 (IIO1 PCIe Port 1)=01 // 00 (x4x4), 01 (x8), *FF (Auto)
CPU SLOT3 PCI-E 3.0 X8=03 // 01 (Gen 1 (2.5 GT/s)), 02 (Gen 2 (5 GT/s)), *03 (Gen 3 (8 GT/s))
CPU SLOT2 PCI-E 3.0 X4(IN X8)=03 // 01 (Gen 1 (2.5 GT/s)), 02 (Gen 2 (5 GT/s)), *03 (Gen 3 (8 GT/s))
IOU0 (IIO1 PCIe Port 2)=03 // 00 (x4x4x4x4), 01 (x4x4x8), 02 (x8x4x4), 03 (x8x8), 04 (x16), *FF (Auto)
CPU SLOT4 PCI-E 3.0 X8(IN X16)=03 // 01 (Gen 1 (2.5 GT/s)), 02 (Gen 2 (5 GT/s)), *03 (Gen 3 (8 GT/s))
CPU SLOT5 PCI-E 3.0 X8=03 // 01 (Gen 1 (2.5 GT/s)), 02 (Gen 2 (5 GT/s)), *03 (Gen 3 (8 GT/s))
IOU1 (IIO1 PCIe Port 3)=03 // 00 (x4x4x4x4), 01 (x4x4x8), 02 (x8x4x4), 03 (x8x8), 04 (x16), *FF (Auto)
CPU SLOT6 PCI-E 3.0 X8(IN X16)=03 // 01 (Gen 1 (2.5 GT/s)), 02 (Gen 2 (5 GT/s)), *03 (Gen 3 (8 GT/s))
CPU SLOT7 PCI-E 3.0 X8=03 // 01 (Gen 1 (2.5 GT/s)), 02 (Gen 2 (5 GT/s)), *03 (Gen 3 (8 GT/s))
IIO1 IOU0 Non-Posted Prefetch=00 // 00 (Enable), *01 (Disable)
IIO1 IOU1 Non-Posted Prefetch=00 // 00 (Enable), *01 (Disable)
IIO1 IOU2 Non-Posted Prefetch=00 // 00 (Enable), *01 (Disable)
[Advanced|Chipset Configuration|North Bridge|IIO Configuration|IOAT Configuration]
Enable IOAT=01 // 00 (Disable), *01 (Enable)
No Snoop=00 // *00 (Disable), 01 (Enable)
Relaxed Ordering=00 // *00 (Disable), 01 (Enable)
[Advanced|Chipset Configuration|North Bridge|IIO Configuration|Intel VT for Directed I/O (VT-d)]
Intel VT for Directed I/O (VT-d)=01 // *01 (Enable), 00 (Disable)
ACS Control=00 // *01 (Enable), 00 (Disable)
Interrupt Remapping=00 // *01 (Enable), 00 (Disable)
[Advanced|Chipset Configuration|North Bridge|QPI Configuration|QPI General Configuration]
COD Enable=00 // *00 (Disable), 01 (Enable)
Early Snoop=02 // 00 (Disable), 01 (Enable), *02 (Auto)
Home Dir Snoop with IVT- Style OSB=02 // 00 (Disable), 01 (Enable), *02 (Auto)
Isoc Mode=00 // *00 (Disable), 01 (Enable)
[Advanced|Chipset Configuration|North Bridge|Memory Configuration]
Enforce POR=00 // *00 (Enabled), 01 (Disabled)
Memory Frequency=00 // *00 (Auto), 05 (1333), 07 (1600), 09 (1867), 0B (2133), 0D (2400)
Data Scrambling=02 // *02 (Auto), 00 (Disabled), 01 (Enabled)
tCCD_L Relaxation=01 // 00 (Disabled), *01 (Auto)
Enable ADR=01 // 00 (Disabled), *01 (Hardware Triggered ADR)
Erase-Arm NVDIMMs=01 // 00 (Disabled), *01 (Enabled) Enable ADR = "ADR + NVDIMMs"
Restore NVDIMMs=01 // 00 (Disabled), *01 (Enabled) Enable ADR = "ADR + NVDIMMs"
Reset Trigger ADR=00 // *00 (Disabled), 01 (Enabled)
S5 Trigger ADR=00 // *00 (Disabled), 01 (Enabled)
DRAM RAPL Baseline=02 // 00 (Disable), 01 (DRAM RAPL Mode 0), *02 (DRAM RAPL Mode 1)
Set Throttling Mode=02 // 00 (Disabled), *02 (CLTT)
A7 Mode=01 // 00 (Disable), *01 (Enable)
[Advanced|Chipset Configuration|North Bridge|Memory RAS Configuration]
RAS Mode=00 // *00 (Independent), 01 (Mirror), 02 (Lockstep Mode)
Memory Rank Sparing=00 // *00 (Disabled), 01 (Enabled)
Multi Rank Sparing=04 // 01 (One Rank), 02 (Two Rank), 03 (Three Rank), *04 (Auto) Memory Rank Sparing = "Enabled"
Patrol Scrub=01 // 00 (Disable), *01 (Enable)
Patrol Scrub Interval=18 // Please enter the value in 2 hexadecimal digits. Default value is <<<18>>> Patrol Scrub = "Enable"
Demand Scrub=01 // 00 (Disable), *01 (Enable)
Device Tagging=00 // *00 (Disable), 01 (Enable)
[Advanced|Chipset Configuration|South Bridge]
Legacy USB Support=00 // *00 (Enabled), 01 (Disabled), 02 (Auto)
XHCI Hand-off=01 // *01 (Enabled), 00 (Disabled)
EHCI Hand-off=00 // *00 (Disabled), 01 (Enabled)
Port 60/64 Emulation=01 // 00 (Disabled), *01 (Enabled)
USB 3.0 Support=02 // 03 (Smart Auto), *02 (Auto), 01 (Enabled), 00 (Disabled)
EHCI1=01 // 00 (Disabled), *01 (Enabled)
EHCI2=01 // 00 (Disabled), *01 (Enabled)
XHCI Pre-Boot Driver=01 // *01 (Enabled), 00 (Disabled)
Azalia=02 // 00 (Disabled), 01 (Enabled), *02 (Auto)
Azalia PME Enable=00 // *00 (Disabled), 01 (Enabled) Azalia = "Enabled" or Azalia = "Auto"
SATA Frozen=01 // 00 (Disabled), *01 (Enabled)
[Advanced|SATA Configuration]
SATA Controller=01 // 00 (Disabled), *01 (Enabled)
Configure SATA as=01 // 00 (IDE), *01 (AHCI), 02 (RAID) SATA Controller = "Enabled"
SATA Support Aggressive Link Power Mgmt=00// *00 (Disabled), 01 (Enabled) Configure SATA as = "AHCI" or Configure SATA as = "RAID"
SATA RAID Option ROM/UEFI Driver=02 // 00 (Disabled), 01 (EFI), *02 (Legacy) Configure SATA as = "RAID"
Port 0 Hot Plug=01 // 00 (Disabled), *01 (Enabled) Configure SATA as = "AHCI" or Configure SATA as = "RAID"
Port 0 Spin Up Device=00 // *00 (Disabled), 01 (Enabled) Configure SATA as = "AHCI" or Configure SATA as = "RAID"
Port 0 SATA Device Type=00 // *00 (Hard Disk Drive), 01 (Solid State Drive)
Port 1 Hot Plug=01 // 00 (Disabled), *01 (Enabled) Configure SATA as = "AHCI" or Configure SATA as = "RAID"
Port 1 Spin Up Device=00 // *00 (Disabled), 01 (Enabled) Configure SATA as = "AHCI" or Configure SATA as = "RAID"
Port 1 SATA Device Type=00 // *00 (Hard Disk Drive), 01 (Solid State Drive)
Port 2 Hot Plug=01 // 00 (Disabled), *01 (Enabled) Configure SATA as = "AHCI" or Configure SATA as = "RAID"
Port 2 Spin Up Device=00 // *00 (Disabled), 01 (Enabled) Configure SATA as = "AHCI" or Configure SATA as = "RAID"
Port 2 SATA Device Type=00 // *00 (Hard Disk Drive), 01 (Solid State Drive)
Port 3 Hot Plug=01 // 00 (Disabled), *01 (Enabled) Configure SATA as = "AHCI" or Configure SATA as = "RAID"
Port 3 Spin Up Device=00 // *00 (Disabled), 01 (Enabled) Configure SATA as = "AHCI" or Configure SATA as = "RAID"
Port 3 SATA Device Type=00 // *00 (Hard Disk Drive), 01 (Solid State Drive)
Port 4 Hot Plug=01 // 00 (Disabled), *01 (Enabled) Configure SATA as = "AHCI" or Configure SATA as = "RAID"
Port 4 Spin Up Device=00 // *00 (Disabled), 01 (Enabled) Configure SATA as = "AHCI" or Configure SATA as = "RAID"
Port 4 SATA Device Type=00 // *00 (Hard Disk Drive), 01 (Solid State Drive)
Port 5 Hot Plug=01 // 00 (Disabled), *01 (Enabled) Configure SATA as = "AHCI" or Configure SATA as = "RAID"
Port 5 Spin Up Device=00 // *00 (Disabled), 01 (Enabled) Configure SATA as = "AHCI" or Configure SATA as = "RAID"
Port 5 SATA Device Type=00 // *00 (Hard Disk Drive), 01 (Solid State Drive)
[Advanced|sSATA Configuration]
sSATA Controller=01 // *01 (Enabled), 00 (Disabled)
Configure sSATA as=01 // 00 (IDE), *01 (AHCI), 02 (RAID) sSATA Controller = "Enabled"
sSATA Support Aggressive Link Power Mgmt=00// *00 (Disabled), 01 (Enabled) Configure sSATA as = "AHCI" or Configure sSATA as = "RAID"
sSATA RAID Option ROM/UEFI Driver=02 // 00 (Disabled), 01 (EFI), *02 (Legacy) Configure sSATA as = "RAID"
SATA/sSATA RAID Boot Select=01 // 00 (SATA Controller), *01 (sSATA Controller), 02 (Both)
sSATA Port 0 Hot Plug=01 // 00 (Disabled), *01 (Enabled) Configure sSATA as = "AHCI" or Configure sSATA as = "RAID"
sSATA Port 0 Spin Up Device=00 // *00 (Disabled), 01 (Enabled) Configure sSATA as = "AHCI" or Configure sSATA as = "RAID"
Port 0 sSATA Device Type=00 // *00 (Hard Disk Drive), 01 (Solid State Drive)
sSATA Port 1 Hot Plug=01 // 00 (Disabled), *01 (Enabled) Configure sSATA as = "AHCI" or Configure sSATA as = "RAID"
sSATA Port 1 Spin Up Device=00 // *00 (Disabled), 01 (Enabled) Configure sSATA as = "AHCI" or Configure sSATA as = "RAID"
Port 1 sSATA Device Type=00 // *00 (Hard Disk Drive), 01 (Solid State Drive)
sSATA Port 2 Hot Plug=01 // 00 (Disabled), *01 (Enabled) Configure sSATA as = "AHCI" or Configure sSATA as = "RAID"
sSATA Port 2 Spin Up Device=00 // *00 (Disabled), 01 (Enabled) Configure sSATA as = "AHCI" or Configure sSATA as = "RAID"
Port 2 sSATA Device Type=00 // *00 (Hard Disk Drive), 01 (Solid State Drive)
sSATA Port 3 Hot Plug=01 // 00 (Disabled), *01 (Enabled) Configure sSATA as = "AHCI" or Configure sSATA as = "RAID"
sSATA Port 3 Spin Up Device=00 // *00 (Disabled), 01 (Enabled) Configure sSATA as = "AHCI" or Configure sSATA as = "RAID"
Port 3 sSATA Device Type=00 // *00 (Hard Disk Drive), 01 (Solid State Drive)
[Advanced|PCIe/PCI/PnP Configuration]
PCI PERR/SERR Support=00 // *00 (Disabled), 01 (Enabled)
Above 4G Decoding=01 // *00 (Disabled), 01 (Enabled)
SR-IOV Support=01 // *00 (Disabled), 01 (Enabled)
Maximum Payload=01 // *37 (Auto), 00 (128 Bytes), 01 (256 Bytes)
Maximum Read Request=37 // *37 (Auto), 00 (128 Bytes), 01 (256 Bytes), 02 (512 Bytes), 03 (1024 Bytes), 04 (2048 Bytes), 05 (4096 Bytes)
ASPM Support=00 // *00 (Disabled), 37 (Auto)
MMIOHBase=00000002 // *00000000 (56 TB), 00000001 (40 TB), 00000002 (24 TB), 00000003 (3 TB), 00000004 (2 TB), 00000005 (1 TB)
MMIO High Size=00000003 // *00000000 (256 GB), 00000001 (128 GB), 00000002 (512 GB), 00000003 (1024 GB)
MMCFG BASE=00000000 // *00000000 (Auto), 00000003 (0x30000000), 00000004 (0x40000000), 00000006 (0x60000000), 00000008 (0x80000000), 00000009 (0x90000000), 0000000A (0xA0000000), 0000000B (0xB0000000), 0000000C (0xC0000000), 0000000D (0xD0000000), 0000000E (0xE0000000)
PCH SLOT1 PCI-E 2.0 X4(IN X8) OPROM=00 // 00 (Disabled), *01 (Legacy), 02 (EFI)
CPU SLOT2 PCI-E 3.0 X4(IN X8) OPROM=00 // 00 (Disabled), *01 (Legacy), 02 (EFI)
CPU SLOT3 PCI-E 3.0 X8 OPROM=00 // 00 (Disabled), *01 (Legacy), 02 (EFI)
CPU SLOT4 PCI-E 3.0 X8(IN X16) OPROM=00 // 00 (Disabled), *01 (Legacy), 02 (EFI)
CPU SLOT5 PCI-E 3.0 X8 OPROM=00 // 00 (Disabled), *01 (Legacy), 02 (EFI)
CPU SLOT6 PCI-E 3.0 X16 OPROM=00 // 00 (Disabled), *01 (Legacy), 02 (EFI)
CPU SLOT7 PCI-E 3.0 X8 OPROM=00 // 00 (Disabled), *01 (Legacy), 02 (EFI)
PCI / PCIX / PCIe Slot 8 OPROM=01 // 00 (Disabled), *01 (Legacy), 02 (EFI)
Onboard LAN OPROM Type=00 // *00 (Legacy), 01 (EFI)
Onboard LAN1 OPROM=01 // 00 (Disabled), *01 (PXE), 02 (iSCSI)
Onboard LAN2 OPROM=00 // *00 (Disabled), 01 (PXE)
Onboard Video OPROM=01 // 00 (Disabled), *01 (Legacy), 02 (EFI)
VGA Priority=01 // *01 (Onboard), 02 (Offboard)
Network Stack=01 // 00 (Disabled), *01 (Enabled)
Ipv4 PXE Support=01 // 00 (Disabled), *01 (Enabled) Network Stack = "Enabled"
Ipv6 PXE Support=00 // *00 (Disabled), 01 (Enabled) Network Stack = "Enabled"
[Advanced|Super IO Configuration|Serial Port 1 Configuration]
Serial Port 1=01 // Please enter the value in 2 hexadecimal digits. Default value is <<<01>>>
Change Port 1 Settings=00 // *00 (Auto), 01 (IO=3F8h; IRQ=4;), 02 (IO=3F8h; IRQ=3,4,5,6,7,9,10,11,12;), 03 (IO=2F8h; IRQ=3,4,5,6,7,9,10,11,12;), 04 (IO=3E8h; IRQ=3,4,5,6,7,9,10,11,12;), 05 (IO=2E8h; IRQ=3,4,5,6,7,9,10,11,12;)
[Advanced|Super IO Configuration|Serial Port 2 Configuration]
Serial Port 2=01 // Please enter the value in 2 hexadecimal digits. Default value is <<<01>>>
Change Port 2 Settings=00 // *00 (Auto), 01 (IO=2F8h; IRQ=3;), 02 (IO=3F8h; IRQ=3,4,5,6,7,9,10,11,12;), 03 (IO=2F8h; IRQ=3,4,5,6,7,9,10,11,12;), 04 (IO=3E8h; IRQ=3,4,5,6,7,9,10,11,12;), 05 (IO=2E8h; IRQ=3,4,5,6,7,9,10,11,12;)
Serial Port 2 Attribute=03 // *03 (SOL), 01 (COM)
[Advanced|Serial Port Console Redirection]
COM1 Console Redirection=00 // Please enter the value in 2 hexadecimal digits. Default value is <<<00>>>
COM2/SOL Console Redirection=01 // Please enter the value in 2 hexadecimal digits. Default value is <<<01>>>
EMS Console Redirection=00 // Please enter the value in 2 hexadecimal digits. Default value is <<<00>>>
[Advanced|Serial Port Console Redirection|COM1 Console Redirection Settings]
COM1 Terminal Type=01 // 00 (VT100), *01 (VT100+), 02 (VT-UTF8), 03 (ANSI)
COM1 Bits per second=07 // 03 (9600), 04 (19200), 05 (38400), 06 (57600), *07 (115200)
COM1 Data Bits=08 // 07 (7), *08 (8)
COM1 Parity=01 // *01 (None), 02 (Even), 03 (Odd), 04 (Mark), 05 (Space)
COM1 Stop Bits=01 // *01 (1), 03 (2)
COM1 Flow Control=00 // *00 (None), 01 (Hardware RTS/CTS)
COM1 VT-UTF8 Combo Key Support=01 // Please enter the value in 2 hexadecimal digits. Default value is <<<01>>>
COM1 Recorder Mode=00 // Please enter the value in 2 hexadecimal digits. Default value is <<<00>>>
COM1 Resolution 100x31=01 // Please enter the value in 2 hexadecimal digits. Default value is <<<01>>>
COM1 Legacy OS Redirection Resolution=01// 00 (80x24), *01 (80x25)
COM1 Putty KeyPad=01 // *01 (VT100), 02 (LINUX), 04 (XTERMR6), 08 (SCO), 10 (ESCN), 20 (VT400)
COM1 Redirection After BIOS POST=00 // *00 (Always Enable), 01 (BootLoader)
[Advanced|Serial Port Console Redirection|COM2/SOL Console Redirection Settings]
SOL Terminal Type=01 // 00 (VT100), *01 (VT100+), 02 (VT-UTF8), 03 (ANSI)
SOL Bits per second=07 // 03 (9600), 04 (19200), 05 (38400), 06 (57600), *07 (115200)
SOL Data Bits=08 // 07 (7), *08 (8)
SOL Parity=01 // *01 (None), 02 (Even), 03 (Odd), 04 (Mark), 05 (Space)
SOL Stop Bits=01 // *01 (1), 03 (2)
SOL Flow Control=00 // *00 (None), 01 (Hardware RTS/CTS)
SOL VT-UTF8 Combo Key Support=01 // Please enter the value in 2 hexadecimal digits. Default value is <<<01>>>
SOL Recorder Mode=00 // Please enter the value in 2 hexadecimal digits. Default value is <<<00>>>
SOL Resolution 100x31=01 // Please enter the value in 2 hexadecimal digits. Default value is <<<01>>>
SOL Legacy OS Redirection Resolution=01 // 00 (80x24), *01 (80x25)
SOL Putty KeyPad=01 // *01 (VT100), 02 (LINUX), 04 (XTERMR6), 08 (SCO), 10 (ESCN), 20 (VT400)
SOL Redirection After BIOS POST=00 // *00 (Always Enable), 01 (BootLoader)
[Advanced|Serial Port Console Redirection|EMS Console Redirection Settings]
Out-of-Band Mgmt Port=00 // *00 (COM1), 01 (SOL/COM2)
EMS Terminal Type=02 // 00 (VT100), 01 (VT100+), *02 (VT-UTF8), 03 (ANSI)
EMS Bits per second=07 // 03 (9600), 04 (19200), 06 (57600), *07 (115200)
EMS Flow Control=00 // *00 (None), 01 (Hardware RTS/CTS), 02 (Software Xon/Xoff)
[Advanced|ACPI Settings]
WHEA Support=01 // 00 (Disabled), *01 (Enabled)
High Precision Event Timer=01 // 00 (Disabled), *01 (Enabled)
PCI AER Support=00 // *00 (Disabled), 01 (Enabled)
[Advanced|Trusted Computing]
Security Device Support=01 // 00 (Disabled), *01 (Enabled)
SHA-1 PCR Bank=01 // 00 (Disabled), *01 (Enabled)
SHA256 PCR Bank=02 // 00 (Disabled), *02 (Enabled)
TPM State=00 // *00 (Disabled), 01 (Enabled)
Pending Operation=00 // *00 (None), 05 (TPM Clear)
Platform Hierarchy=01 // 00 (Disabled), *01 (Enabled)
Storage Hierarchy=01 // 00 (Disabled), *01 (Enabled)
Endorsement Hierarchy=01 // 00 (Disabled), *01 (Enabled)
TPM2.0 UEFI Spec Version=02 // 01 (TCG_1_2), *02 (TCG_2)
PH Randomization=00 // *00 (Disabled), 01 (Enabled)
Device Select=02 // 00 (TPM 1.2), 01 (TPM 2.0), *02 (Auto)
TXT Support=00 // *00 (Disabled), 01 (Enabled)
[Event Logs|Change SMBIOS Event Log Settings]
SMBIOS Event Log=01 // 00 (Disabled), *01 (Enabled)
Runtime Error Logging Support=01 // 00 (Disable), *01 (Enable)
Memory Corrected Error Enabling=00 // *00 (Disable), 01 (Enable)
Memory Corr. Error Threshold=0064 // Please enter the value in 4 hexadecimal digits. Default value is <<<0064>>>
PCI-Ex Error Enable=00 // *00 (No), 01 (Yes)
Erase Event Log=00 // *00 (No), 01 (Yes, Next reset), 02 (Yes, Every reset)
When Log is Full=00 // *00 (Do Nothing), 01 (Erase Immediately)
Log System Boot Event=00 // 01 (Enabled), *00 (Disabled)
MECI=01 // Please enter the value in 2 hexadecimal digits. Default value is <<<01>>>
METW=3C // Please enter the value in 2 hexadecimal digits. Default value is <<<3C>>>
[IPMI|System Event Log]
SEL Components=01 // 00 (Disabled), *01 (Enabled)
Erase SEL=00 // *00 (No), 01 (Yes, On next reset), 02 (Yes, On every reset)
When SEL is Full=00 // *00 (Do Nothing), 01 (Erase Immediately)
[Boot]
Setup Prompt Timeout=0005 // Please enter the value in 4 hexadecimal digits. Default value is <<<0001>>>
Boot Mode Select=02 // 00 (LEGACY), 01 (UEFI), *02 (DUAL)
HDD special boot instance=00 // *00 (Boot Option #1), 01 (Boot Option #2), 02 (Boot Option #3), 03 (Boot Option #4), 04 (Boot Option #5), 05 (Boot Option #6), 06 (Boot Option #7), 07 (Boot Option #8), 08 (Boot Option #9), 09 (Boot Option #10), 0A (Boot Option #11), 0B (Boot Option #12), 0C (Boot Option #13), 0D (Boot Option #14), 0E (Boot Option #15), 0F (Boot Option #16)
CD/DVD special boot instance=00 // *00 (Boot Option #1), 01 (Boot Option #2), 02 (Boot Option #3), 03 (Boot Option #4), 04 (Boot Option #5), 05 (Boot Option #6), 06 (Boot Option #7), 07 (Boot Option #8), 08 (Boot Option #9), 09 (Boot Option #10), 0A (Boot Option #11), 0B (Boot Option #12), 0C (Boot Option #13), 0D (Boot Option #14), 0E (Boot Option #15), 0F (Boot Option #16)
USB Hard Disk special boot instance=00 // *00 (Boot Option #1), 01 (Boot Option #2), 02 (Boot Option #3), 03 (Boot Option #4), 04 (Boot Option #5), 05 (Boot Option #6), 06 (Boot Option #7), 07 (Boot Option #8), 08 (Boot Option #9), 09 (Boot Option #10), 0A (Boot Option #11), 0B (Boot Option #12), 0C (Boot Option #13), 0D (Boot Option #14), 0E (Boot Option #15), 0F (Boot Option #16)
USB CD/DVD special boot instance=00 // *00 (Boot Option #1), 01 (Boot Option #2), 02 (Boot Option #3), 03 (Boot Option #4), 04 (Boot Option #5), 05 (Boot Option #6), 06 (Boot Option #7), 07 (Boot Option #8), 08 (Boot Option #9), 09 (Boot Option #10), 0A (Boot Option #11), 0B (Boot Option #12), 0C (Boot Option #13), 0D (Boot Option #14), 0E (Boot Option #15), 0F (Boot Option #16)
USB Key special boot instance=00 // *00 (Boot Option #1), 01 (Boot Option #2), 02 (Boot Option #3), 03 (Boot Option #4), 04 (Boot Option #5), 05 (Boot Option #6), 06 (Boot Option #7), 07 (Boot Option #8), 08 (Boot Option #9), 09 (Boot Option #10), 0A (Boot Option #11), 0B (Boot Option #12), 0C (Boot Option #13), 0D (Boot Option #14), 0E (Boot Option #15), 0F (Boot Option #16)
USB Floppy special boot instance=00 // *00 (Boot Option #1), 01 (Boot Option #2), 02 (Boot Option #3), 03 (Boot Option #4), 04 (Boot Option #5), 05 (Boot Option #6), 06 (Boot Option #7), 07 (Boot Option #8), 08 (Boot Option #9), 09 (Boot Option #10), 0A (Boot Option #11), 0B (Boot Option #12), 0C (Boot Option #13), 0D (Boot Option #14), 0E (Boot Option #15), 0F (Boot Option #16)
Network special boot instance=00 // *00 (Boot Option #1), 01 (Boot Option #2), 02 (Boot Option #3), 03 (Boot Option #4), 04 (Boot Option #5), 05 (Boot Option #6), 06 (Boot Option #7), 07 (Boot Option #8), 08 (Boot Option #9), 09 (Boot Option #10), 0A (Boot Option #11), 0B (Boot Option #12), 0C (Boot Option #13), 0D (Boot Option #14), 0E (Boot Option #15), 0F (Boot Option #16)
UEFI Boot Order #1=0000 // *0000 (Hard Disk), 0001 (CD/DVD), 0002 (USB Hard Disk), 0003 (USB CD/DVD), 0004 (USB Key), 0005 (USB Floppy), 0006 (Network), 0007 (UEFI AP), 0008 (Disabled) Boot Mode Select = "UEFI"
UEFI Boot Order #2=0001 // 0000 (Hard Disk), *0001 (CD/DVD), 0002 (USB Hard Disk), 0003 (USB CD/DVD), 0004 (USB Key), 0005 (USB Floppy), 0006 (Network), 0007 (UEFI AP), 0008 (Disabled) Boot Mode Select = "UEFI"
UEFI Boot Order #3=0002 // 0000 (Hard Disk), 0001 (CD/DVD), *0002 (USB Hard Disk), 0003 (USB CD/DVD), 0004 (USB Key), 0005 (USB Floppy), 0006 (Network), 0007 (UEFI AP), 0008 (Disabled) Boot Mode Select = "UEFI"
UEFI Boot Order #4=0003 // 0000 (Hard Disk), 0001 (CD/DVD), 0002 (USB Hard Disk), *0003 (USB CD/DVD), 0004 (USB Key), 0005 (USB Floppy), 0006 (Network), 0007 (UEFI AP), 0008 (Disabled) Boot Mode Select = "UEFI"
UEFI Boot Order #5=0004 // 0000 (Hard Disk), 0001 (CD/DVD), 0002 (USB Hard Disk), 0003 (USB CD/DVD), *0004 (USB Key), 0005 (USB Floppy), 0006 (Network), 0007 (UEFI AP), 0008 (Disabled) Boot Mode Select = "UEFI"
UEFI Boot Order #6=0005 // 0000 (Hard Disk), 0001 (CD/DVD), 0002 (USB Hard Disk), 0003 (USB CD/DVD), 0004 (USB Key), *0005 (USB Floppy), 0006 (Network), 0007 (UEFI AP), 0008 (Disabled) Boot Mode Select = "UEFI"
UEFI Boot Order #7=0006 // 0000 (Hard Disk), 0001 (CD/DVD), 0002 (USB Hard Disk), 0003 (USB CD/DVD), 0004 (USB Key), 0005 (USB Floppy), *0006 (Network), 0007 (UEFI AP), 0008 (Disabled) Boot Mode Select = "UEFI"
UEFI Boot Order #8=0007 // 0000 (Hard Disk), 0001 (CD/DVD), 0002 (USB Hard Disk), 0003 (USB CD/DVD), 0004 (USB Key), 0005 (USB Floppy), 0006 (Network), *0007 (UEFI AP), 0008 (Disabled) Boot Mode Select = "UEFI"
Legacy Boot Order #1=0000 // *0000 (Hard Disk), 0001 (CD/DVD), 0002 (USB Hard Disk), 0003 (USB CD/DVD), 0004 (USB Key), 0005 (USB Floppy), 0006 (Network), 0007 (Disabled) Boot Mode Select = "LEGACY"
Legacy Boot Order #2=0001 // 0000 (Hard Disk), *0001 (CD/DVD), 0002 (USB Hard Disk), 0003 (USB CD/DVD), 0004 (USB Key), 0005 (USB Floppy), 0006 (Network), 0007 (Disabled) Boot Mode Select = "LEGACY"
Legacy Boot Order #3=0002 // 0000 (Hard Disk), 0001 (CD/DVD), *0002 (USB Hard Disk), 0003 (USB CD/DVD), 0004 (USB Key), 0005 (USB Floppy), 0006 (Network), 0007 (Disabled) Boot Mode Select = "LEGACY"
Legacy Boot Order #4=0003 // 0000 (Hard Disk), 0001 (CD/DVD), 0002 (USB Hard Disk), *0003 (USB CD/DVD), 0004 (USB Key), 0005 (USB Floppy), 0006 (Network), 0007 (Disabled) Boot Mode Select = "LEGACY"
Legacy Boot Order #5=0004 // 0000 (Hard Disk), 0001 (CD/DVD), 0002 (USB Hard Disk), 0003 (USB CD/DVD), *0004 (USB Key), 0005 (USB Floppy), 0006 (Network), 0007 (Disabled) Boot Mode Select = "LEGACY"
Legacy Boot Order #6=0005 // 0000 (Hard Disk), 0001 (CD/DVD), 0002 (USB Hard Disk), 0003 (USB CD/DVD), 0004 (USB Key), *0005 (USB Floppy), 0006 (Network), 0007 (Disabled) Boot Mode Select = "LEGACY"
Legacy Boot Order #7=0006 // 0000 (Hard Disk), 0001 (CD/DVD), 0002 (USB Hard Disk), 0003 (USB CD/DVD), 0004 (USB Key), 0005 (USB Floppy), *0006 (Network), 0007 (Disabled) Boot Mode Select = "LEGACY"
Dual Boot Order #1=0008 // 0000 (UEFI Hard Disk), 0001 (UEFI CD/DVD), 0002 (UEFI USB Hard Disk), 0003 (UEFI USB CD/DVD), 0004 (UEFI USB Key), 0005 (UEFI USB Floppy), 0006 (UEFI Network), 0007 (UEFI AP), *0008 (Hard Disk), 0009 (CD/DVD), 000A (USB Hard Disk), 000B (USB CD/DVD), 000C (USB Key), 000D (USB Floppy), 000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Dual Boot Order #2=0009 // 0000 (UEFI Hard Disk), 0001 (UEFI CD/DVD), 0002 (UEFI USB Hard Disk), 0003 (UEFI USB CD/DVD), 0004 (UEFI USB Key), 0005 (UEFI USB Floppy), 0006 (UEFI Network), 0007 (UEFI AP), 0008 (Hard Disk), *0009 (CD/DVD), 000A (USB Hard Disk), 000B (USB CD/DVD), 000C (USB Key), 000D (USB Floppy), 000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Dual Boot Order #3=000A // 0000 (UEFI Hard Disk), 0001 (UEFI CD/DVD), 0002 (UEFI USB Hard Disk), 0003 (UEFI USB CD/DVD), 0004 (UEFI USB Key), 0005 (UEFI USB Floppy), 0006 (UEFI Network), 0007 (UEFI AP), 0008 (Hard Disk), 0009 (CD/DVD), *000A (USB Hard Disk), 000B (USB CD/DVD), 000C (USB Key), 000D (USB Floppy), 000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Dual Boot Order #4=000B // 0000 (UEFI Hard Disk), 0001 (UEFI CD/DVD), 0002 (UEFI USB Hard Disk), 0003 (UEFI USB CD/DVD), 0004 (UEFI USB Key), 0005 (UEFI USB Floppy), 0006 (UEFI Network), 0007 (UEFI AP), 0008 (Hard Disk), 0009 (CD/DVD), 000A (USB Hard Disk), *000B (USB CD/DVD), 000C (USB Key), 000D (USB Floppy), 000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Dual Boot Order #5=000C // 0000 (UEFI Hard Disk), 0001 (UEFI CD/DVD), 0002 (UEFI USB Hard Disk), 0003 (UEFI USB CD/DVD), 0004 (UEFI USB Key), 0005 (UEFI USB Floppy), 0006 (UEFI Network), 0007 (UEFI AP), 0008 (Hard Disk), 0009 (CD/DVD), 000A (USB Hard Disk), 000B (USB CD/DVD), *000C (USB Key), 000D (USB Floppy), 000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Dual Boot Order #6=000D // 0000 (UEFI Hard Disk), 0001 (UEFI CD/DVD), 0002 (UEFI USB Hard Disk), 0003 (UEFI USB CD/DVD), 0004 (UEFI USB Key), 0005 (UEFI USB Floppy), 0006 (UEFI Network), 0007 (UEFI AP), 0008 (Hard Disk), 0009 (CD/DVD), 000A (USB Hard Disk), 000B (USB CD/DVD), 000C (USB Key), *000D (USB Floppy), 000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Dual Boot Order #7=000E // 0000 (UEFI Hard Disk), 0001 (UEFI CD/DVD), 0002 (UEFI USB Hard Disk), 0003 (UEFI USB CD/DVD), 0004 (UEFI USB Key), 0005 (UEFI USB Floppy), 0006 (UEFI Network), 0007 (UEFI AP), 0008 (Hard Disk), 0009 (CD/DVD), 000A (USB Hard Disk), 000B (USB CD/DVD), 000C (USB Key), 000D (USB Floppy), *000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Dual Boot Order #8=0000 // *0000 (UEFI Hard Disk), 0001 (UEFI CD/DVD), 0002 (UEFI USB Hard Disk), 0003 (UEFI USB CD/DVD), 0004 (UEFI USB Key), 0005 (UEFI USB Floppy), 0006 (UEFI Network), 0007 (UEFI AP), 0008 (Hard Disk), 0009 (CD/DVD), 000A (USB Hard Disk), 000B (USB CD/DVD), 000C (USB Key), 000D (USB Floppy), 000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Dual Boot Order #9=0001 // 0000 (UEFI Hard Disk), *0001 (UEFI CD/DVD), 0002 (UEFI USB Hard Disk), 0003 (UEFI USB CD/DVD), 0004 (UEFI USB Key), 0005 (UEFI USB Floppy), 0006 (UEFI Network), 0007 (UEFI AP), 0008 (Hard Disk), 0009 (CD/DVD), 000A (USB Hard Disk), 000B (USB CD/DVD), 000C (USB Key), 000D (USB Floppy), 000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Dual Boot Order #10=0002 // 0000 (UEFI Hard Disk), 0001 (UEFI CD/DVD), *0002 (UEFI USB Hard Disk), 0003 (UEFI USB CD/DVD), 0004 (UEFI USB Key), 0005 (UEFI USB Floppy), 0006 (UEFI Network), 0007 (UEFI AP), 0008 (Hard Disk), 0009 (CD/DVD), 000A (USB Hard Disk), 000B (USB CD/DVD), 000C (USB Key), 000D (USB Floppy), 000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Dual Boot Order #11=0003 // 0000 (UEFI Hard Disk), 0001 (UEFI CD/DVD), 0002 (UEFI USB Hard Disk), *0003 (UEFI USB CD/DVD), 0004 (UEFI USB Key), 0005 (UEFI USB Floppy), 0006 (UEFI Network), 0007 (UEFI AP), 0008 (Hard Disk), 0009 (CD/DVD), 000A (USB Hard Disk), 000B (USB CD/DVD), 000C (USB Key), 000D (USB Floppy), 000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Dual Boot Order #12=0004 // 0000 (UEFI Hard Disk), 0001 (UEFI CD/DVD), 0002 (UEFI USB Hard Disk), 0003 (UEFI USB CD/DVD), *0004 (UEFI USB Key), 0005 (UEFI USB Floppy), 0006 (UEFI Network), 0007 (UEFI AP), 0008 (Hard Disk), 0009 (CD/DVD), 000A (USB Hard Disk), 000B (USB CD/DVD), 000C (USB Key), 000D (USB Floppy), 000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Dual Boot Order #13=0005 // 0000 (UEFI Hard Disk), 0001 (UEFI CD/DVD), 0002 (UEFI USB Hard Disk), 0003 (UEFI USB CD/DVD), 0004 (UEFI USB Key), *0005 (UEFI USB Floppy), 0006 (UEFI Network), 0007 (UEFI AP), 0008 (Hard Disk), 0009 (CD/DVD), 000A (USB Hard Disk), 000B (USB CD/DVD), 000C (USB Key), 000D (USB Floppy), 000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Dual Boot Order #14=0006 // 0000 (UEFI Hard Disk), 0001 (UEFI CD/DVD), 0002 (UEFI USB Hard Disk), 0003 (UEFI USB CD/DVD), 0004 (UEFI USB Key), 0005 (UEFI USB Floppy), *0006 (UEFI Network), 0007 (UEFI AP), 0008 (Hard Disk), 0009 (CD/DVD), 000A (USB Hard Disk), 000B (USB CD/DVD), 000C (USB Key), 000D (USB Floppy), 000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Dual Boot Order #15=0007 // 0000 (UEFI Hard Disk), 0001 (UEFI CD/DVD), 0002 (UEFI USB Hard Disk), 0003 (UEFI USB CD/DVD), 0004 (UEFI USB Key), 0005 (UEFI USB Floppy), 0006 (UEFI Network), *0007 (UEFI AP), 0008 (Hard Disk), 0009 (CD/DVD), 000A (USB Hard Disk), 000B (USB CD/DVD), 000C (USB Key), 000D (USB Floppy), 000E (Network), 000F (Disabled) Boot Mode Select = "DUAL"
Last edited:


