Aktionen
Howto grub2 » Historie » Revision 1
Revision 1/2
| Weiter »
Jeremias Keihsler, 11.07.2022 13:01
GRUB 2¶
Recreate Grub-Menu¶
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 mehr als 2 Jahren aktualisiert · 1 Revisionen