Must manually exit grub menu at boot with Ubuntu 24.04

Asked by Perleia

I had a 3 problems with using Ubuntu 24.04. I solved 2 of these by editing and updating the grub (adding 'snd_hda_intel.dmic_detect=0' to fix audio issues and 'i915.enable_dc=0 intel_idle.max_cstate=2' to fix display issues), and the third is far less inconvenient than the other two – it doesn't take much effort to type and enter 'exit' in the grub menu every time my laptop boots up, then wait for 10 additional seconds – but it would be nice to not have to do this on a regular basis.

As I did for the other problems I solved, I did a bit of research, installed Grub Customizer and... Well, I lost the post I followed and forgot what the two options I deselected were, but seeing the anomalous positions of two lines of code (I'm 50% sure that they didn't exist when I fixed the audio and display issues) and reading about these lines of code, I suspect that it added the last two lines of code below (I found another post and changed the timeout values to 0.1, but this had no visible effect):

GRUB_DEFAULT="0"
GRUB_TIMEOUT_STYLE="hidden"
GRUB_TIMEOUT="0"
GRUB_DISTRIBUTOR="Kubuntu"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd_hda_intel.dmic_detect=0"
GRUB_CMDLINE_LINUX="i915.enable_dc=0 intel_idle.max_cstate=2"
GRUB_DISABLE_OS_PROBER="true"
GRUB_HIDDEN_TIMEOUT="0"

This really is a very small inconvenience for me – it's responsible for only ~6% of the time it takes for my laptop booting up to the desktop environment having been set up (~3 minutes) – but if anyone knows a solution that saves me from having to type and enter 'exit' and wait 10 seconds every time my laptop boots up, I'd appreciate hearing about it.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Perleia (perleia) said :
#1

I assumed I'd fixed the audio issues since I restarted my laptop several times to check and I never had any audio issues again, but after restarting my laptop to see if a new issue I found in failing to create a Hotspot (although it worked perfectly fine yesterday) was permanent, the audio issues have returned. For now, I'm going back to using Ubuntu 22.04: the latest LTS version is currently unusable for me. Here's information about my laptop's hardware, if it helps with troubleshooting these problems.

Processors: 8 × Intel® Core™ i7-7700HQ CPU @ 2.80GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 630
Manufacturer: Dell Inc.
Product Name: Inspiron 15 7000 Gaming

Revision history for this message
Bernard Stafford (bernard010) said :
#3

sudo gedit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd_hda_intel.dmic_detect=0"
sudo update-grub

Then reboot
https://linuxconfig.org/setup-bootsplash-on-debian-grub-silent-or-verbose-boot-mode

Can you help with this problem?

Provide an answer of your own, or ask Perleia for more information if necessary.

To post a message you must log in.