You are not logged in.
I started to use systemd about two months ago and fiddled around with systemd-analyze. What seemed strange to me is that most of the time is spent in initramfs. Today I tried dracut and it really makes a difference:
mkinitcpio: Startup finished in 1715ms (kernel) + 12965ms (initramfs) + 6896ms (userspace) = 21576msdracut: Startup finished in 1948ms (kernel) + 3209ms (initramfs) + 6742ms (userspace) = 11900msDo other users experience the same inequality? I think in my case it is the mdadm hook. Wiith mkinitcpio it hangs there for ages :-/
I think my HOOKS are pretty standard and OK?
$ egrep "^HOOKS" /etc/mkinitcpio.conf
HOOKS="base udev autodetect pata scsi sata mdadm filesystems fsck timestamp"Offline
I guess [pata] and [scsi] are uneeded for you, anyway [autodetect] will remove uneeded files.
[mdadm] should be replaced by [mdadm_udev] ![]()
Offline
Is the dracut configuration similar to that of mkinitcpio?
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
[mdadm] should be replaced by [mdadm_udev]
thx, that did the trick! initramfs is now at "3165ms". => "pacman -Rsn dracut"
Offline