Projekt

Allgemein

Profil

Aktionen

Howto grub2 » Historie » Revision 1

Revision 1/2 | Weiter »
Jeremias Keihsler, 10.10.2023 07:36


GRUB 2

Recreate Grub-Menu

not yet tested

for BIOS-systems

grub2-mkconfig -o /boot/grub2/grub.cfg

on EFI-systems

grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg

make detailed boot-information visible

while it's possible to edit '/boot/grub2/grub.cfg' and also '/etc/default/grub' the better approach is to:

plymouth-set-default-theme details
dracut -f

Von Jeremias Keihsler vor etwa 1 Jahr aktualisiert · 1 Revisionen