Kernel update help need!
Hi allI just update a RH9 server to CentOS 3.6 using this guide:
http://webhostingtalk.com/showthread.php?t=276534
Everything looks OK except the kernel, I use rpm to remove kernel and run again:
Code:
root@ns2 [/boot]# yum update Gathering header information file(s) from server(s) Server: CentOS-3 - Addons Server: CentOS-3 - Base Server: CentOS-3 - Extras Server: CentOS-3 - Updates Finding updated packages Downloading needed headers Resolving dependencies Dependencies resolved I will do the following: [install: kernel-smp 2.4.21-37.EL.i686] [install: kernel 2.4.21-37.EL.i686] Is this ok [y/N]: y Running test transaction: Test transaction complete, Success! kernel 100 % done 1/2 stdin: is not a tty stdin: is not a tty stdin: is not a tty No module ft3xx found for kernel 2.4.21-37.EL, aborting. mkinitrd failed kernel-smp 100 % done 2/2 stdin: is not a tty stdin: is not a tty stdin: is not a tty No module ft3xx found for kernel 2.4.21-37.ELsmp, aborting. mkinitrd failed Kernel Updated/Installed, checking for bootloader Grub found - making this kernel the default Installed: kernel-smp 2.4.21-37.EL.i686 kernel 2.4.21-37.EL.i686 Transaction(s) Complete
also I check the /boot and find out there is no initrd-2.4.XXX-smp.img file for the new kernel,
I tried "mkinitrd" to make one but still got "No module ft3xx found for kernel 2.4.21-37.EL, aborting."
What else can I do to fix this?