Bonjour à tous,
J'ai acheté un nouveau PC il y 'a peu : Asus ROG G751JT-T7194T (SSD 128Go + disque 1T, Nvidia GTX 970M, 16Go + i7). Niveau partition, / est sur le SSD (avec windows) et /home est sur le disque dur classique. Il tourne avec fedora 23 et les pilotes graphiques propriétaires.
Malgré ses caractéristiques, je trouve le temps de boot très long.
david:~ $ systemd-analyze [21:50:05]
Startup finished in 7.342s (firmware) + 2.246s (loader) + 1.581s (kernel) + 21.208s (initrd) + 2.089s (userspace) = 34.467s
Je vois bien que c'est initrd qui prends du temp, j'ai essayé de le réduire en retirant des modules mais rien n'y fait
david:~ $ cat /etc/dracut.conf [22:21:56]
# PUT YOUR CONFIG IN separate files
# in /etc/dracut.conf.d named "<name>.conf"
# SEE man dracut.conf(5) for options
omit_dracutmodules="fcoe fcoe-uefi i18n"
Image: /boot/initramfs-4.4.7-300.fc23.x86_64.img: 14M
========================================================================
Early CPIO image
========================================================================
drwxr-xr-x 3 root root 0 Apr 21 22:20 .
-rw-r--r-- 1 root root 2 Apr 21 22:20 early_cpio
drwxr-xr-x 3 root root 0 Apr 21 22:20 kernel
drwxr-xr-x 3 root root 0 Apr 21 22:20 kernel/x86
drwxr-xr-x 2 root root 0 Apr 21 22:20 kernel/x86/microcode
-rw-r--r-- 1 root root 23552 Apr 21 22:20 kernel/x86/microcode/GenuineIntel.bin
========================================================================
Version: dracut-043-63.git20151211.fc23
Arguments: -v -f
dracut modules:
bash
systemd
systemd-initrd
network
ifcfg
kernel-modules
kernel-network-modules
resume
rootfs-block
terminfo
udev-rules
dracut-systemd
usrmount
base
fs-lib
shutdown
Le contenu complet est disponible ici :
https://paste.fedoraproject.org/358349/12702151/
Une idée sur comment améliorer ce temps de boot ?
Merci !