New comment by LamaRaz on void-packages repository https://github.com/void-linux/void-packages/issues/21234#issuecomment-617546598 Comment: no apparmor, it's a fresh system with nothing but lvm2 and crypsetup with efi ``` rd.auto=1 cryptdevice=UUID=:lvm ipv6.disable=1 net.ifnames=0 ``` dhcpdcd also says "connected to access point 'xxx'" with wpa_supplicant set up correctly and running dhcpcd was also working fine when setting everything up from the live system, no surprise since it's an older version the system in question does have one of those 32 bit EFI firmwares with a 64 bit CPU, no idea if it's related. After installing grub-x86_64-efi initially i also had to install grub-i386-efi `grub-install --target=i386-efi --efi-directory=/boot/efi --bootloader-id=void_grub --boot-directory=/boot --recheck --debug`