Projekt

Allgemein

Profil

Howto grub2 » Historie » Version 1

Jeremias Keihsler, 13.01.2017 09:46

1 1 Jeremias Keihsler
h1. GRUB 2
2
3
h2. Recreate Grub-Menu
4
5
<pre><code class="bash">
6
grub2-mkconfig -o /boot/grub2/grub.cfg
7
</code></pre>
8
9
h2. make detailed boot-information visible
10
11
while it's possible to edit '/boot/grub2/grub.cfg' and also '/etc/default/grub' the better approach is to:
12
<pre><code class="bash">
13
plymouth-set-default-theme details
14
dracut -f
15
</code></pre>