grub2-mkconfig

生成 grub.cfg 配置文件。

语法

  1. Usage: grub2-mkconfig [OPTION]
  2. Generate a grub config file
  3. -o, --output=FILE output generated config to FILE [default=stdout]
  4. -h, --help print this message and exit
  5. -v, --version print the version information and exit
  6. Report bugs to <bug-grub@gnu.org>.

实例

生成新的grub配置文件

  1. grub2-mkconfig -o /boot/grub2/grub.cfg
  2. # 或者
  3. grub2-mkconfig > /boot/grub2/grub.cfg