Skip to main content
fixed formatting and grammar and corrected spelling
Source Link

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?

After installing arch linux, grub doesn't show the boot menu. Instead i get a grub promt. /dev/nvme0n1p1 is the efi partrtion.
  /dev/nvme0n1p2 is the swap partition
  /dev/nvme0n1p3 is the file system partition
 

First, i mount mount /dev/nvme0n1p3 /mnt and mount /dev/nvme0n1p1 /mnt/boot
After chroot into arch and installing everything i started grub-install --target=x86_64-efi --efi-directory=/boot --recheck --removeable. Then i installed the configuration file for grub with grub-mkconfig -o /boot/grub/grub.cfg. Then i exited the chroot and umount -R /mnt. Then i rebooted. After starting up again, i only get a grub prompt. Can someone help?

After installing arch linux, grub doesn't show the boot menu. Instead I get a grub prompt. /dev/nvme0n1p1 is the efi partition. 
/dev/nvme0n1p2 is the swap partition 
/dev/nvme0n1p3 is the file system partition 

First, I mounted the nvme0n1p3 and nvme0n1p1 partitions by using  
mount /dev/nvme0n1p3 /mnt and mount /dev/nvme0n1p1 /mnt/boot respectively.

After running arch-chroot /mnt and installing everything I run

grub-install --target=x86_64-efi --efi-directory=/boot --recheck --removable. 

Then I installed the configuration file for grub with grub-mkconfig -o /boot/grub/grub.cfg. Then I exited the chroot and umount -R /mnt. Then I rebooted. After starting up again, I only get a grub prompt. Can someone help?

Source Link
BitFriends
  • 227
  • 3
  • 10

grub boot menu not showing after arch installation

After installing arch linux, grub doesn't show the boot menu. Instead i get a grub promt. /dev/nvme0n1p1 is the efi partrtion.
/dev/nvme0n1p2 is the swap partition
/dev/nvme0n1p3 is the file system partition

First, i mount mount /dev/nvme0n1p3 /mnt and mount /dev/nvme0n1p1 /mnt/boot
After chroot into arch and installing everything i started grub-install --target=x86_64-efi --efi-directory=/boot --recheck --removeable. Then i installed the configuration file for grub with grub-mkconfig -o /boot/grub/grub.cfg. Then i exited the chroot and umount -R /mnt. Then i rebooted. After starting up again, i only get a grub prompt. Can someone help?