Howto grub2 » Historie » Revision 2
Revision 1 (Jeremias Keihsler, 13.01.2017 09:46) → Revision 2/3 (Jeremias Keihsler, 16.01.2019 10:57)
h1. GRUB 2 h2. Recreate Grub-Menu for BIOS-systems <pre><code class="bash"> grub2-mkconfig -o /boot/grub2/grub.cfg </code></pre> on EFI-systems <pre><code class="bash"> grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg </code></pre> h2. 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: <pre><code class="bash"> plymouth-set-default-theme details dracut -f </code></pre>