archlinux

22 - Initramfs

Previous: Configure swap

References:


Edit the config file with

nano /etc/mkinitcpio.conf

Set

HOOKS=(base udev autodetect microcode modconf kms keyboard keymap encrypt block filesystems fsck)

Install intel microcode:

pacman -S intel-ucode

Alternatively, install AMD microcode:

pacman -S amd-ucode

Create the initial ram disk:

mkinitcpio -P

Next: Set toot password