View previous topic :: View next topic |
Author |
Message |
BastiFantasti n00b
Joined: 16 Mar 2006 Posts: 2
|
Posted: Mon Mar 20, 2006 2:13 pm Post subject: Kernel update problem |
|
|
Hi,
I've tried to update my old kernel 2.6.12 to the new 2.6.15 (emerge --world wanted me to)
so I emerged the new gentoo-sources and tried a:
make oldconfig //old config file was still in usr/src/linux/.config
then: make && make modules_install
after compiling I copied the new kernel to /boot and edited grub.conf to boot the new kernel
so far was everything ok (I think).
but when I reboot my gentoo, using the new kernel the boot console always shows:
This is ... (Linux I686 2.6.12-gentoo-r10)
how could this happen? Was something wrong with my update procedure? Don't Gentoo like my "new" kernel?
btw: after booting the "new" kernel my keyboard layout was changed and the x-server was set to default (only the graphic interface with the three windows) before that I used gnome
I hope someone can help me
Bastian |
|
Back to top |
|
|
Keruskerfuerst Advocate
Joined: 01 Feb 2006 Posts: 2289 Location: near Augsburg, Germany
|
Posted: Mon Mar 20, 2006 2:16 pm Post subject: |
|
|
Go to /usr/src/
remove the link linux -> linux2.6.12-r10
create a link linux -> linux-2.6.15
with this command: ln -s linux-2.6.15 linux
Then make a new config. |
|
Back to top |
|
|
wjb l33t
Joined: 10 Jul 2005 Posts: 643 Location: Fife, Scotland
|
Posted: Mon Mar 20, 2006 9:30 pm Post subject: |
|
|
or use eselect
Code: |
# eselect kernel list
then
# select kernel set <target>
|
where <target> is the kernel name, or the number from the list |
|
Back to top |
|
|
|