GRUB Startup Boot Menu
.
What is GRUB?
GRUB is an acronym for GRand Unified Bootloader, which is a boot loader package developed to support multiple operating systems and allow you to select among them during boot-up.
.
How to Modify Startup GRUB Boot Menu: Use a GUI, or Do It Manually
If you have set up your device to dual boot, say Windows 10 and Linux, perhaps you’d like to be able to modify the default GRUB Boot Menu. You can easily accomplish this by either using a GUI program, or by manually editing GRUB.CFG. There are various GUI programs available – for this example, GRUB Customizer is used.
(for steps to set up a dual boot device, refer to Want To Dual Boot Windows 10 And Linux Mint? You Can Do It)
.
GRUB Customizer GUI
OPTION 1 – Use GRUB Customizer
Easy to use, GUI interface for editing the startup GRUB Menu
- Download GRUB Customizer 5.0.6, or later
https://launchpad.net/grub-customizer - Follow the README steps to build GRUB Customizer
Install necessary packages, download necessary source, compile the sources, install GRUB Customizer - Open the GRUB Customizer GUI from desktop or other location
Edit boot item names, change boot order, delete items, modify timeout, etc. - Reboot device, view GRUB Boot Menu changes, test changes
OPTION 2 – Manually Edit GRUB.CFG
Edit GRUB.CFG from a Terminal Session
- Open a Terminal Session
- Edit boot/grub/grub.cfg (use gedit or other editor)
- Make changes to grub.cfg manually – edit boot item names, change boot order, delete items, modify timeout, etc.
- Reboot device, view the Boot Menu changes, test changes
Discussion
No comments yet.