You are not logged in.

#1 2022-10-29 12:46:50

krey
Member
From: New York City
Registered: 2011-10-09
Posts: 22

[SOLVED] arch not booting

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

#2 2022-10-29 13:13:26

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,459

Re: [SOLVED] arch not booting

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.

Offline

#3 2022-10-29 13:54:34

krey
Member
From: New York City
Registered: 2011-10-09
Posts: 22

Re: [SOLVED] arch not booting

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

#4 2022-10-29 14:02:08

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,459

Re: [SOLVED] arch not booting

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.st

and share the link.

Offline

#5 2022-10-29 14:23:28

krey
Member
From: New York City
Registered: 2011-10-09
Posts: 22

Re: [SOLVED] arch not booting

Hi Seth

Here is the end of my pacman.log: https://0x0.st/oYXX.txt

Thank you for your help

Offline

#6 2022-10-29 14:34:40

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,459

Re: [SOLVED] arch not booting

[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.

Offline

#7 2022-10-29 14:38:22

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: [SOLVED] arch not booting

[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

#8 2022-10-29 14:54:03

krey
Member
From: New York City
Registered: 2011-10-09
Posts: 22

Re: [SOLVED] arch not booting

Thank you so much, it's working again!

Offline

Board footer

Powered by FluxBB