|
|
1.emerge gentoo-sources
2.cd linux (linux--------------------------->linux-2.6.17-gentoo-r4)
3.genkernel --menuconfig --gensplash --bootloader=grub all
4.reboot
result: 系统用新内核启动不了。。。。怎么回事啊。。。。
分区情况:
Device Boot Start End Blocks Id System
/dev/hda1 * 1 765 6144831 7 HPFS/NTFS
/dev/hda2 766 9269 68308380 f W95 Ext'd (LBA)/dev/hda5 766 3315 20482843+ 7 HPFS/NTFS
/dev/hda6 3316 7878 36652266 b W95 FAT32
/dev/hda7 7879 7891 104391 83 Linux
/dev/hda8 7892 7946 441756 82 Linux swap / Solaris
/dev/hda9 7947 9269 10626966 83 Linux
grub.conf内容:
default 0
timeout 30
splashimage=(hd0,6)/grub/splash.xpm.gz
title=Gentoo Linux------》新的核心
root (hd0,6)
kernel /kernel-genkernel-x86-2.6.17-gentoo-r4 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda9 splash=silent,theme:emergence CONSOLE=/dev/tty1 quiet vga=791
initrd /initramfs-genkernel-x86-2.6.17-gentoo-r4
title=Gentoo Linux--------》原来的核心
root (hd0,6)
kernel /kernel-genkernel-x86-2.6.15-gentoo-r5 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda9 splash=silent,theme:emergence CONSOLE=/dev/tty1 quiet vga=791
initrd /initramfs-genkernel-x86-2.6.15-gentoo-r5
title=Window Xp
root (hd0,0)
rootnoverify (hd0,0)
chainloader +1
帮忙个,好吗? 。。。。。。。。。。。。。。。。。。。 |
|