![]() |
GRUB Edit Mode |
| GRUB's Edit Mode is
a very convenient and useful feature for GRUB users. You can use GRUB's edit mode to edit your GRUB menu entry 'on the fly'! This is most useful when you want to add some special kernel parameters at the last minute or when an operating system's boot entry just needs one or two small corrections before booting. |
| GNU GRUB is a work in progress and the information in this website is incomplete and may be wrong and/or out of date. Please consult the official GNU GRUB 1.98-r2692 manual. |
Your computer should automatically boot into GRUB's Menu mode if you had another operating system in the computer before you installed Ubuntu. The /boot/grub/grub.cfg is the configuration file for the GRUB Menu. It contains the settings which determine the GRUB Menu's appearance and behaviour. Sometimes there's only one or two small changes you need to make in the lines from your grub.cfg before you can get your operating system to boot. GRUB's 'Edit' mode is helpful when you want to temporarily over-ride settings in your /boot/grub/grub.cfg or append something (like a kernel option), to the end of a line in a boot stanza just for one boot-up. Using 'Edit' mode can often be faster and easier than using GRUB in CLI mode. The changes only apply to the current boot-up and won't be saved permanently. How to enter 'Edit Mode'. Press your 'e' key from your GRUB Menu to switch into 'Edit Mode'. Use your 'Esc' key to return to the GRUB menu.
Keyboard Shortcuts
Links you should see: _ BootOptions - Ubuntu Community Documentation _ 10 boot time parameters you should know about the Linux kernel - NixCraft _ Linux Kernel Documentation :: kernel-parameters.txt - _ Ubuntu - How To Edit Boot Time Parameters - grumpymole _ Temporarily Edit the GRUB Menu - Legacy GRUB Page - Illustrated Dual Boot Site |