You are not logged in.
Pages: 1
In most recent update by pacman, I found out my 300Mb boot partition cannot store my windows EFI, linux and linux-lts with grub, and I have to remove linux-lts. Is that a normal behavior? Or can I move those img files from boot?
Last edited by unamed^^ (2024-02-07 18:16:45)
Σ(-᷅_-᷄๑)
Offline
It's normal behaviour because nouveau became capable of loading GSP (Turing and up) firmware in the 6.7 kernels. Mkinitcpio includes a hook that pepares early graphic driver compatibility, and will do so for all GPUs for the fallback image. The simplest would be to simply remove the kms hook and list the modules you're actually using in the MODULES= array.
See for additional discussion https://bbs.archlinux.org/viewtopic.php?id=291900 and https://bbs.archlinux.org/viewtopic.php … 0#p2143700 for explicitly excluding just the fallback image.
Offline
It's normal behaviour because nouveau became capable of loading GSP (Turing and up) firmware in the 6.7 kernels. Mkinitcpio includes a hook that pepares early graphic driver compatibility, and will do so for all GPUs for the fallback image. The simplest would be to simply remove the kms hook and list the modules you're actually using in the MODULES= array.
See for additional discussion https://bbs.archlinux.org/viewtopic.php?id=291900 and https://bbs.archlinux.org/viewtopic.php … 0#p2143700 for explicitly excluding just the fallback image.
solved by
fallback_options="-S autodetect -S kms" in /etc/mkinitcpio.d/linux.preset
ty!
Σ(-᷅_-᷄๑)
Offline
Pages: 1