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!
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!