User Tools

Site Tools


linux:gentoo:gentoo_notes

This is an old revision of the document!


Rebuild the Kernel on Gentoo

  • You'll want to cd to /usr/src/linux-<version>-gentoo
  • Run make menuconfig to configure your kernel
  • Run make -j$TC && make -j$TC moddules_install && make install (where $TC is the thread count, i.e. the number of cores in your CPU+1)
  • Update grub with grub-mkconfig -o /boot/grub/grub.cfg
  • Lastly, use genkernel initramfs to update your initramfs
linux/gentoo/gentoo_notes.1544859163.txt.gz · Last modified: 2018/12/14 23:32 by dave