amel
amel
Explore posts from servers
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
custom kernel
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
33 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
custom kernel
yea that should be easier or like wayblue even https://github.com/wayblueorg/wayblue
33 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
custom kernel
i see youre already asking at the ublue discord so i think they might be able to help you further
33 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
custom kernel
hmm honestly i cant advise much from here, but bazzite kernel is probably not going to be easily replaceable in bazzite
33 replies
UBUniversal Blue
Created by NeoChaos on 3/9/2025 in #🛟bazzite-help
System spontaneously rebooting at random, can't find a cause
just a head's up, i had a failing RAM module that memtest never caught. replaced it and my issues disappeared immediately (was on endeavouros at that time). so you might want to still take RAM/hardware issues into consideration perhaps it would also be a good idea to run a live USB with a different distro for several hours to see if you see a difference?
31 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
custom kernel
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
packages:
# - cachyos-ksm-settings
# - cachyos-settings
install:
allow-erasing: true
install-weak-deps: false
packages:
# - cachyos-ksm-settings
# - cachyos-settings
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)
33 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
custom kernel
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
33 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
custom kernel
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
33 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
custom kernel
eithr that or use the (experimental?) dnf module with allow-erasing: true
33 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
custom kernel
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
33 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
custom kernel
as i said, cachy is already on 6.14.*, bazzite is still behind that
33 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
custom kernel
this is the exact error from your build log
[08:18:37 g.i/e/hyprbazzite:latest] => 2.048 error: Could not depsolve transaction; 2 problems detected:
[08:18:37 g.i/e/hyprbazzite:latest] => 2.048 Problem 1: package kmod-zenergy-0.0.git.36.32f6eb3d-1.fc41.x86_64 from @System requires kernel-uname-r = 6.13.7-108.bazzite.fc41.x86_64, but none of the providers can be installed
[08:18:37 g.i/e/hyprbazzite:latest] => 2.048 - conflicting requests
[08:18:37 g.i/e/hyprbazzite:latest] => 2.048 Problem 2: package kernel-devel-matched-6.13.7-108.bazzite.fc41.x86_64 from @System requires kernel-core = 6.13.7-108.bazzite.fc41, but none of the providers can be installed
[08:18:37 g.i/e/hyprbazzite:latest] => 2.048 - package kernel-core-6.13.7-108.bazzite.fc41.x86_64 from @System requires kernel-modules-core-uname-r = 6.13.7-108.bazzite.fc41.x86_64, but none of the providers can be installed
[08:18:37 g.i/e/hyprbazzite:latest] => 2.048 - conflicting requests
[08:18:37 g.i/e/hyprbazzite:latest] => 2.048 error: Could not depsolve transaction; 2 problems detected:
[08:18:37 g.i/e/hyprbazzite:latest] => 2.048 Problem 1: package kmod-zenergy-0.0.git.36.32f6eb3d-1.fc41.x86_64 from @System requires kernel-uname-r = 6.13.7-108.bazzite.fc41.x86_64, but none of the providers can be installed
[08:18:37 g.i/e/hyprbazzite:latest] => 2.048 - conflicting requests
[08:18:37 g.i/e/hyprbazzite:latest] => 2.048 Problem 2: package kernel-devel-matched-6.13.7-108.bazzite.fc41.x86_64 from @System requires kernel-core = 6.13.7-108.bazzite.fc41, but none of the providers can be installed
[08:18:37 g.i/e/hyprbazzite:latest] => 2.048 - package kernel-core-6.13.7-108.bazzite.fc41.x86_64 from @System requires kernel-modules-core-uname-r = 6.13.7-108.bazzite.fc41.x86_64, but none of the providers can be installed
[08:18:37 g.i/e/hyprbazzite:latest] => 2.048 - conflicting requests
version problem
33 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
custom kernel
you dont need to use extra keys if you use copr repos
33 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
custom kernel
replace kernel-cachyos with kernel-cachyos-rt if thats what you need
33 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
custom kernel
try this
modules:
- type: rpm-ostree
repos:
# - https://copr.fedorainfracloud.org/coprs/bieszczaders/kernel-cachyos-addons/repo/fedora-%OS_VERSION%/bieszczaders-kernel-cachyos-addons-fedora-%OS_VERSION%.repo - if you need cachyos-ksm-settings
- https://copr.fedorainfracloud.org/coprs/bieszczaders/kernel-cachyos/repo/fedora-%OS_VERSION%/bieszczaders-kernel-cachyos-fedora-%OS_VERSION%.repo #cachy kernel
install:
# - cachyos-ksm-settings - if you need cachyos-ksm-settings
- libcap-ng
- libcap-ng-devel
- procps-ng
- procps-ng-devel
- type: script
snippets:
- "echo 'Enable SElinux policy' && setsebool -P domain_kernel_load_modules on"
- "echo 'CachyOS kernel override' && rpm-ostree override remove kernel kernel-core kernel-modules kernel-modules-core kernel-modules-extra --install kernel-cachyos"
modules:
- type: rpm-ostree
repos:
# - https://copr.fedorainfracloud.org/coprs/bieszczaders/kernel-cachyos-addons/repo/fedora-%OS_VERSION%/bieszczaders-kernel-cachyos-addons-fedora-%OS_VERSION%.repo - if you need cachyos-ksm-settings
- https://copr.fedorainfracloud.org/coprs/bieszczaders/kernel-cachyos/repo/fedora-%OS_VERSION%/bieszczaders-kernel-cachyos-fedora-%OS_VERSION%.repo #cachy kernel
install:
# - cachyos-ksm-settings - if you need cachyos-ksm-settings
- libcap-ng
- libcap-ng-devel
- procps-ng
- procps-ng-devel
- type: script
snippets:
- "echo 'Enable SElinux policy' && setsebool -P domain_kernel_load_modules on"
- "echo 'CachyOS kernel override' && rpm-ostree override remove kernel kernel-core kernel-modules kernel-modules-core kernel-modules-extra --install kernel-cachyos"
33 replies
UBUniversal Blue
Created by Nix Eyes on 3/27/2025 in #🛟bazzite-help
Ostree package not recognized in status but it exists
with this template you just edit build.sh im pretty sure if you want to give it another try
54 replies
UBUniversal Blue
Created by Nix Eyes on 3/27/2025 in #🛟bazzite-help
Ostree package not recognized in status but it exists
that error is usually caused with dnf commands iirc, probably one of the packages called for dnf commands or sth
54 replies
UBUniversal Blue
Created by Nix Eyes on 3/27/2025 in #🛟bazzite-help
Ostree package not recognized in status but it exists
but if you got it to work using layers then its all good, but again you might experience similar package conflicts/issues
54 replies
UBUniversal Blue
Created by Nix Eyes on 3/27/2025 in #🛟bazzite-help
Ostree package not recognized in status but it exists
if you really want to get hyprland on your bazzite, in the long run a custom image would be better imo https://github.com/ublue-os/image-template
54 replies
UBUniversal Blue
Created by Nix Eyes on 3/27/2025 in #🛟bazzite-help
Ostree package not recognized in status but it exists
54 replies