From 419a84a5be24ac60b6bbf241152f3532ef7f15e4 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 16 Dec 2024 02:19:13 +0100 Subject: [PATCH] Update nvidia-enablement/data/refind/refind_linux.conf --- nvidia-enablement/data/refind/refind_linux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nvidia-enablement/data/refind/refind_linux.conf b/nvidia-enablement/data/refind/refind_linux.conf index 4a8d81b..a8ae61b 100644 --- a/nvidia-enablement/data/refind/refind_linux.conf +++ b/nvidia-enablement/data/refind/refind_linux.conf @@ -1,3 +1,3 @@ -"Boot live image with standard options" "boot=live booster.loadcdrom modules_load=nvidia nvidia-drm.modeset=0 quiet splash ---" -"Boot live image with logging" "boot=live booster.loadcdrom modules_load=nvidia nvidia-drm.modeset=0 ---" -"Boot live image with safe graphics" "boot=live booster.loadcdrom nomodeset ---" +"Boot live image with standard options" "boot=live booster.loadcdrom booster.skiproot modules_load=nvidia nvidia-drm.modeset=0 quiet splash ---" +"Boot live image with logging" "boot=live booster.loadcdrom booster.skiproot modules_load=nvidia nvidia-drm.modeset=0 ---" +"Boot live image with safe graphics" "boot=live booster.loadcdrom booster.skiproot nomodeset ---"