![Ubuntu 18.04 で Grub v. 2.02 ブート メニューをスキップできない](https://rvso.com/image/1597861/Ubuntu%2018.04%20%E3%81%A7%20Grub%20v.%202.02%20%E3%83%96%E3%83%BC%E3%83%88%20%E3%83%A1%E3%83%8B%E3%83%A5%E3%83%BC%E3%82%92%E3%82%B9%E3%82%AD%E3%83%83%E3%83%97%E3%81%A7%E3%81%8D%E3%81%AA%E3%81%84.png)
私の Lenovo Flex 5 15 には、Elementary OS 5 (Ubuntu 18.04 に基づく多くのディストリビューションの 1 つ) という 1 つの OS がインストールされています。ラップトップの電源を入れると、Grub v. 2.02 のブート メニューが表示され、30 秒以内に選択する必要があります (たとえば、Elementary またはセットアップの読み込みを開始する)。
このブートメニューをスキップして、Elementaryをデフォルトで起動したいのですが、編集してみましたデフォルトしかし、何も変わりませんでした。以下は私の /etc/default/grub の内容です:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT="elementary"
GRUB_HIDDEN_TIMEOUT="0"
GRUB_HIDDEN_TIMEOUT_QUIET="true"
#GRUB_TIMEOUT_STYLE="hidden"
GRUB_TIMEOUT="5"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL="console"
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE="640x480"
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID="true"
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
GRUB_DISABLE_OS_PROBER="true"
私はすでに Grub Customizer 経由で grub 設定を変更しようとしましたが、失敗しました。以下は変更したオプションのスクリーンショットです。