[RFC,3/3] cdrom: Disable modesetting in text mode

Message ID 20250427171524.324778-3-michael.tremer@ipfire.org
State New
Headers
Series [RFC,1/3] linux: Don't blacklist the DRM modules any more |

Commit Message

Michael Tremer April 27, 2025, 5:15 p.m. UTC
  This is just a precaution for users which have broken graphics. This
way, the kernel should keep the simple VGA text console without actually
switching on high resolutions.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 config/cdrom/grub.cfg        | 2 +-
 config/syslinux/syslinux.cfg | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/config/cdrom/grub.cfg b/config/cdrom/grub.cfg
index 1483cb264..1388ec691 100644
--- a/config/cdrom/grub.cfg
+++ b/config/cdrom/grub.cfg
@@ -23,7 +23,7 @@  menuentry 'Install NAME VERSION ARCH' --class ipfire --class gnu-linux --class g
 
 submenu 'Other Installation Options -->' {
 	menuentry 'Install NAME VERSION (Text Mode)' --class ipfire --class gnu-linux --class gnu --class os {
-		linux /boot/isolinux/vmlinuz novga
+		linux /boot/isolinux/vmlinuz nomodeset novga
 		initrd /boot/isolinux/instroot
 	}
 
diff --git a/config/syslinux/syslinux.cfg b/config/syslinux/syslinux.cfg
index 30bc629c5..73fd53a83 100644
--- a/config/syslinux/syslinux.cfg
+++ b/config/syslinux/syslinux.cfg
@@ -50,7 +50,7 @@  Run the installer in text mode.
 		ENDTEXT
 		KERNEL vmlinuz
 		INITRD instroot
-		APPEND novga
+		APPEND nomodeset novga
 
 	LABEL unattended
 		MENU LABEL Unattended installation