• v12.67 e036a9c7b8

    boot: drop pci=realloc from default/toram GRUB entries, fold into troubleshooting entry

    mchus released this 2026-07-28 09:34:25 +03:00 | 72 commits to main since this release

    pci=realloc was forcing a full PCI resource reallocation on every default
    and toram boot, added as a GPU BAR workaround for BIOS without Above 4G
    Decoding. On a dense NVMe-backplane server it exhausted MMIO32 space and
    silently dropped 4 of 6 NVMe controllers from the OS even though the BIOS
    and lspci both saw them fine. It now only applies to the no-GUI/gsp-off
    troubleshooting entry, alongside a bible-local ADR for the two prior
    rounds of SAT/blackbox durability work.

    Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com

    Downloads