おぼえがき

おぼえがき

ブートローダのスプラッシュを変えてみる

2008-03-02 | linux_other

http://ruslug.rutgers.edu/~mcgrof/grub-images/images/
いかに、スプラッシュのサンプルがある。
gzファイルを落としてくる。
落としてきたファイルを/boot/grub/配下にコピーする


/boot/grub.confをいじる
cat /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz <=== 先ほどおとしてきたものに変更(/rootから始まらないことに注意)
#hiddenmenu <=== コメントアウトする
title CentOS (2.6.18-53.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-53.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-53.el5.img

最新の画像もっと見る

コメントを投稿