Users Guide

timeout=5
splashimage=(hd0,0)/grub/splash.xpm/gz
hiddenmenu
Red Hat Enterprise Linux 5
root (hd0,0)
kernel /vmlinuz-2.6.18-8.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-8.el5.img
______________________________________________________________
変更後/boot/grub/grub.conf の例:
______________________________________________________________
#grub.conf generated by anaconda (grub.conf(作成者: anaconda)
#
# Note that you do not have to return grub after making changes to this file. (このファイルに変更を加えた後、grub を再実行する必要はありませんファ
イル。
# NOTICE: You have a /boot partition. This means that all
kernelandinitrdpathsarerelativeto/boot/,eg.
(通知:/boot パーティションがあります。これは すべてのカーネルと
initrd パスは /boot/ 相対的であることを意味します。たとえば、)
#root (hd0,0)
# kernel /vmlinux-version ro root=/dev/VolGroup00/LogVol00
#initrd/boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=5
#splashimage=(hd0,0)/grub/splash.xpm/gz
hiddenmenu
# Redirect the OS boot via SOL (SOL での OS 起動のリダイレクト)
Red Hat Enterprise Linux 5 SOL リダイレクト
root (hd0,0)
kernel /vmlinuz-2.6.18-8.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet console=tty1 console=ttyS0,115200
initrd /initrd-2.6.18-8.el5.img
______________________________________________________________
SLES 10 の元/boot/grub/menu.list の例:
______________________________________________________________
#Modified by YaST2. Last modification on Sat Oct 11 21:52:09 UTC 2008 (変更者:YaST2 最終変更日時:Sat Oct 11 21:52:09 UTC 2008)
Default 0
Timeout 8
gfxmenu (hd0.5)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux (このコメントは変更できません - YaST2 識別子: 元の名前: linux)###
SUSE Linux Enterprise Server 10 SP1
root (hd0,5)
kernel /boot/vmlinux-2.6.16-46-0.12-bigsmp root=/dev/disk/by-id/scsi-35000c5000155c resume=/dev/sda5 splash=silent showopts
initrd /boot/initrd-2.6.16.46-0.12-bigsmp
______________________________________________________________