Configurer les modules à prendre en compte au boot.
Fichier de configuration
Il s’agit de /etc/initramfs-tools/modules
Exemple
#List of modules that you want to include in your initramfs. #They will be loaded at boot time in the order below. #Syntax: module_name [args …] #You must run update-initramfs(8) to effect this change. #Examples: #raid1 #sd_mod #KMS drm radeon modeset=1 # LZ4 compression support for zswap lz4 lz4_compress
Clavier AZERTY dès le boot
Modifier le fichier /etc/initramfs-tools/initramfs.conf
# KEYMAP: [ y | n ]
# Load a keymap during the initramfs stage.
KEYMAP=y
Prise en compte
update-initramfs -u -k all