Ran across a new "feature" that I had not seen before. On an up to date system, I tried to upgrade to the latest kernel, from 2.6.38-gentoo-r5 to 2.6.39-gentoo.
I copied the old .config to the the new dir, ran "make oldconfig", picked reasonable options, etc.:
Code: Select all
# /usr/src/linux-2.6.38-gentoo-r5/.config /usr/src/linux-2.6.39-gentoo
# cd /usr/src
# ln -snf linux-2.6.39-gentoo linux
# cd linux
# make oldconfig
... <choose reasonable options> ...
# make -j4
# make modules_intall
# update-modules
# mount /boot
# cp -L arch/x86_64/boot/bzImage /boot/kernel-2.6.39
# cp .config /boot/config-2.6.39
# cp System.map /boot/System.map-2.6.39
# vi /boot/grub/grub.conf ## make necessary changesBTW, I have additionally tried saying no to all new options in the "make oldconfig" process, and that did not help.
Any suggestions?
Thanks!
Trevor
...
For reference, here's my GRUB entry:
Code: Select all
title Gentoo Linux 2.6.39-gentoo
root (hd0,1)
kernel /boot/kernel-2.6.39-gentoo root=LABEL=VPRIME_ROOT splash=silent,fadein,theme:livecd-2010.0 video=uvesafb:1280x720-32,mtrr:3,ywrap quiet console=tty1 fbcon=scrollback:256K rootfstype=ext4
initrd /boot/fbsplash-label-initramfs.cpio.gz





