ubuntu-mainline-kernel.sh
ubuntu-mainline-kernel.sh copied to clipboard
Bash script for Ubuntu (and derivatives) to easily (un)install kernels from the Ubuntu Kernel PPA
Hello, Thank you for a highly useful script. This PR adds support for version filtering when installing new kernels. E.g. `-i v5.17` will install the latest `v5.17.x` kernel available. It...
``` Finding latest version available on kernel.ubuntu.com Latest version is v5.16.0 but seems its already installed, continue? (y/N) Expected to need to download 6 files but found 10, continue? (y/N)...
This would be an extremely useful feature.
Secure Boot is enabled by default in Ubuntu. I think it would be great, if you would support a flag to sign the kernel with an already established key. Thereby,...
found workarounds, but for those who care that the gpg signatures match for the CHECKSUMS file, if there is a timeout importing the key, the installer script shows error, but...
If gpg is not installed, the script aborts with the following "unclear" error message: `Abort, signature of checksum file is NOT OK` Therefore the gpg dependency should be listed in...
I have just installed the script in a virtual machine with Ubuntu 21.10 Impish. There's only one kernel, `v5.13.0-051300 (image-unsigned, headers, and modules)`, installed on the system. Note: I have...
I don't know who is culprit. Maybe some package are named wrongly? regex doesn't match https://github.com/pimlie/ubuntu-mainline-kernel.sh/blob/master/ubuntu-mainline-kernel.sh#L644  
I recently installed kernel v5.12 on my Ubuntu Focal (20.04) laptop and got an error: "linux-headers-5.12-512000-generic.deb depends on libc6 >2.33 installed, you have libc6=2.31" I don't want to risk installing...
Currently when i use the "umk -u" option, i'm asked if i want to uninstall a series of packages, listed as below: linux-headers-5.7.5-050705:amd64 linux-headers-5.7.5-050705:all linux-headers-5.7.5-050705-generic:amd64 linux-headers-5.7.5-050705-generic:all linux-image-5.7.5-050705-generic:amd64 linux-image-unsigned-5.7.5-050705-generic:amd64 linux-modules-5.7.5-050705-generic:amd64 This...