Description
This repository provides unstable kernel 6.5 packages built without Secure Boot support, sometimes with patches under testing, mainly for my own purpose.
Installation Instructions
In Fedora:
$ sudo dnf copr enable zhanggyb/kernel-6.5
$ sudo dnf update
Please turn off Secure Boot in BIOS/UEFI settings before using the new kernel.
Roll back to original status-
Get the repo id by
dnf repolist
, for example, the repo id of this COPR is usually:copr:copr.fedorainfracloud.org:zhanggyb:kernel-6.2
-
Get a list of the new packages from COPR repository:
$ sudo dnf repository-packages <repo_id> list --installed
-
Disable the COPR repo:
$ sudo dnf copr disable zhanggyb/kernel-6.5
Or just delete the corresponding
.repo
file from/etc/yum.repos.d/
-
Downgrade packages if needed:
$ sudo dnf downgrade <packages...>
For example, to downgrade kernel packages installed from this repo:
$ sudo dnf downgrade kernel kernel-headers
If there's package blocks the downgrade, remove it with
rpm
:$ sudo rpm -e <package> --nodeps
And redo this step.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release Architectures Repo Download Fedora 38 x86_64 (0)* Fedora 38 (0 downloads)* Total number of packages downloaded in the last seven days.
This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/zhanggyb/kernel-6.5