---
title: IC-OS UEFI Configuration — Gen-2 Supermicro
slug: uefi-config-gen-2-supermicro
description: BIOS and UEFI settings for Gen-2 Supermicro node machines — advanced ACPI, CPU, NB, xGMI, memory, PCIe, and Trusted Computing settings required by IC-OS.
tags:
  - node-provider
  - deployment
  - uefi
  - bios
  - gen-2
  - supermicro
  - hardware
date: 2026-05-04
related:
  - node-provider-documentation
  - node-deployment-gen-2
  - node-hardware-guide
  - node-deployment-troubleshooting
---

This runbook configures the BIOS/UEFI on a **Gen-2 Supermicro** server
so that IC-OS can install and run correctly. It is the BIOS-side step
of the [Node Deployment Guide (Gen-2)](/wiki/node-deployment-gen-2/) —
at section 9, "UEFI setup and boot menu", branch here, complete the
steps below, then return to the deployment guide and continue to step
10.

> [!WARNING]
> Do **not** enable the RAID BIOS setting. RAID will break IC-OS
> installation.

## 1. UEFI — Enter Setup

1. Reboot or power on the server.
2. Watch for the screen with the Supermicro logo and boot options
   listed underneath.
3. Press **DEL** (delete) a couple of times once the options are
   listed.
4. If recognized, the screen reads *Entering Setup…*

## 2. UEFI — Check version

Check the version number at the bottom of the screen. The UEFI/BIOS
version must be **2.21.1280** or higher — this is the version tested
to support the features IC-OS requires.

If the version is lower than **2.21.1280**, download the latest version
from the [Supermicro support site](https://www.supermicro.com/en/support/resources/downloadcenter/swdownload)
and follow the included update instructions before continuing.

## 3. Restore Optimized Defaults

Before changing anything else:

1. Select **Restore Optimized Defaults** from the **Save & Exit** menu.
2. Save changes.

## 4. UEFI — Advanced Settings

Switch to the **Advanced** menu.

### Boot Feature

1. Select **Boot Feature** and press Enter.
2. Set **Wait For "F1" If Error** to **Disabled**.
3. Press **ESC** to return to the previous menu.

### ACPI Settings

1. Select **ACPI Settings** and press Enter.
2. Set **PCI AER Support** to **Enabled**.
3. Set **NUMA Nodes Per Socket** to **NPS0**.
4. Press **ESC** to return to the previous menu.

### CPU Configuration

1. Select **CPU Configuration** and press Enter.
2. Set **SMT Control** to **Enabled**.
3. Set **SMEE** to **Enabled**.
4. Set **SEV ASID Count** to **253 ASIDs**.
5. Set **SEV-ES ASID Space Limit Control** to **Manual**.
6. Set **SEV-ES ASID Space Limit** to **100**.
7. Set **SNP Memory (RMP Table) Coverage** to **Enabled**.
8. Set **SVM Mode** to **Enabled**.
9. Press **ESC** to return to the previous menu.

### NB Configuration

1. Select **NB Configuration** and press Enter.
2. Set **SEV-SNP Support** to **Enabled**.

#### xGMI Configuration

1. Select **xGMI Configuration** and press Enter.
2. Set **xGMI Max Speed** to **22Gbps**.
3. Press **ESC** to return to the previous menu.

#### Memory Configuration

1. Select **Memory Configuration** and press Enter.
2. Set **TSME** to **Disabled**.
3. Press **ESC** twice to return to the **Advanced** main menu.

### PCIe/PCI/PnP Configuration

1. Select **PCIe/PCI/PnP Configuration** and press Enter.
2. Set **SR-IOV Support** to **Enabled**.

### Trusted Computing

1. Select **Trusted Computing**.
2. Set **Security Device Support** to **Enabled**.
3. Set **SHA256 PCR Bank** to **Enabled**.
4. Set **Platform Hierarchy** to **Enabled**.
5. Set **Storage Hierarchy** to **Enabled**.
6. Set **Endorsement Hierarchy** to **Enabled**.

## 5. UEFI — Boot Menu

1. Switch to the **Boot** menu.
2. Set **Boot Mode Select** to **UEFI**.
3. Switch to the **Save & Exit** menu, select **Save Changes and
   Reset**, and press Enter.
4. Select **Yes** at the prompt and press Enter.

The system will now reboot.

> [!WARNING]
> Do **not** unplug the IC-OS USB stick during this reboot.

## 6. Boot the IC-OS USB image

1. Watch for the screen with the Supermicro logo and boot options.
   Press **F11** a couple of times once the options are listed.
2. If recognized, the screen reads *Invoking Boot Menu*.
3. From the Boot Menu, select the **first partition on the USB device**
   and press Enter.

## Return to the deployment runbook

- If you are following the **non-HSM** path, return to
  [Node Deployment Guide (Gen-2)](/wiki/node-deployment-gen-2/) at
  section 9, "UEFI setup and boot menu", and continue to step 10.
- If you are following the **legacy HSM** path, return to
  [Node Deployment Guide (Gen-1, with HSM)](/wiki/node-deployment-gen-1/)
  at section 9 and continue to step 10.

## Related

- [Node Deployment Guide (Gen-2)](/wiki/node-deployment-gen-2/) — the
  full deployment runbook this configuration is part of.
- [Node Provider Machine Hardware Guide](/wiki/node-hardware-guide/) —
  hardware specifications by generation.
- [Troubleshooting Node Deployment Errors](/wiki/node-deployment-troubleshooting/)
  — what to do if installation fails after BIOS configuration.
- [IC-OS UEFI Configuration — Gen-2 Dell](/wiki/uefi-config-gen-2-dell/)
  — sibling configuration for Dell hardware.
