13.GRUBについてGRUBとはGRand Unified Bootloaderの略ファイルシステムを解釈し、ファイルシステム上のディレクトリパスでブートイメージを探し出すことが可能。 GRUBが対応しているファイルシステム内の任意のファイルを実行することができる。 現在、GRUBが対応しているファイルシステムは以下の通り
menu.lstの例 # 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/sda2 # initrd /initrd-version.img #boot=/dev/sda default=0 timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz title Red Hat Linux (2.4.7-10) root (hd0,0) kernel /vmlinuz-2.4.7-10 ro root=/dev/sda2 initrd /initrd-2.4.7-10.img |