From be2519d689502bf99368a9223ce07be990caa5e7 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 10 Oct 2024 19:20:25 +0200 Subject: [PATCH] [Boot] keep graphic mode even on legacy BIOS --- boot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/boot.nix b/boot.nix index ab78bb7..326e9cf 100644 --- a/boot.nix +++ b/boot.nix @@ -335,6 +335,7 @@ in { device = mkIf cfg.efi "nodev"; efiSupport = cfg.efi; configurationLimit = cfg.configurationLimit; + gfxpayloadBios = "keep"; }; loader.systemd-boot = {