From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Cc: Michael Tremer <michael.tremer@ipfire.org>
Subject: [RFC PATCH 3/3] cdrom: Disable modesetting in text mode
Date: Sun, 27 Apr 2025 17:15:24 +0000 [thread overview]
Message-ID: <20250427171524.324778-3-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20250427171524.324778-1-michael.tremer@ipfire.org>
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(-)
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
--
2.39.5
prev parent reply other threads:[~2025-04-27 17:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-27 17:15 [RFC PATCH 1/3] linux: Don't blacklist the DRM modules any more Michael Tremer
2025-04-27 17:15 ` [RFC PATCH 2/3] kernel: Enable DRM and disable Framebuffer support Michael Tremer
2025-04-27 17:15 ` Michael Tremer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250427171524.324778-3-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox