You are not logged in.

#1 2020-06-15 23:35:03

BrownieInMotion
Member
Registered: 2020-06-15
Posts: 7

[SOLVED] Arch doesn't boot after update

I'm pretty bad at remembering to update so it only happens once in a blue moon.

After running pacman -Syu and rebooting, it got stuck. The place at which this happens isn't always the same.

I couldn't switch TTYs, so I used a live USB to try and see what was wrong.

Here is the output of journalctl -b -1 -r:

https://gist.github.com/9807c1a20ae14e2 … 077094a2fb

Last edited by BrownieInMotion (2020-06-16 05:05:22)

Offline

#2 2020-06-15 23:47:04

loqs
Member
Registered: 2014-03-06
Posts: 19,062

Re: [SOLVED] Arch doesn't boot after update

The log shows the system booting up and shutting down.  If the journal is for the boot with the issue,  what was on the screen during the system being stuck?

Offline

#3 2020-06-15 23:56:28

BrownieInMotion
Member
Registered: 2020-06-15
Posts: 7

Re: [SOLVED] Arch doesn't boot after update

loqs wrote:

The log shows the system booting up and shutting down.  If the journal is for the boot with the issue,  what was on the screen during the system being stuck?

It showed the systemd messages, all preceeded by either [ OK ] or nothing at all. The place in which it hangs is different each time.

The log shows the system booting up and shutting down because I pressed the power button in order to boot into the live USB and get the log. You can see where this happens if you search for "pressed" in the log.

Offline

#4 2020-06-16 00:01:46

loqs
Member
Registered: 2014-03-06
Posts: 19,062

Re: [SOLVED] Arch doesn't boot after update

Have you tried disabling /etc/udev/rules.d/90-xhc_sleep.rules ?

Offline

#5 2020-06-16 00:07:52

BrownieInMotion
Member
Registered: 2020-06-15
Posts: 7

Re: [SOLVED] Arch doesn't boot after update

loqs wrote:

Have you tried disabling /etc/udev/rules.d/90-xhc_sleep.rules ?

No, I haven't. Should I try removing the rule concerning ATTR{power/wakeup}? All the errors in journal seem to be related to that.

Offline

#6 2020-06-16 00:11:25

loqs
Member
Registered: 2014-03-06
Posts: 19,062

Re: [SOLVED] Arch doesn't boot after update

That rule or the whole file which ever you want to test.

Offline

#7 2020-06-16 00:20:41

BrownieInMotion
Member
Registered: 2020-06-15
Posts: 7

Re: [SOLVED] Arch doesn't boot after update

That actually happened to be the only rule in the file. Unfortunately, removing it did not fix the problem. Here are the new logs:

https://gist.github.com/5c6ac7d7fa82da9 … c775295310

Offline

#8 2020-06-16 00:31:20

loqs
Member
Registered: 2014-03-06
Posts: 19,062

Re: [SOLVED] Arch doesn't boot after update

Is a GUI supposed to start or is it the login prompt that is missing?

I can see some issues in the journal but not sure they if are related:

Jun 15 17:09:24 daniel systemd[1]: mbpfan.service: Failed with result 'exit-code'.
..
Jun 15 17:09:23 daniel systemd-modules-load[310]: Failed to find module 'facetimehd'

Offline

#9 2020-06-16 00:36:29

BrownieInMotion
Member
Registered: 2020-06-15
Posts: 7

Re: [SOLVED] Arch doesn't boot after update

loqs wrote:

Is a GUI supposed to start or is it the login prompt that is missing?

I can see some issues in the journal but not sure they if are related:

Jun 15 17:09:24 daniel systemd[1]: mbpfan.service: Failed with result 'exit-code'.
..
Jun 15 17:09:23 daniel systemd-modules-load[310]: Failed to find module 'facetimehd'

In terms of a GUI, I always start X manually.

It hangs before the login prompt appears--systemd gets stuck, but in a different place each time.

"FaceTimeHD" has to do with the Webcam, but that worked out of the box iirc. However, the mbpfan thing is weird because my fan does start running after my laptop gets warm. Should I try disabling that?

Offline

#10 2020-06-16 00:43:13

loqs
Member
Registered: 2014-03-06
Posts: 19,062

Re: [SOLVED] Arch doesn't boot after update

I would try it.  Another thing to try would be linux-lts.  What was in the update?  (/var/log/pacman.log)

Offline

#11 2020-06-16 00:51:08

BrownieInMotion
Member
Registered: 2020-06-15
Posts: 7

Re: [SOLVED] Arch doesn't boot after update

loqs wrote:

I would try it.  Another thing to try would be linux-lts.  What was in the update?  (/var/log/pacman.log)

I do a poor job of maintaining my install so each time I update, basically every package gets updated sad

Disabling mbpfan did not work; I will try linux-lts

Offline

#12 2020-06-16 04:21:45

pk.gmp
Member
Registered: 2020-06-15
Posts: 44

Re: [SOLVED] Arch doesn't boot after update

There are a few bugs with drm/i915 with 5.7.2. Based on your hardware, I would say that is causing your system to not boot. I am waiting for these fixes too.

I have same hardware and for me, MBP fan and facetimehd are just distractions.  MBP complains about coretemp support so wont start (but never broke regular boot). For me I always need to load facetimehd manually.

For now, using any kernel from prior series 5.6 or prior (eg. lts or hardened) should allow you to boot into system (as does mine).

Offline

#13 2020-06-16 04:49:04

BrownieInMotion
Member
Registered: 2020-06-15
Posts: 7

Re: [SOLVED] Arch doesn't boot after update

Thank you so much for the info. Changing to LTS totally worked. I'm honestly so glad I am not the only one with this setup.

For future reference, will compatibility be made clear in future releases or should I just keep trying them until they work?

Offline

Board footer

Powered by FluxBB