<div dir="ltr"><div dir="ltr">On Wed, Sep 1, 2021 at 2:40 PM EpicLemon99 <<a href="mailto:EpicLemon99@protonmail.com">EpicLemon99@protonmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I am unable to boot up ISO files of Linux distributions that use systemd. My computer is a HP Pavilion TG01-2856no, it is recent hardware. The boot gets stuck when it tries to start systemd services, such as Network Time Synchronization.<br><br>For example, there are the messages I get when trying to boot up the Arch Linux ISO: <a href="https://imgur.com/a/oKGjZk7" target="_blank">https://imgur.com/a/oKGjZk7</a><br><br>Booting it with the kernel argument init=/bin/bash however works.</blockquote><div><br></div><div>Boot it with the 'systemd.debug-shell' option and take a look (via tty9) at what systemd-udevd is doing. I'm guessing that one of its worker processes tried to interact with a device (e.g. read information from /sys or do some active probing), but due to either hardware issue or driver bug, the syscall got stuck in the kernel and never returned. So check /proc/PID/stack of the udev worker processes, I guess?</div><div><br></div><div>(The same issue might be occurring even on installed systems, only they don't *wait* for udev to finish handling every single device (systemd-udev-settle), so the process might just remain hung in background.)</div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Mantas Mikulėnas</div></div></div>