なんか受けた
03:41PM | コメントを書く ・ TrackBack (0)
# rpm -e grub変なことを書き込むとOSが起動しない!、ハゲ! と泣くことになるので注意。
# rpm -ivh grub-gfxboot-0.97-6.i386.rpm
# grub-install /dev/hda
# cp message(theme file) /boot/grub/message
# gedit /boot/grub/grub.conf(menu.lst)
一番上の行に 「gfxmenu (hd0,0)/boot/grub/message」を追加
「hiddenmenu」があればコメントアウト
「splashimage=..」もあれば一応コメントアウト
gfxmenu (hd0,0)/boot/grub/messageこれでマルチブート・デュアルブートが楽しくなります。いや、まあ、アニメーションするからって何? それがどうした? って言われても何も言い返せませんが。ちなみに Esc キーを押せば旧来のテキストモードになります。
#hiddenmenu
#splashimage=(hd0,0)/boot/grub/splash.xpm.gz
timeout 6
default 0
# キー配列を日本語向けに
setkey at bracketleft
setkey asterisk doublequote
setkey colon quote
setkey plus colon
setkey parenleft asterisk
setkey parenright parenleft
setkey equal underscore
# Dドライブ(2台目)
title Windows 2000
map (hd0,0) (hd1,0)
map (hd1,0) (hd0,0)
root (hd1,0)
chainloader +1
title Vine Linux 4.0 (Current kernel)
root (hd0,0)
kernel /boot/vmlinuz ro root=/dev/hda1 resume2=swap:/dev/sda1 vga=0x314
initrd /boot/initrd.img
title Solaris 10
root (hd0,2,a)
kernel /platform/i86pc/multiboot kernel/unix
module /platform/i86pc/boot_archive
...
...

03:24PM

最近のコメント