|
我现在的操作系统是redhat,2.4.20-8的内核,想升级到2.6.12.内核编译安装都顺利完成.grub.conf文件内容如下:
default=1
timeout=10
splashimage=(hd0,5)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.6.12)
root (hd0,5)
kernel /boot/vmlinuz-2.6.12 ro root=LABEL=/ vga=0x0314
initrd /boot/initrd-2.6.12.img
title Red Hat Linux (2.4.20-
root (hd0,5)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/ vga=0x0314
initrd /boot/initrd-2.4.20-8.img
title DOS
rootnoverify (hd0,0)
chainloader +1
系统启动时,选择2.6.12回车,屏幕变黑,什么反应也没有了.连内核启动日志都没有.
gcc配置如下:
[root@baoyun root]# gcc -v
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: /root/projects/crosstool/src/gcc-3.4.3/configure --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --enable-languages=c,c++,java
Thread model: posix
gcc version 3.4.3
各位大虾,帮忙想想办法 |
|