GNU GRUB version 1.96
Ubuntu 9.10, linux 2.6.30-8-generic
Ubuntu 9.10, linux 2.6.30-8-generic (single-user mode)
Ubuntu 9.10,
memtest86+
Other
operating systems:
|
| Use the up or down arrow keys to select which entry is highlighted.
Press enter to boot the selected OS, 'e' to edit the
commands before booting, or 'c' for a command-line.
|
|
GRUB Menu Your
computer should automatically boot into menu mode if you have GRUB installed and
when there is a /boot/grub/grub.cfg file present. The
/boot/grub/grub.cfg file contains the settings which modify the appearance and behaviour of the GRUB Menu.
GRUB's 'Edit' mode is helpful when you want to append something (like a
kernel option), to the end of a line in a boot stanza. 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. Using 'Edit' mode can often be faster and easier than using
the full Command Line Mode.
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.
- Use your up or down arrow keys while in Menu Mode to select a line (title) representing a boot entry you want to edit.
- Press your 'e' key from a GRUB menu to switch into 'Edit Mode'.
- In
Edit Mode you can use your left-arrow or right-arrow keys to move
the cursor to select what character(s) or space you want to edit.
- Simply
type in the normal manner to add special information (kernel options)
or replace any wrong or out of date information in your boot entry
- Remember, 'tab completion' is a useful feature
- Press 'ctrl' + 'x' to boot
GNU GRUB version 1.96
linux /boot/vmlinuz-2.6.30.8-generic root=UUID=efa85c32-715-4418-9\ 559-956a8fbacc8d ro quiet splash initrd /boot/initrd.img-2.6.30.8-generic
|
| Mimimum
Emacs-like screen editing is supported. TAB lists available
completions. Press C-x ('x' with Ctrl) to boot, C-c ('c' with Ctrl) for
a command-line or ESC to return menu.
|
|
Edit Mode
Keyboard Shortcuts
| 'ctrl' + 'alt' + 'del' | reboot immediately | | 'c' | (from the GRUB menu) = change into CLI mode | | 'tab' | 'tab completion' - GRUB will try to guess what the user is trying to type and autocomplete the word - works in CLI mode or edit mode - extremely useful
| | 'tab','tab' | Have GRUB guess what the user is trying to type and offer a list of possibilities - works in CLI mode or edit mode -
extremely useful | | 'esc' | (from CLI or edit mode) = change to menu mode (main menu) | | down arrow | (in menu) = move the cursor down a line | | up arrow | (in menu) = move the cursor up a line | | 'e' | (from the GRUB menu) = enter edit mode (edit the selected entry) | | left or right arrow | (in edit mode) = move the cursor left or right - to select what to edit | | 'ctrl' + 'x' | (from edit mode) = boot the selected entry | | 'ctrl' + 'c' | (from edit mode) = switch to CLI mode | | 'Print Screen SysRq' | make the BIOS beep |
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
|