Mine "hangs" for a while but does EVENTUALLY boot. It takes like 3-5 minutes though which is very unusual. It used to boot in a few seconds (nvme ssd boot drive), so at first I was worried maybe the drive was going bad.
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.
I left it for an hour and it did nothing :(
@somethingsomethingidk Lightdm stopped working for me on several machines with nVidia graphics after updating to 6.14.4 and 6.14.5, but machines with Intel UHD630 graphics continue to function in terms of their display.
If you hit escape does it do anything? Or can you switch to a text terminal? Or, boot in text mode, or even rescue mode?
Nope, escape does nothing. Tried different tty, does nothing. It's not even showing the fedora symbol under the Dell icon. I am about to try and just let it sit for 15-30 minutes and see if it does anything.
Anybody else experienced something similar?
FWIW, I just booted my laptop that runs a Fedora Atomic derivative -secureblue to be precise*- and updated to the 6.14.5-300 kernel. Afterwards, I rebooted and found a still functional system. Just so you know; GNOME is installed on my system instead of KDE Plasma, but I don't think it would have mattered.
Regardless, your issue remains and is rather peculiar. Uhmm..., I'm just thinking out loud at this point, but have you considered the following:
- Is this a system with Nvidia? If so, could it be somehow related?
- How 'pristine' is your system? Have you layered a bunch of packages? If so, do you think the issue would persist after a
rpm-ostree reset
? - Beyond layering, I have experienced that kernel arguments could cause issues down the line. So, have you tinkered with any of that? If so, do you think the issue would persist if you would remove all user-added kernel arguments?
Aside from the above, I don't really know what would cause an issue as such.
Or know of a way I can get some more info out of the system
Consider accessing systemd's journaling with journalctl
. This should be (easily) accessible on a successfully booted system. In your case, that would be your working deployment.
No Nvidia, just intel integrated graphics. Its a dell ispiron 7500.
My system isn't pristine but it's not that bad, and I don't see how any of the packages would cause this problem. I can upgrade fine, there's no conflicts. I could see it messing up if I tried to layer a different bootloader but it's nothing like that. Here's my layered packages anyway
LayeredPackages: alacritty bat btop distrobox fish flatpak-builder kpeoplevcard light lsd mako neovim parallel python3-neovim shellcheck swaybg swayfx swayidle swaylock syncthing
tailscale tmux virt-manager waybar wlogout wlsunset wofi
journalctl
shows nothing. That's what I meant by no logs, I should have been clearer. It's not even getting that far. It's like it's stuck in grub, but only when I try the new kernel.
The only deviation from the vanilla kargs have been for troubleshooting this and I did it in the grub editor so they aren't persistent. I tried removing rhgb
changed quiet
to verbose
and debug
and loglevel=7
just to see if anything would happen. It still just hangs
No Nvidia, just intel integrated graphics. Its a dell ispiron 7500.
Yeah, that shouldn't cause any pecularities.
LayeredPackages: alacritty bat btop distrobox fish flatpak-builder kpeoplevcard light lsd mako neovim parallel python3-neovim shellcheck swaybg swayfx swayidle swaylock syncthing tailscale tmux virt-manager waybar wlogout wlsunset wofi
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 the sudo 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 with rpm-ostree status
; the deployment you wish to pin should state the fact that it's pinned.
journalctl
shows nothing. That’s what I meant by no logs, I should have been clearer. It’s not even getting that far. It’s like it’s stuck in grub, but only when I try the new kernel.
Perhaps I had to be more clear and explicit, boot twice:
- first, into the now broken deployment, wait until the time your system should have booted otherwise. Then, hard reset.
- secondly, to your still working deployment, then evoke the
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.
The only deviation from the vanilla kargs have been for troubleshooting this and I did it in the grub editor so they aren’t persistent. I tried removing rhgb changed quiet to verbose and debug and loglevel=7 just to see if anything would happen. It still just hangs
Aight. Thank you for putting in the work so we can rule that out!
Perhaps I had to be more clear and explicit, boot twice So yeah it's not showing anything from the "first" broken deployment. Just to be empirical,
- I ran
date > time.txt && reboot
- Tried to boot the new deployment, waited about 10 min
- reset and booted into working deployment
- ran
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
If you’re afraid of losing your working deployment, ensure to evoke the
sudo ostree admin pin 1
command to pin it.
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!
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.
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.
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!
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
I do think uBlue is downstream
It's indeed downstream~ish. But perhaps just different enough to actually make a meaningful change.
I added earlyprintk verbose loglevel=7
to the kernel params in grub and all it says is:
Booting a command list
Still hangs