diff options
-rw-r--r-- | docs/grub/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/grub/index.html b/docs/grub/index.html index bed6dccf..83979274 100644 --- a/docs/grub/index.html +++ b/docs/grub/index.html @@ -22,6 +22,7 @@ Or <a href="../index.html">Back to main index</a>. </p> <ul> + <li><a href="#grub_background">Changing the background image in GRUB</a></li> <li><a href="#grub_font">Setting font in GRUB</a></li> <li><a href="#grub_keyboard">GRUB keyboard layouts</a> <ul> @@ -34,6 +35,23 @@ <div class="section"> + <h1 id="grub_background">Changing the background image in GRUB</h1> + + <p> + Use cbfstool from libreboot_util, or libreboot_src/coreboot/util/cbfstool/ if you want to build from source. + </p> + <p> + ./cbfstool yourrom.rom remove background.png -n background.png<br/> + ./cbfstool yourrom.rom add -f background.png -n background.png -t raw + </p> + <p> + When you've done this, re-flash your ROM and you should have a new background at boot time. + </p> + + </div> + + <div class="section"> + <h1 id="grub_font">Setting font in GRUB (for reference)</h1> <p>You don't need to do this unless you would like to change the default font yourself. |