wiki:system:grub

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
wiki:system:grub [2011/03/20 21:02] – angelegt wikiadminwiki: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 /boot/grub/splashimages/ +<file>ls /boot/grub/splashimages/</file> 
-bike_gua.xpm.gz           debian-moreblue-swirl.xpm.gz  gnome-debblue.xpm.gz+<file>bike_gua.xpm.gz           debian-moreblue-swirl.xpm.gz  gnome-debblue.xpm.gz
 biosplash.xpm.gz       debsplash.xpm.gz         gnucheese.xpm.gz biosplash.xpm.gz       debsplash.xpm.gz         gnucheese.xpm.gz
 CRW_7206_14.xpm.gz       fiesta.xpm.gz         guitar.xpm.gz CRW_7206_14.xpm.gz       fiesta.xpm.gz         guitar.xpm.gz
 debblue.xpm.gz           firework.xpm.gz         gunhole.xpm.gz debblue.xpm.gz           firework.xpm.gz         gunhole.xpm.gz
-debian_grey1-14col.xpm.gz  gentleblue.xpm.gz         menu-sta.xpm.gz+debian_grey1-14col.xpm.gz  gentleblue.xpm.gz         menu-sta.xpm.gz</file>
  
 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 /boot/grub/menu.list+<file>nano /boot/grub/menu.list</file>
  
 Add the line: Add the line:
-splashimage=(hd0,0)/boot/grub/splashimages/debsplash.xpm.gz+''splashimage=(hd0,0)/boot/grub/splashimages/debsplash.xpm.gz''
  
 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+<file>##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/$aW78kHK1QfV3P2b2znUoe/ #      password –md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
-# password topsecret+# password topsecret</file>
  
 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:
  • wiki/system/grub.1300651370.txt.gz
  • Zuletzt geändert: 2011/03/20 21:02
  • von wikiadmin