|
安装RedHat Enterprise Linux 4 AS,默认内核2.6.9-5.
从http://www.kernel.org下在内核源码文件linux-2.6.11.tar.gz.
拷贝至/usr/src/kernels下.
解压 tar zxvpf linux-2.6.11.tar.gz
进入2.6内核源码目录 cd linux-2.6.11
编译
make menuconfig
make
make modules
make modules_install
make install
修改/boot/grub/grub.conf如下
title Red Hat Enterprise Linux AS (2.6.11)
root (hd0,0)
kernel /vmlinuz-2.6.11 ro root=/dev/sda3
initrd /initrd-2.6.11.img
启动后,提示如下,无法继续加载:
cannot open an initialize console
重新编译内核,将RAM disk support及Initial RAM disk (initrd) support编译进内核(原来是模块)
编译完后,reboot,提示如下,无法加载:
mknod: failed to create /dev/console : 17
mknod: failed to create /dev/null : 17
mount: error 22 mount none
请大家帮帮我吧.我快疯掉了!!! |
|