From fbad63c0e1f4fc2e8d69806fa494966de0dbc242 Mon Sep 17 00:00:00 2001 From: marcosfad Date: Fri, 6 Nov 2020 11:17:48 +0100 Subject: [PATCH] README: Add grub menu documentation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 51b4e00..0a8e65b 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,18 @@ options hid_apple swap_opt_cmd=1 - I switch the touchbar to show f* by default. If you like another configuration, change /etc/modprobe.d/apple-tb.conf or remove it. - To update grub, run: `grub-mkconfig -o /boot/grub/grub.cfg` +## MISC + +### Activate Grub Menu + +For the people who want to have a menu, they can modify `/etc/default/grub` with the following changes: +``` +GRUB_TIMEOUT_STYLE=menu +GRUB_TIMEOUT=10 +``` +and then: +`sudo update-grub` + ## Update to newer kernels **IF YOU UPDATE THE KERNEL, REMEMBER TO ADD THE REQUIRED DRIVERS AGAIN.**