I have an 18.04.2 desktop installation running grub2 2.02-2ubuntu8.12,
which is still pausing for 30 seconds at the grub menu on every boot.

The system is UEFI and running secure boot, with nVidia binary drivers
if that matters?  The disk is an NVMe drive with two partitions.  The
first is mounted as /boot/efi and the rest an LVM PV containing root and
swap LVs.

I could edit /etc/grub.d/00_header to change the following code:

if [ $grub_platform = efi ]; then
  set timeout=30
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
  fi
fi

However this system used to boot normally without the 30 second delay at
the grub menu and any changes I make will be overwritten by a future
grub2 package update.

Is there anything else I can do to get the system to boot without the
grub menu appearing?  Can I provide any more information about my system
to help debug this further?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814403

Title:
  Latest update causes 30 sec. menu delay timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1814403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to