build(iso): drop gsp-off from boot menu, fail-safe keeps GPUs functional
bee.nvidia.mode=gsp-off loads the driver with NVreg_EnableGpuFirmware=0 and skips nvidia-uvm/nvidia-modeset, so CUDA (nvbandwidth/dcgm/nccl) can't run — and on Hopper H200 GSP is effectively mandatory anyway, so the mode is dead weight in this test image. Remove it from every boot entry. fail-safe is now bee.nvidia.mode=normal pci=realloc iommu=pt, so the GPUs come up with uvm and the GPU test actually runs under iommu=pt (the point of the entry). All four sources (grub.cfg + live.cfg.in templates, build.sh write_canonical_*) match. The internal GSP auto-fallback in bee-nvidia-load (normal mode, GSP init hangs >90s → retry with EnableGpuFirmware=0, then still load uvm) is left intact — it serves converted SXM->PCIe cards on other test targets and keeps CUDA working, unlike the removed explicit menu mode. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -15,8 +15,8 @@ menuentry "EASY-BEE v@VERSION@ -- no GUI / no X11" {
|
||||
initrd @INITRD_LIVE@
|
||||
}
|
||||
|
||||
menuentry "EASY-BEE v@VERSION@ -- fail-safe (gsp-off, pci=realloc, iommu=pt)" {
|
||||
linux @KERNEL_LIVE@ @APPEND_LIVE@ nomodeset bee.nvidia.mode=gsp-off pci=realloc iommu=pt net.ifnames=0 biosdevname=0 mitigations=off transparent_hugepage=always numa_balancing=disable pcie_aspm=off intel_idle.max_cstate=1 processor.max_cstate=1 nowatchdog nosoftlockup
|
||||
menuentry "EASY-BEE v@VERSION@ -- fail-safe (pci=realloc, iommu=pt)" {
|
||||
linux @KERNEL_LIVE@ @APPEND_LIVE@ nomodeset bee.nvidia.mode=normal pci=realloc iommu=pt net.ifnames=0 biosdevname=0 mitigations=off transparent_hugepage=always numa_balancing=disable pcie_aspm=off intel_idle.max_cstate=1 processor.max_cstate=1 nowatchdog nosoftlockup
|
||||
initrd @INITRD_LIVE@
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user