Re: [systemd-devel] Issues with parallelised early boot

2022-12-01 Thread Naïm Favier
On 01/12/2022 17:50, Michal Koutný wrote: Perhaps a slightly different angle -- is the graphics driver necessary to mount the main root FS? (IIUC, you can enter the passphrase even without it? Then you could build a smaller initrd and load the driver later (when visual artifacts won't be hopefull

Re: [systemd-devel] Issues with parallelised early boot

2022-12-01 Thread Michal Koutný
Hello Naïm. On Sat, Nov 26, 2022 at 01:59:53PM +0100, Naïm Favier wrote: > When using systemd as PID 1 in the initrd, there is no sequencing between > loading kernel modules > (systemd-modules-load.service) and starting udev (systemd-udevd.service). > I load my graphics driver (amdgpu) with sys

[systemd-devel] Issues with parallelised early boot

2022-11-26 Thread Naïm Favier
When using systemd as PID 1 in the initrd, there is no sequencing between loading kernel modules (systemd-modules-load.service) and starting udev (systemd-udevd.service). I load my graphics driver (amdgpu) with systemd-modules-load, which takes about three seconds, so it finishes loading after u