You are not logged in.
Pages: 1
I just upgraded all my AUR packages and now my system is completely unbootable.
It just hangs here:
https://i.imgur.com/5oBZ925.jpeg
I added the "debug" parameter in refind, but it didn't seem to show anything useful.
Is there a way to diagnose the problem?
Many thanks
Mod note: replaced oversized image with URL. Please read the General Guidelines and adhere to the image posting guidelines. - WorMzy
Last edited by krey (2022-10-29 14:54:23)
Offline
Please replace the oversized image w/ a link.
The boot seems to stall at mounting the EFI partition, so try to boot the rescue.target (2nd link below, if that fails you'll have to use some live distro like grml) and comment the entry in your fstab.
As for the cause, a list of your UR packages might provide insight in what could have happened here.
Online
Thanks seth.
I couldn't boot into rescue.target (same problem). I managed to get to emergency.target, but not sure if that helps.
I now realize I removed a bunch of unused packages as well, so I'm not longer sure if it's due to my AUR upgrade.
I managed to boot into an Arch Installer live usb and arch-chroot. Not sure how to proceed
Offline
Check the pacman log on what you actually removed.
You can also tail it into
tail -1000 /var/log/pacman.log | curl -F 'file=@-' 0x0.stand share the link.
Online
Offline
[2022-10-29T12:12:31+0100] [ALPM] removed archlinux-keyring (20220927-1)
[2022-10-29T12:14:09+0100] [ALPM] removed linux-firmware (20220913.f09bebf-1)
[2022-10-29T12:14:09+0100] [ALPM] removed linux-firmware-whence (20220913.f09bebf-1)Those (at least the first two) are kinda worrisome and you do have firmware issues in the failed boot.
Online
[2022-10-29T12:12:31+0100] [ALPM] removed archlinux-keyring (20220927-1)
[2022-10-29T12:14:09+0100] [ALPM] removed linux-firmware (20220913.f09bebf-1)
That last one could be your problem. Always, always, always check a list when removing things.
Edit: Also see https://archlinux.org/news/base-group-r … -required/
Last edited by Scimmia (2022-10-29 14:40:15)
Offline
Thank you so much, it's working again!
Offline
Pages: 1