After installing arch linux, grub doesn't show the boot menu. Instead iI get a grub promtprompt. /dev/nvme0n1p1 is the efi partrtionpartition.
/dev/nvme0n1p2 is the swap partition
/dev/nvme0n1p3 is the file system partition
First, i mountI mounted the nvme0n1p3 and nvme0n1p1 partitions by using
mount /dev/nvme0n1p3 /mnt and mount /dev/nvme0n1p1 /mnt/boot respectively.
After chroot into arch and installing everything i started
After running grub-install --target=x86_64arch-efichroot --efi-directory=/boot --recheck --removeablemnt. and installing everything I run
grub-install --target=x86_64-efi --efi-directory=/boot --recheck --removable. Then iI installed the configuration file for grub with grub-mkconfig -o /boot/grub/grub.cfg. Then iI exited the chroot and umount -R /mnt. Then iI rebooted. After starting up again, iI only get a grub prompt. Can someone help?