You are not logged in.
Pages: 1
Running pacstrap -K /mnt base linux linux-firmware doesn't populate /mnt/boot (nor /mnt/efi) with kernel images. The directory is just empty.
At first I mounted ESP /dev/sda1 at /mnt/efi, then I tried again with /mnt/boot.
Last edited by avidseeker (2023-07-30 14:12:12)
Offline
The kernel images are placed in the /boot path by the kernel packages, whatever that is and regardless of your bootloader.
Where there any erros during the pacstrap execution?
At first I mounted ESP /dev/sda1 at /mnt/efi, then I tried again with /mnt/boot.
There's a good chance that you installed the kernel into the /boot path of the root partition and then mounted sda1 into that path (so now it's empty) and "tried again" didn't do anything because the kernel was already up-to-date.
umount /mnt/boot
ls -lha /mnt/bootOffline
Fixed after re-installing again from scratch. The reason it was empty is that I used the ESP mounting point by --bind mount. Although it's still strange that it didn't work even after making sure the mounting was before pacstrap. And pacstrap was successful.
Offline
Pages: 1