Hi all
I implemented the following as I didn't like the restriction of choosing or accessing my bios at boot:
sudo clr-boot-manager set-timeout 3
sudo clr-boot-manager update
My question is, just like in NixOS in the boot loader configuration, you can set the console mode to max. How can a similar configuration be applied to the clr Linux kernel or its corresponding grub entry?
I've managed to disable mitigations by setting the kernel parameter successfully, but achieving maximum resolution for the console (systemD) remains elusive
Example like mine in my NixOS:
https://github.com/tolgaerok/nixos-2405-gnome/blob/8817bc75f9617300a771d1b4d5cac39502b6be35/core/boot/efi/efi.nix#L29