Hi! I have just (tried to) updated my Fedora from 42 to 43 but it doesn’t seem to be booting up. After the grub, the code/command line pops up with what seems to be the update thingies, but then it stops at ‘Failed to start system-update-utmp-runlevel.service’ and then it’s just stuck.
I’m sorry if it’s dumb but I’m a noob and not exactly sure what I’m doing. Any help appreciated.
I also tried to take a photo, but it was pretty hard since the thing only pops up for a second
Apparently the whole time there was a tiny nasty lil dependency for the vulkan-tools package called wine-dxvk which didn’t uninstall properly, but after removing that and following @francismontagnac’s advice to refresh the database it finally worked : )
Hi! Tried booting into the other fedoras 42 and they all give the same error as above. Tried booting into fedora 40 and it put me into emergency mode, after which it said
‘Cannot open access to console, the root account is locked.
Boot into a live system and look at the home partition of your on-disk install. If your username is rikaxmai, then directory /home/rikaxmai will exist.
If you’ve also forgotten the password, follow these instructions to change it from the live USB. Those refer to the root password, but you can use the same procedure to change a user password. Just replace passwd with passwd rikaxmai (or whatever your username is).
Edit - the above instructions don’t cover btrfs installs. If you do need to change your password, and you installed using btrfs (the default), let us know.
You can post that here, using the ‘preformatted text’ (ctrl+e) </> button in the top of the edit box.
It’s good so others can find the same error here, and so people don’t have to go to external sites.
Hello, I am Ace’s nerd friend. I tried to paste the output in, but it was too large for the forum. It is also probably best to keep it on the pastebin as it may or may not contain sensitive info. My apologies.
When the machine starts, press eventually the Escape key.
You will then have a menu (the grub menu) allowing you to choose what kernel to boot and
also with what parameters.
On the current kernel, press the e key to edit this boot.
Go to the vmlinuz line (with the arrow keys)
Suppress the parameters: rhgb and quiet
Add: systemd.debug_shellsystemd.unit=multi-user.target
Press at the same time the Ctrl and x keys to continue booting
This changes of the kernel parameters is only a way to get a shell without being bothered
by gnome-shell looping trying to setup the graphical session.
Re-reading the previous posts, I see that you managed to get a shell on TTY3.
I suggest to verify first that the upgrade has properly finished. If not fix it.
Remove the systemd.debug_shell and try again; it’s almost certainly disabled on your machine as anyone who can turn your machine on can add that parameter and get straight into the box without any passwords and so on. It’s useful for debugging but absolutely lethal to security, and thus is probably disabled. I’ve not checked but I’d be staggered if it works (and as we can see, yours is disabled anyway!).
Great idea to use it, but I expect it’ll be scuppered by security.