The Guide shows you How to Updating the Linux Gentoo Kernel Using the Genkernel Package/Tool.
And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.
The content and details are expressly reduced to give Focus only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)
-
Open a Terminal Window
(Press “Enter” to Execute Commands) -
Download Latest Kernel Sources
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
First, it’s Best to Update you Portage Collection with.
emerge --sync
Then proceed to Download the Kernel Sources.
emerge kernel-sources
-
Install or Update genkernel Package
emerge genkernel
-
Updating Symlink to Kernel Sources
unlink /usr/src/linux
cd /usr/src
ln -s ./linux-3.
-gentoo /usr/src/linux -
Generate New Kernel and Initramfs
genkernel all
Keep Waiting Because the Entire Generation Process should Take About 1 Hour…
After you Find the Freshly Generated Kernel and Initramfs Into /boot.
-
Update GRUB Consequently
nano -w /boot/grub/grub.conf
Inserting Something Like:
title Gentoo Linux 3.
root (hd0,0)
kernel /boot/kernel-genkernel-<-arch-3.X.Y>-gentoo real_root=/dev/sda
/ninitrd /boo/initramfs-genkernel-<-arch-3.X.Y>-gentoo
After you Should be able to Boot Into Gentoo with the Newly Updated Kernel :)
If you have Problems During New Kernel Installation: