The line in bold at the bottom of the listing is the encrypted (scrambled) version of the password.
Next, edit the
password --md5
When you boot the system, you will still be able to select a boot menu entry, but to perform any advanced operations (such as appending runlevel information to a boot entry), you will need to enter the password.
10.5.2. How Does It Work?
GRUB actually consists of four pieces of software, plus some utilities:
The boot record. This tiny piece of code is less than 512 bytes long.
Additional drivers for filesystems, such as ext2, to enable GRUB to find the
The standalone GRUB command shell and menu program.
A version of the GRUB command shell that can be executed inside a running Fedora system.
During boot, the system BIOS loads
The GRUB command shell supports over three dozen commands; most of these are never used except by experts and developers. Instead, most users interact with the GRUB menu.
The
A typical Linux entry in
10.5.3. What About...
10.5.3.1. ...an archive of GRUB splash images?
The author of the splash-image code maintains a small gallery of tested splash images at http://ruslug.rutgers.edu/~mcgrof/grub-images/images/ and an archive at http://ruslug.rutgers.edu/~mcgrof/grub-images/images/working-splashimages/ .
10.5.3.2. ...dual-booting between different Linux distributions?
This works well. Simply add the entries for the other Linux distributions to the active
10.5.4. Where Can I Learn More?
? The Grub manual: http://www.gnu.org/software/grub/manual/ (also installed as an
? The Grub web site: http://www.gnu.org/software/grub/
? The sample configuration file
? The manpage for
10.6. Using Rescue Mode on an Installation Disc
The Fedora Core installation DVDor disc 1 of the CD setcan be used to boot into a
10.6.1. How Do I Do That?
Inset your Fedora installation disc (DVD or CD 1) into the system and boot from it. At the boot prompt, enter:
boot: linux rescue
You will be presented with the standard language and keyboard menus (see Figures 1-5 and 1-6 in Chapter 1), and then the question shown in Figure 10-26 will be displayed.
Figure 10-26. Network interface question
If you want to be able to transfer files to and from the system (for example, to back up critical data), answer Yes; otherwise, answer No. If you answer Yes, the standard network configuration dialog will appear,