Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
Yeah, that shouldn't cause any pecularities.
Hmm..., nothing too outrageous, I think; still, consider
rpm-ostree reset
to at least rule out the possibility that any of the layered packages are to be blamed. If you're afraid of losing your working deployment, ensure to evoke thesudo ostree admin pin 1
command to pin it. (ASSUMING THAT THERE ARE ONLY TWO DEPLOYMENTS WHEN YOU DO THIS). After you've done the pinning, ensure that you pinned the correct one by checking this withrpm-ostree status
; the deployment you wish to pin should state the fact that it's pinned.Perhaps I had to be more clear and explicit, boot twice:
journalctl -b -1
command. This should, unless something is wrong with how systemd is setup on your system, show you the logs of the previous boot. You could even compare it with your current boot (which can be accessed withjournal -b
) and see where it diverges, though looking at the logs of the corrupt boot sequence should suffice.Aight. Thank you for putting in the work so we can rule that out!
date > time.txt && reboot
journalctl -b -1
and the last entry was 2 seconds after thedate
output in step one.It is not even getting to systemd.
I tried uninstalling the packages, and rebasing to silverblue. Nothing changed. I think I'm going to just put a pin in it and hope that the next update fixes something haha
speaking of pins
This is so important and the first thing I did. I got screwed a few years ago when I first tried silverblue. Everyone talks about how you can just rollback, no one ever mentions that you can lose your last working deployment hahah thanks though
I'm pretty clueless at that point. Never seen something like it. Apologies for not actually being able to help out. Hopefully it will be resolved soon, though.
This is probably not the advice you'd like to hear, but I wonder if rebasing to uBlue's Kinoite would make any difference. Regardless, wish you the best!
Right? It's super strange. On a normal system I would try reinstalling GRUB and maybe manually generating the initramfs, maybe compile a new kernel, but idk if I can do that here.
That's actually really interesting, maybe getting away from the fedora ecosystem would help. I do think uBlue is downstream. But it wouldn't hurt
It's indeed downstream~ish. But perhaps just different enough to actually make a meaningful change.