elementary / os

The OS build system
https://elementary.io
GNU General Public License v3.0
1.01k stars 129 forks source link

GRUB cannot be hidden - (I have a workaround!) #666

Closed Khayasen closed 2 months ago

Khayasen commented 1 year ago

I did a fresh install for Elementary OS (compelete wipe - recommended partition). But when I boot up, the GRUB shows and makes me wait 30 seconds to boot into eOS (which can be bypassed by pressing enter).

Last night, I did some research and stumbled across a post in askubuntu. What I did from the website are as such:

Adding GRUB_RECORDFAIL_TIMEOUT=0 to /etc/default/grub via sudo nvim /etc/default/grub and GRUB_HIDDEN_TIMEOUT_QUIET=true to /etc/default/grub via sudo nvim /etc/default/grub and finishes with sudo update-grub. The issue fixed!

So I think the reason why this happen is because eOS defaults to LVM partition on the root, which GRUB cannot access (as said in the article I provided).

ryonakano commented 2 months ago

Closing as duplicate of https://github.com/elementary/triage/issues/109