custom kernel
How would I go about adding a custom kernel I tried adding the copr then using the install option but if I rebase to that built image it says multiple kernels found in module
Solution:Jump to solution
you can try sth like this https://github.com/askpng/solarpowered/blob/cachy/recipes/kernels/cachy.yml and probably use allow-erasing:
```
install:
allow-erasing: true
install-weak-deps: false...
GitHub
solarpowered/recipes/kernels/cachy.yml at cachy · askpng/solarpowered
Fedora Silverblue images for my personal use. Learning project, frequent changes. - askpng/solarpowered
23 Replies
GitHub
hyprbazzite/recipes/recipe.yml at main · EyesWithoutFace/hyprbazzite
Contribute to EyesWithoutFace/hyprbazzite development by creating an account on GitHub.
try this
replace kernel-cachyos with kernel-cachyos-rt if thats what you need
you dont need to use extra keys if you use copr repos
okay let me try
Hastebin
Hastebin is a free web-based pastebin service for storing and sharing text and code snippets with anyone. Get started now.
getting build issues sorry my clipboard seems to be crashing discord
this is my yml https://hastebin.com/share/jojecutegu.yaml
Hastebin
Hastebin is a free web-based pastebin service for storing and sharing text and code snippets with anyone. Get started now.
this is the exact error from your build log
version problem
oh mustve missed sorry I have dyslexia so sometimes errors are hard to read ngl
as i said, cachy is already on 6.14.*, bazzite is still behind that
yeah I got cachy on my current install and kmod issues still as well
anyway to just disable the kmods?
its out of my knowledge level atm, but i can suggest you try using bluebuild on your local machine and just run the this, figure out what package conflicts are around, and eliminate the conflicting packages one by one
eithr that or use the (experimental?) dnf module with allow-erasing: true
eliminate how exactly is adding them to rpm-ostree override remove not the way? because if so I have them all added to removedbasepackages
dnf5 module
?
yeah basically you identify packages that are causing problems, in the error above for example its kmod-zenergy and kernel-devel-matched. remove them using rpm-ostree module, run build, if it errors see what package is erroring, etc. again this is probablly not the best approach
theres also the experimental* (i say so bc its not on the main module repo yet & is undergoing dev still afaik) dnf module https://github.com/blue-build/modules/tree/dnf-module/modules/dnf
GitHub
modules/modules/dnf at dnf-module · blue-build/modules
BlueBuild standard modules used for building your Atomic Images - blue-build/modules
Solution
you can try sth like this https://github.com/askpng/solarpowered/blob/cachy/recipes/kernels/cachy.yml and probably use allow-erasing:
but im not sure if it will work (well or at all, bc again, a/kmods) on your end, since bazzite has its own optimization (also, YMMV)
GitHub
solarpowered/recipes/kernels/cachy.yml at cachy · askpng/solarpowered
Fedora Silverblue images for my personal use. Learning project, frequent changes. - askpng/solarpowered
let me try that dnf module
still having issues trying a different couple things based off the two links provided
hmm honestly i cant advise much from here, but bazzite kernel is probably not going to be easily replaceable in bazzite
i see youre already asking at the ublue discord so i think they might be able to help you further
yeah thinking they will as well if not maybe I can try aurora or something else
yea that should be easier or like wayblue even https://github.com/wayblueorg/wayblue
GitHub
GitHub - wayblueorg/wayblue: Fedora Atomic images for wayland compo...
Fedora Atomic images for wayland compositors. Contribute to wayblueorg/wayblue development by creating an account on GitHub.
you could try using this rpm-ostree module and specify to install kernel-cachyos-6.13.8-cachyos2.fc41.x86_64, but if it works, you'll need to manually adjust the kernel version as bazzite updates their kernels
yeah looking more towards latest currently I can't fakeroot to remove because its trying to remove it and failing
I am closing this sinc eyou sent a guid and I got it working without kmds unfortuantely