this post was submitted on 02 Sep 2021
2 points (100.0% liked)

Gentoo

140 readers
1 users here now

Gentoo rolling release linux distro aimed at modularity, customization, and compiling source code with portage package management. https://en.m.wikipedia.org/wiki/Gentoo_Linux

founded 3 years ago
MODERATORS
2
Upgrade kernel (wiki.gentoo.org)
submitted 3 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
  1. emerge -DuN --with-bdeps=y sys-kernel/gentoo-sources

  2. eselect kernel list ; eselect kernel set 2

  3. cd /usr/src/linux ; pwd -P

  4. uname -r ; ls /boot | grep config

  5. cp /boot/config-3.14.14-gentoo /usr/src/linux/.config

  6. cd /usr/src/linux ; make oldconfig

  7. make menuconfig (optional)

  8. make -j5

  9. make modules_install; make install

  10. update grub or lilo config to point to new kernel version.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here