get rid of broken GSI and SPI boot spam

This commit is contained in:
tengel 2025-03-22 09:18:59 -05:00
parent 51ca81dfdd
commit aa40ae81bc

View file

@ -5,7 +5,7 @@ GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
#GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"
#GRUB_CMDLINE_LINUX="amdgpu.si_support=1 amdgpu.dpm=0 amdgpu.runpm=0 amdgpu.aspm=0 amdgpu.bapm=0 radeon.si_support=0 mitigations=off audit=0 resume=UUID=364687d0-b98c-4ce7-92f7-25f902c303f1"
GRUB_CMDLINE_LINUX="modprobe.blacklist=amdgpu,radeon mitigations=off audit=0 resume=UUID=364687d0-b98c-4ce7-92f7-25f902c303f1"
GRUB_CMDLINE_LINUX="modprobe.blacklist=amdgpu,radeon,spi_intel_pci,spi_nor mitigations=off audit=0 resume=UUID=364687d0-b98c-4ce7-92f7-25f902c303f1 loglevel=3"
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"