Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| wiki:system:grub [2011/03/20 21:02] – angelegt wikiadmin | wiki:system:grub [2012/10/08 14:31] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ~~BARCODE~class=barcode_right~size=S~~ | ||
| + | |||
| Purpose: Are you tired of seeing the plain old (black background and blue blox) Grub screen when you turn on your computer to boot Linux? If yes, then here is a quick and easy way to install a fancy Grub Image in less than 2 minutes. | Purpose: Are you tired of seeing the plain old (black background and blue blox) Grub screen when you turn on your computer to boot Linux? If yes, then here is a quick and easy way to install a fancy Grub Image in less than 2 minutes. | ||
| Zeile 14: | Zeile 16: | ||
| All the default images are stored at the following locations: | All the default images are stored at the following locations: | ||
| - | # ls / | + | < |
| - | bike_gua.xpm.gz | + | < |
| biosplash.xpm.gz | biosplash.xpm.gz | ||
| CRW_7206_14.xpm.gz | CRW_7206_14.xpm.gz | ||
| debblue.xpm.gz | debblue.xpm.gz | ||
| - | debian_grey1-14col.xpm.gz | + | debian_grey1-14col.xpm.gz |
| Step 3: Edit menu.lst file | Step 3: Edit menu.lst file | ||
| After you choose any one image from the above, you will need to edit your menu.lst file in /boot/grub directory to tell GRUB loader to load the Splash Screen. To do this give the following command: | After you choose any one image from the above, you will need to edit your menu.lst file in /boot/grub directory to tell GRUB loader to load the Splash Screen. To do this give the following command: | ||
| - | # nano / | + | < |
| Add the line: | Add the line: | ||
| - | splashimage=(hd0, | + | '' |
| somewhere in the beginning of your menu.list file. I added mine at the following location: | somewhere in the beginning of your menu.list file. I added mine at the following location: | ||
| - | ## timeout sec | + | < |
| # Set a timeout, in SEC seconds, before automatically booting the default entry | # Set a timeout, in SEC seconds, before automatically booting the default entry | ||
| # (normally the first entry defined). | # (normally the first entry defined). | ||
| Zeile 48: | Zeile 50: | ||
| # e.g. password topsecret | # e.g. password topsecret | ||
| # password –md5 $1$gLhU0/ | # password –md5 $1$gLhU0/ | ||
| - | # password topsecret | + | # password topsecret</ |
| Now save the file and reboot your system to see your new shiny ritzy GRUB Splash Image as seen here: | Now save the file and reboot your system to see your new shiny ritzy GRUB Splash Image as seen here: | ||