:: Re: [DNG] Udevd hanging at boot
Top Page
Delete this message
Reply to this message
Author: Alessandro Vesely
Date:  
To: dng
Subject: Re: [DNG] Udevd hanging at boot
On Fri 07/Aug/2026 01:16:13 +0200 Ralph Ronnquist via Dng wrote:
> On Mon, Aug 03, 2026 at 10:13:23AM +0200, Alessandro Vesely via Dng wrote:
>>
>> In order to better understand the issue, I added an 'x' on the she-bang line
>> of both udev and eudev in /etc/init.d/, so that they read
>>
>>     #!/bin/sh -ex

>>
>> However, the output remains the same, both on screen and in dmesg:
>>
>> [    1.029490] Run /init as init process
>> [    1.029543]   with arguments:
>> [    1.029545]     /init
>> [    1.029547]   with environment:
>> [    1.029548]     HOME=/
>> [    1.029549]     TERM=linux
>> [    1.064359] udevd[221]: starting version 3.2.14
>> [    2.096511] random: crng init done
>> [    2.098060] udevd[222]: starting eudev-3.2.14

>>
>> How come command lines are not shown?
>
> apparently there are 2 init scripts concerned with some "udevd":
>     /etc/init.d/eudev
>     /etc/init.d/udev



I learned the scripts used at this stage are in /run/initramfs.

Adding debug=vc to GRUB_CMDLINE_LINUX doesn't produce useful output either.

Next time I'll try with break=top and instrumenting the scripts there...


Best
Ale
--