設定方法 の 内容を見てみましょう まず ”/usr/sbin/grub”です
# /usr/sbin/grub Probing devices to guess BIOS drives. This may take a long time. GRUB version 0.93 (640K lower / 3072K upper memory) [ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename.] grub> root (hd0,11) Filesystem type is ext2fs, partition type 0x83 grub> setup (hd0) Checking if "/boot/grub/stage1" exists... yes Checking if "/boot/grub/stage2" exists... yes Checking if "/boot/grub/e2fs_stage1_5" exists... yes Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 16 sectors are embedded. succeeded Running "install /boot/grub/stage1 (hd0) (hd0)1+16 p (hd0,11)/boot/grub/stage2 /etc/grub.conf"... succeeded Done. grub> quit
設定方法 の 内容を見てみましょう 今度は ”/usr/sbin/grub-install”で す。
”/usr/sbin/grub-install”の 場合はこの様に なります 何方を 使用して も 同じです。簡単な方で処理されれば 良いでしょう。
# /usr/sbin/grub-install /dev/hda Installation finished. No error reported. This is the contents of the device map /boot/grub/device.map. Check if this is correct or not. If any of the lines is incorrect, fix it and re-run the script `grub-install'. (fd0) /dev/fd0 (hd0) /dev/hda (hd1) /dev/sda (hd2) /dev/sdb (hd3) /dev/sdc (hd4) /dev/sdd
今回初めて mbr という所に インストールしてみました。
いずれにせよ /etc ディレクトリの grub.conf にて menu.lst に 相当とい うか ”grub.conf”が 本当なのかはさておいて コントロール されると いう事 です。今回は grub が /use/sbin/grub に 存在していたのですが。そこに必ず 存在するという理由ではありません。
# ls -l /mnt/usr/sbin/ | grep grub -rwxr-xr-x 1 root root 657336 May 18 2003 grub* -rwxr-xr-x 1 root root 11955 May 18 2003 grub-install* -rwxr-xr-x 1 root root 2312 May 18 2003 grub-md5-crypt* -rwxr-xr-x 1 root root 2473 May 18 2003 grub-terminfo* # ls -l /usr/local/sbin/ | grep grub -rwxr-xr-x 1 root root 590437 Nov 15 2004 grub* -rwxr-xr-x 1 root root 12586 Nov 15 2004 grub-install* -rwxr-xr-x 1 root root 2318 Nov 15 2004 grub-md5-crypt* -rwxr-xr-x 1 root root 2473 Nov 15 2004 grub-terminfo* # cat /mnt/etc/vine-release Vine Linux 4.1 (Cos d'Estournel) # ls -l /mnt/usr/sbin/ | grep grub /* vine linux */ -rwxr-xr-x 1 root root 152634 Sep 7 2006 grub* -rwxr-xr-x 1 root root 12909 Sep 7 2006 grub-install* -rwxr-xr-x 1 root root 2297 Sep 7 2006 grub-md5-crypt* -rwxr-xr-x 1 root root 2533 Sep 7 2006 grub-set-default* -rwxr-xr-x 1 root root 2473 Sep 7 2006 grub-terminfo* # cat /mnt/etc/redhat-release Red Hat Linux release 9 (Shrike) # ls -l /mnt/sbin/ | grep grub -rwxr-xr-x 1 root root 196220 Jan 25 2003 grub* -rwxr-xr-x 1 root root 12564 Jan 25 2003 grub-install* -rwxr-xr-x 1 root root 2293 Jan 25 2003 grub-md5-crypt* -rwxr-xr-x 1 root root 2473 Jan 25 2003 grub-terminfo* -rwxr-xr-x 1 root root 49400 Feb 19 2003 grubby*
にゃんたろう 拝!
2007年 6月23日 (土) 22:10:09 JST 作成