Capitolo 9. Il boot loader GRUB
When a computer with Red Hat Enterprise Linux is turned on, the operating system is loaded into memory by a special program called a boot loader. A boot loader usually exists on the system's primary hard drive (or other media device) and has the sole responsibility of loading the Linux kernel with its required files or (in some cases) other operating systems into memory.
9.1. Boot loader e architettura del sistema
Ogni architettura in grado di eseguire Red Hat Enterprise Linux utilizza un boot loader diverso. La seguente tabella elenca i boot loader disponibili per ogni tipo di architettura:
Architettura | Boot loader |
---|---|
AMD® AMD64 | GRUB |
IBM® eServer™ System i™ | OS/400® |
IBM® eServer™ System p™ | YABOOT |
IBM® System z® | z/IPL |
IBM® System z® | z/IPL |
Intel® Itanium™ | ELILO |
x86 | GRUB |
Questo capitolo affronta i comandi e le opzioni di configurazione per il boot loader GRUB incluso con Red Hat Enterprise Linux con l'architettura x86.