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
This issue persists while installig the last kernels. Installing itself is fine: ``` Finding latest version available on kernel.ubuntu.com Latest version is: v5.5.13, continue? (y/N) Will download 6 files from...
Support for installing / uninstalling RC versions should be improved as there are currently some issues with it. See #33 and #36
The kernels installed by this script are completely unsupported, and not intended for end-users. Their intended use case is as a convenience in debugging issues with Ubuntu provided kernels. They...
Goodmorning, the cleaning operation (sudo kernel-remover -f) doesn't remove the package: linux-headers-OLD-VERSION* when there is already installed the new... is a bug? Thanks
When one has kernel packages installed in Ubuntu, their name is usually of the form `X.Y.0-Z-generic`. The ones downloaded by this script match the form `X.Y.A-XYA-generic`. Clearly, these are not...
If the build of the latest kernel failed, the kernel isn't updated at all, instead of being updated to the latest kernel for which the build succeeded.
Im getting: `Finding latest version available on kernel.ubuntu.com/usr/local/bin/ubuntu-mainline-kernel.sh: line 419: REMOTE_VERSIONS: bad array subscript`
Hey there, for some reason when I update my kernel on my Ubuntu Server it gets stuck at Installing 4 packages, and I was wondering if I could get some...
Hey! Thank you for a very usable script. Is there any way to install kernel headers along with the kernel? I just ran `bash ./ubuntu-mainline-kernel.sh -i 5.19.17` only to discover...