Mkinitcpio
  • Need to add Hooks
  • vim /etc/mkinitcpio.conf
  • Add the following (comment out the current HOOKS)

HOOKS=(base systemd autodetect microcode modconf kms keyboard sd-vconsole block sd-encrypt lvm2 filesystems fsck)

Regenerate the initramfs (will also tell you of errors) mkinitcpio -p linux

Set a bigger font

  • vim /etc/vconsole.conf
  • Add the following:
    • FONT=latarcyrheb-sun32
    • KEYMAP=de

Confirm the Font now exists

  • ls /usr/share/kbd/consolefonts/ |grep latar

  • should get output of 2 files

Built with LogoFlowershow