]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
cdrom: Disable modesetting in text mode drm
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Apr 2025 14:36:18 +0000 (14:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 27 Apr 2025 17:13:32 +0000 (17:13 +0000)
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
config/syslinux/syslinux.cfg

index 1483cb2648983a26176f87ab3304eaed64a40bb5..1388ec691f184c0ad72ed4478a60b8f7e2a424d3 100644 (file)
@@ -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
        }
 
index 30bc629c525f66680fbc796593768923077801e1..73fd53a8352423757990642ba96492f48e8b8ccc 100644 (file)
@@ -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