archive:grub
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
archive:grub [2023-06-12 15:19] – removed - external edit (Unknown date) 127.0.0.1 | archive:grub [2023-06-12 15:19] (current) – ↷ Page moved from misc:grub to archive:grub jens | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <WRAP round alert> | ||
+ | The content of this page is no longer maintained and could be outdated soon or already is. The reasons could be various, like this information became obsolete or there is by now a better way to handle the information on this page. This page will be retained here for archiving reasons. | ||
+ | </ | ||
+ | ====== GRUB Splashscreen ====== | ||
+ | |||
+ | These are the [[http:// | ||
+ | |||
+ | Most Debian-related themes are blueish (like e.g. ' | ||
+ | |||
+ | The logo used comes straight from the [[http:// | ||
+ | |||
+ | More splashscreens and other (better than mine I guess) artwork like wallpapers etc. can be found at [[http:// | ||
+ | |||
+ | ===== GRUB 2 ===== | ||
+ | {{ wiki: | ||
+ | GRUB 2 has been around for a while and from version 6.0 (Squeeze) on this is the default bootloader in Debian GNU/Linux. So I made a new splashscreen for GRUB 2. The installation is quite easy. Make sure to follow these steps as root! | ||
+ | |||
+ | * Download the file {{wiki: | ||
+ | |||
+ | * Put the file in a directory where GRUB can find it; e.g. in ''/ | ||
+ | |||
+ | * Edit the file ''/ | ||
+ | |||
+ | * That's it already if you just want to set your own wallpaper. But I also want to change the menu colours so it matches the colours in my wallpaper. So edit the file ''/ | ||
+ | |||
+ | * Last but not least update the '' | ||
+ | |||
+ | All done, enjoy! | ||
+ | |||
+ | ===== GRUB Legacy ===== | ||
+ | {{ wiki: | ||
+ | GRUB Legacy is version 1 of the GRUB bootloader and no longer supported! | ||
+ | By the way: if you wonder why the [[http:// | ||
+ | |||
+ | Just {{wiki: | ||
+ | Next, edit the GRUB configuration file (in Debian this is ''/ | ||
+ | |||
+ | # Pretty colours | ||
+ | #color cyan/blue white/blue | ||
+ | |||
+ | Next, add these lines just after the one you just deleted or commented: | ||
+ | |||
+ | # Nice logo | ||
+ | splashimage=(hd0, | ||
+ | foreground=000080 | ||
+ | background=efb90e | ||
+ | |||
+ | Of course '' | ||
+ | |||
+ | Enjoy! |