|
|
我编译2.6.0
步骤为
make mrproper
make xcongfig
make def
make clean
make bzimage
make modules
make modules_install
cp usr/src/linux-2.6.0/arc/i386/../bzImage /boot/vmlinuz-2.6.0.new
cp system.map /boot/system.map-2.6.0.new
mkintrid /boot/initrd-2.6.0 /lib/modules/2.6.0
grub 设置如下
# 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,7)
# kernel /vmlinuz-version ro root=/dev/hda9
# initrd /initrd-version.img
#boot=/dev/hda
default=2
timeout=10
splashimage=(hd0,7)/grub/splash.xpm.gz
title Red Hat Linux (2.6.0)
root(hd0,7)
kernel /vmlinuz-2.6.0.old ro root=LABEL=/
initrd /initrd-2.6.0.old.img
title Red Hat Linux (2.6.0.new)
root (hd0,7)
kernel /vmlinuz-2.6.0.new ro root=LABEL=/
initrd /initrd-2.6.0.new.img
title Red Hat Linux(2.4.20-8.standard)
root(hd0,7)
kernel /vmlinuz-2.4.20-8.standard ro root=LABEL=/
initrd /initrd-2.4.20-8.standard.img
title Red Hat Linux (2.4.20-8)
root (hd0,7)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
////////////////////////////////////////////////
但是就是不能够进去
出现
这个:
hda: hda1 hda2 < |
|