Stable Linux mainline builds for Ubuntu
11–20 of 59 posts
Re: Stable Linux mainline builds for Ubuntu
#12Re: Stable Linux mainline builds for Ubuntu
#13Earlier quoted context omitted.
You say that as though it's easy. I've yet to find an explanation that's shorter than a book.
The truth is, it doesn't necessarily have to be a book long, but much like setting up PKI, it certainly can be. What we really need is simple tooling that handles just the case of "I want to sign kernels for my own machine(s)". Of course, some tools do exist for this case, but I'm not aware of one that is totally generic. Lanzaboote for NixOS seems interesting (disclaimer: have not tried.)
Re: Stable Linux mainline builds for Ubuntu
#14I run the stable kernel, which I build myself. There is still the occasional regression. About a year ago it had a regression in the Intel graphics driver which broke graphics for my Haswell chip. A patch was available but this wasn't merged for months. Luckily Gentoo makes it super easy to apply custom patches so I did. IMO if you want to run a stable or mainline kernel yourself you might as well build it yourself too.
Re: Stable Linux mainline builds for Ubuntu
#15Earlier quoted context omitted.
The truth is, it doesn't necessarily have to be a book long, but much like setting up PKI, it certainly can be. What we really need is simple tooling that handles just the case of "I want to sign kernels for my own machine(s)". Of course, some tools do exist for this case, but I'm not aware of one that is totally generic. Lanzaboote for NixOS seems interesting (disclaimer: have not tried.)
It so happens I'm running NixOS... so thanks a lot for the reference! :D
Re: Stable Linux mainline builds for Ubuntu
#16Re: Stable Linux mainline builds for Ubuntu
#17Re: Stable Linux mainline builds for Ubuntu
#18Coming from windows, I’m a little confused how this works, is he reinstalling Linux/Ubuntu every week on all his machines? Or is it possible to “upgrade in place” just the kernel and leave your files/data alone, if the latter, is there a good guide for how to do that and for a homelabber would that be a good idea to avoid security bugs?
Be aware that upgrading kernel usually mess with graphics driver, especially for Nvidia. In the best case you'll have to unload and reload the Nvidia driver, in the worst case your driver just stops working.
Re: Stable Linux mainline builds for Ubuntu
#19If I wanted to keep Secureboot enabled, would signing with a MOK and enrolling that key be sufficient?
You say that as though it's easy. I've yet to find an explanation that's shorter than a book.
Re: Stable Linux mainline builds for Ubuntu
#20Coming from windows, I’m a little confused how this works, is he reinstalling Linux/Ubuntu every week on all his machines? Or is it possible to “upgrade in place” just the kernel and leave your files/data alone, if the latter, is there a good guide for how to do that and for a homelabber would that be a good idea to avoid security bugs?
I find modern Windows and macOS updates to be frustratingly opaque and slow. Linux distro updates, on the popular/common distros like debian and arch, are one of my favorite parts of using the system. It'll just install updates for like 200 separate packages (libraries, tools, etc) bang, bang, bang, less than a minute, done. And with the absurdly high speed of todays CPUs and storage, why should it take longer? What are Windows and macOS even doing? I will accept linux has some drawbacks and disadvantages, but the system package managers have been fantastic, for about 2 decades now.