4.2. 了解引导条目
引导条目是保存在配置文件中并绑定到特定内核版本的选项集合。在实践中,您的引导条目至少与您所安装的系统数量相同。引导条目配置文件位于 /boot/loader/entries/
目录中,如下所示:
6f9cc9cb7d7845d49698c9537337cedc-4.18.0-5.el8.x86_64.conf
以上文件名由存储在 /etc/machine-id
文件中的计算机 ID 和内核版本组成。
引导条目配置文件包含有关内核版本、初始 ramdisk 镜像和 kernelopts
环境变量的信息,其中包含内核命令行参数。引导条目配置的示例内容如下:
title Red Hat Enterprise Linux (4.18.0-74.el8.x86_64) 8.0 (Ootpa) version 4.18.0-74.el8.x86_64 linux /vmlinuz-4.18.0-74.el8.x86_64 initrd /initramfs-4.18.0-74.el8.x86_64.img $tuned_initrd options $kernelopts $tuned_params id rhel-20190227183418-4.18.0-74.el8.x86_64 grub_users $grub_users grub_arg --unrestricted grub_class kernel
kernelopts
环境变量在 /boot/grub2/grubenv
文件中定义。