How to Upgrade Your Gentoo Linux Kernel - Best Guide on YouTube!

preview_player
Показать описание
In this video I show you how to upgrade your kernel on Gentoo Linux, I go over the full steps from how to make newer kernels available, how to download them, compile them, and make them bootable. The commands used in this video are written below

1. emerge --sync
2. emerge -uDNq --with-bdeps=y
3. cp /usr/src/linux/.config $(uname -r).config

4. eselect kernel list
5. eselect kernel set "NEW KERNEL NUMBER"
become root, or add sudo to the beginning of the following commands
make mrproper
6. copy the configuration file you backed up in step 3
7. mount "boot partition" /boot (don't forget -U if using UUID)
8. make modules_prepare
9. make -j4 && make modules_install && make install

10. emerge @module-rebuild

12. Reboot into your new kernel, congratulations, you're done :D

and be sure to click that notification bell so you know when new videos are released. ₿💰💵💲Help Support the Channel by Donating Crypto💲💵💰₿

Bitcoin
3MMKHXPQrGHEsmdHaAGD59FWhKFGeUsAxV

Ethereum
0xeA4DA3F9BAb091Eb86921CA6E41712438f4E5079

Litecoin
MBfrxLJMuw26hbVi2MjCVDFkkExz8rYvUF

Dash
Xh9PXPEy5RoLJgFDGYCDjrbXdjshMaYerz

Zcash
t1aWtU5SBpxuUWBSwDKy4gTkT2T1ZwtFvrr

Chainlink
0x0f7f21D267d2C9dbae17fd8c20012eFEA3678F14

Bitcoin Cash
qz2st00dtu9e79zrq5wshsgaxsjw299n7c69th8ryp

Etherum Classic
0xeA641e59913960f578ad39A6B4d02051A5556BfC

USD Coin
0x0B045f743A693b225630862a3464B52fefE79FdB
Рекомендации по теме
Комментарии
Автор

We need more normies in the linux space!!! Anyway here's a gentoo video

alik
Автор

Hey man, glad to see a Gentoo user gaining traction. I think you’re doing great so far. Hope you choose to stick around, because I will.

elijahking
Автор

I see thumbnails made using the Smith's book.

kacperw
Автор

Bless you dood. All your Gentoo stuff is Top Notch, this is even better explaned than the original documentation!

patrickdee
Автор

This thumbnail game is too strong :') and Im here for it!

MyurrDurr
Автор

You can set ~amd64 within your make.conf file that's what I do, I like living on the edge. :)

jajajajahahahahaja
Автор

Getting more and more intention to install gentoo again....

Автор

Cross our fingers, pray to Tux. Nice;)

johanb.
Автор

This video is better then the gentoo documentation wtffff

beast
Автор

FWIW if the package was already emerged before you should use -1 (--oneshot) option to emerge it again, like "emerge -1 gentoo-sources", if you check messages in your video before gentoo-sources start installing you can see that it's recording gentoo-sources in "world" file, you should avoid that if the package is already installed, something else pulled it if it's not in the world file.

kaysersozze
Автор

nice channel bro... bench watching your videos!

reytempo
Автор

Just watched your Thumbnail video on YouTube. It's pretty difficult but I'm willing to learn to make mine just as good as yours

DailyDoseAnimu
Автор

Fantastic video. Very helpful. This kind of content that thoroughly and simply explains difficult situations (for a new gentoo user like myself) is the kind of stuff needed to increase gentoo usage and general understanding of a Linux system. Great work!

emisunflowers
Автор

If you have a new hardware obviously you need the first kernel that supports your hardware.
But as normal update... it is better to wait until 5.9 LTS
Linus announces LTS kernel usually at x.4, x.9, x.14 and x.19
So there are no need to rush until 5.9 comes out.
I usually let to the gentoo developers to do a stabilization round to the LTS kernel before upgrade. You can open a ticket on bugzilla if you want a stabilization round.

EDIT: I will recomend you to put in the package.accept_keywords
~amd64

With this way you will only unmask several kernels from the same minor version.
The way you are doing is wrong because you will end up unmasking all versions and that is not what you meant to do.

mercuriete
Автор

For test-purposes i'm always leaving my kernel on super stable versions. Once its running like a charm (on systems where it doesnt have to run 24/7) i'll move closer to the edge ;)

RantOfTheDay
Автор

This thumbnail was my linux; I mean life.

joshuamaserow
Автор

Isn’t the mount point for your boot partition /boot/EFI on your system? That’s what your fstab seems to indicate

nerdsvillellc
Автор

about mounting partitions, if it's in fstab already, just using mount /mount/point will mount it

adithya
Автор

16:43 why your kernel compiles so fast?😅

m-electronics
Автор

Would like a more tldr up to date version of this useful vid.

dakota