B
BlueBuild5mo ago
Heus

black screen after update

I made some adjustments to my image recipe, such as using dnf instead of rpm-ostree, removing and adding some packages and enabling the negativa17 repo, but nothing, beyond that, that would cause boot problems. I'm suspicious of an option that is this:
install:
install-weak-deps: false # Whether to install weak/recommended dependencies.
install:
install-weak-deps: false # Whether to install weak/recommended dependencies.
Here is my repo for anyone who wants to investigate the commits and files: https://github.com/Heus-Sueh/hyprland
GitHub
GitHub - Heus-Sueh/hyprland: My Blue image.
My Blue image. Contribute to Heus-Sueh/hyprland development by creating an account on GitHub.
6 Replies
Luke Skywunker
Luke Skywunker4mo ago
The install-weak-deps corresponds to the --setopt=install_weak_deps=True arg for dnf5
Heus
HeusOP3mo ago
How can I debug the reason why it is not booting into my image? On the grub screen after 5 seconds and automatically selecting the first image from the list, it just stays on the screen: "booting on fedora 41..." and gets stuck on that. I have no feedback on what is happening or what is failing to boot.
Luke Skywunker
Luke Skywunker3mo ago
xyny
xyny3mo ago
do you have access from grub to previous versions of your image that boot properly? fixing this issue without the ability to update would be pretty hard...
Heus
HeusOP3mo ago
I was able to select the previous image before the update and try to apply the update again, but the same error persisted. I was able to sort of solve this by changing the base-image of my images to the original fedora without the ublue changes and applying the akmods manually.
fiftydinar
fiftydinar3mo ago
hmm, might be a critical ublue base image issue on that date

Did you find this page helpful?