|
|
原来的内核是默认的
新装了一个内核 2.6.20.4
make menuconfig
make
make modules_install
make install
编辑grub.conf
- gentoo joey # cat /boot/grub/menu.lst
- default 0
- timeout 30
- splashimage=(hd0,2)/grub/splash.xpm.gz
- title=Gentoo Linux 2.6.20.4
- root (hd0,2)
- kernel /kernel-2.6.20 root=/dev/hda8 video=vesafb:1024x768-16@60,mtrr,ywrap splash=silent,fadein,theme:emergence
- quiet CONSOLE=/dev/tty1
- initrd (hd0,2)/boot/fbsplash-emergence-1024x768
- title=winxp
- rootnoverify (hd0,0)
- chainloader +1
复制代码
启动就出错了,说error 15 :file not found
/boot 是单独分区,内有如下文件或者文件夹
boot fbsplash-emergence-1024x768 lost+found vmlinuz
config grub System.map vmlinuz-2.6.20
config-2.6.20 kernel-2.6.18-suspend2-r1 System.map-2.6.20 |
|