|
|

楼主 |
发表于 2007-4-5 16:31:36
|
显示全部楼层
grub> root (hd0,1)
Filesystem type is xfs, partition type 0x83
grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/xfs_stage1_5" exists... no
Running "install /boot/grub/stage1 (hd0) /boot/grub/stage2 p /boot/grub/menu.l
st "... succeeded
Done.
grub>
------------------
# more /mnt/clfs/etc/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/hda2
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
#echo "111111111111111"
#splashimage=(hd0,0)/grub/splash.xpm.gz
#password --md5 $1$T2STH1rd$KsCNOgjDhUEkBwcgc9vZT0
title Red Hat Enterprise Linux AS (2.4.21-4.EL)
root (hd0,1)
kernel /boot/clfskernel-2.6.20.1 ro root=/dev/sda2
# initrd /initrd-2.4.21-4.EL.img
lfslivecd:root | Thu Apr 5 16:30:34 2007 | /mnt/clfs
#
---------------------------
这个算是成功的么 |
|