"nomodeset" in sgfxi
Hi, I noticed that sgfxi sets the 'nomodeset' parameter to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub. But it should set it to GRUB_CMDLINE_LINUX if it's to be active in single user mode too.
Just putting it in the GRUB_CMDLINE_LINUX line is enough, no need to put it in GRUB_CMDLINE_LINUX_DEFAULT too. I'm not sure if sgfxi puts it in both lines because I have it already in GRUB_CMDLINE_LINUX, but I notice that it adds it to GRUB_CMDLINE_LINUX_DEFAULT. From www.gnu.org/software/grub/manual/html_node/Simple-configuration.html#Simple-configuration : :: Quote :: ‘GRUB_CMDLINE_LINUX’
Command-line arguments to add to menu entries for the Linux kernel. ‘GRUB_CMDLINE_LINUX_DEFAULT’ Unless ‘GRUB_DISABLE_LINUX_RECOVERY’ is set to ‘true’, two menu entries will be generated for each Linux kernel: one default entry and one entry for recovery mode. This option lists command-line arguments to add only to the default menu entry, after those listed in ‘GRUB_CMDLINE_LINUX’. Back to top |
All times are GMT - 8 Hours |