> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/redhat/system_administration/grub2.md).

# Grub 2 boot loader

Red Hat Enterprise Linux 7开始使用GNU GRand Unified Boot loader (GRUB) version 2启动管理器，用以管理系统启动时使用的操作系统和内核。

在传统的使用BIOS主机上，GRUB 2从`/boot/grub2/grub.cfg`文件读取配置文件，如果是新型的UEFI主机则读取`/boot/efi/EFI/redhat/grub.cfg`配置。
