戻る

grub-0.97 install

Out line

grub-0.97 を インストール その前に grub-0.93 を アンインストールしま す。

system

現状確認と アンインストール

# find / -name grub*
/boot/grub
/boot/grub/grubimg.xpm.gz
/sbin/grubconfig
/usr/sbin/grub
/usr/sbin/grub-install
/usr/sbin/grub-md5-crypt
/usr/sbin/grub-terminfo
/usr/share/man/man8/grub-terminfo.8.gz
/usr/share/man/man8/grub.8.gz
/usr/share/man/man8/grub-install.8.gz
/usr/share/man/man8/grub-md5-crypt.8.gz
/usr/share/doc/grub-0.93
/usr/share/info/grub.info-2.gz
/usr/share/info/grub.info-3.gz
/usr/share/info/grub.info.gz
/usr/share/info/grub.info-1.gz
/usr/share/grub

そうですか

# ls -l /boot/grub | sed -e 1d
-rw-r--r--    1 root     root         8128 May 18  2003 e2fs_stage1_5
-rw-r--r--    1 root     root         7664 May 18  2003 fat_stage1_5
-rw-r--r--    1 root     root         7104 May 18  2003 ffs_stage1_5
-rw-r--r--    1 root     root        76213 May 18  2003 grubimg.xpm.gz
-rw-r--r--    1 root     root         8864 May 18  2003 jfs_stage1_5
-rw-r--r--    1 root     root         7296 May 18  2003 minix_stage1_5
-rw-r--r--    1 root     root         9792 May 18  2003 reiserfs_stage1_5
-rw-r--r--    1 root     root          512 May 18  2003 stage1
-rw-r--r--    1 root     root       111584 May 18  2003 stage2
-rw-r--r--    1 root     root         6752 May 18  2003 vstafs_stage1_5
-rw-r--r--    1 root     root         9736 May 18  2003 xfs_stage1_5

うううーーーん

# ls -l /boot/grub/grubimg.xpm.gz 
-rw-r--r--    1 root     root        76213 May 18  2003 /boot/grub/grubimg.xpm.gz
# ls -l /sbin/grubconfig
-rwxr-xr-x    1 root     root        12723 Aug 12  2005 /sbin/grubconfig*
# ls -l /usr/sbin/grub
-rwxr-xr-x    1 root     root       657336 May 18  2003 /usr/sbin/grub*
# ls -l /usr/sbin/grub
-rwxr-xr-x    1 root     root       657336 May 18  2003 /usr/sbin/grub*
# ls -l /usr/sbin/grub-install
-rwxr-xr-x    1 root     root        11955 May 18  2003 /usr/sbin/grub-install*
# ls -l /usr/sbin/grub-md5-crypt
-rwxr-xr-x    1 root     root         2312 May 18  2003 /usr/sbin/grub-md5-cryp*
# ls -l /usr/sbin/grub-terminfo
-rwxr-xr-x    1 root     root         2473 May 18  2003 /usr/sbin/grub-terminfo*
# ls -l /usr/share/man/man8/grub-terminfo.8.gz
-rw-r--r--    1 root     root          468 May 18  2003 /usr/share/man/man8/gru-terminfo.8.gz
# ls -l /usr/share/man/man8/grub.8.gz
-rw-r--r--    1 root     root          773 May 18  2003 /usr/share/man/man8/gru.8.gz
# ls -l /usr/share/man/man8/grub-install.8.gz
-rw-r--r--    1 root     root          650 May 18  2003 /usr/share/man/man8/grub-install.8.gz
# ls -l /usr/share/man/man8/grub-md5-crypt.8.gz
-rw-r--r--    1 root     root          499 May 18  2003 /usr/share/man/man8/grub-md5-crypt.8.gz
# ls -l /usr/share/doc/grub-0.93 | sed -e 1d
-rw-r--r--    1 root     root          958 Nov 30  2002 AUTHORS.gz
-rw-r--r--    1 root     root          146 May 29  2002 BUGS.gz
-rw-r--r--    1 root     root         6851 Mar  2  1999 COPYING.gz
-rw-r--r--    1 root     root        81822 Dec  4  2002 ChangeLog.gz
-rw-r--r--    1 root     root         3739 Apr  4  2002 INSTALL.gz
-rw-r--r--    1 root     root         1364 Jun 24  2002 MAINTENANCE.gz
-rw-r--r--    1 root     root         9651 Dec  8  2002 NEWS.gz
-rw-r--r--    1 root     root          648 May 31  2002 README.gz
-rw-r--r--    1 root     root         2222 Dec  1  2002 THANKS.gz
-rw-r--r--    1 root     root         1848 Dec  5  2002 TODO.gz
# ls -l /usr/share/info/grub.info-2.gz
-rw-r--r--    1 root     root        15647 May 18  2003 /usr/share/info/grub.info-2.gz
# ls -l /usr/share/info/grub.info-3.gz
-rw-r--r--    1 root     root        14087 May 18  2003 /usr/share/info/grub.info-3.gz
# ls -l /usr/share/info/grub.info.gz
-rw-r--r--    1 root     root         2202 May 18  2003 /usr/share/info/grub.info.gz
# ls -l /usr/share/info/grub.info-1.gz
-rw-r--r--    1 root     root        16457 May 18  2003 /usr/share/info/grub.info-1.gz
# ls -l /usr/share/grub/i386-pc/ | sed -e 1d
-rw-r--r--    1 root     root         8128 May 18  2003 e2fs_stage1_5
-rw-r--r--    1 root     root         7664 May 18  2003 fat_stage1_5
-rw-r--r--    1 root     root         7104 May 18  2003 ffs_stage1_5
-rw-r--r--    1 root     root         8864 May 18  2003 jfs_stage1_5
-rw-r--r--    1 root     root         7296 May 18  2003 minix_stage1_5
-rw-r--r--    1 root     root         9792 May 18  2003 reiserfs_stage1_5
-rw-r--r--    1 root     root          512 May 18  2003 stage1
-rw-r--r--    1 root     root       111584 May 18  2003 stage2
-rw-r--r--    1 root     root         6752 May 18  2003 vstafs_stage1_5
-rw-r--r--    1 root     root         9736 May 18  2003 xfs_stage1_5

そうなんですか

uninstall with pkgtool

ほなら

# pkgtool
grub  GRUB(GRand Unified Boot loader)
# cd /var/log/setup/tmp/
# mv PKGTOOL.REMOVED grub_del_20060302_PKGTOOL.REMOVED 

install with pkgtool

それでは

# pkgtool
 Yes   grub-097 をインストールする 

一丁上がり

おまけ

# find / -name grub*
/usr/local/lib/grub
/usr/local/man/man8/grub.8
/usr/local/man/man8/grub-install.8
/usr/local/man/man8/grub-md5-crypt.8
/usr/local/man/man8/grub-terminfo.8
/usr/local/info/grub.info
/usr/local/sbin/grub
/usr/local/sbin/grub-install
/usr/local/sbin/grub-md5-crypt
/usr/local/sbin/grub-terminfo
/usr/local/sbin/grub-set-default
/grub_mkpkg_log
# grub --version
grub (GNU GRUB 0.97)

にゃんたろう 拝!
2006年 3月16日 (木) 23:19:33 JST 作成


戻る

Copyright © 2004.-2007. nyantarou All Rights Reserved.