It has been some time since I installed Gentoo. After partitioning, and installing the system after reboot I get kernel selection from grub and hitting enter, I don't see any text scrolling on the screen, and I don't see the login screen.
Is the text scroll disabled for booting or is my configuration incorrect? Here are some details: Partition: /dev/nvme0n1p1 2048 2099199 2097152 1G EFI System /dev/nvme0n1p2 2099200 10487807 8388608 4G Linux swap /dev/nvme0n1p3 10487808 1953523711 1943035904 926.5G Linux filesystem cat /etc/fstab /dev/nvme0n1p1 /efi vfat noauto,noatime 1 2 /dev/nvme0n1p2 none swap sw 0 0 /dev/nvme0n1p3 / ext4 noatime 0 1 /etc/default/grub: ... # Append parameters to the linux kernel command line for non-recovery entries #GRUB_CMDLINE_LINUX_DEFAULT="" To install grub, I run: grub-install --target=x86_64-efi --efi-directory=/efi I think I install grub in a wrong way. When I mount "boot" content of /boot: ls /boot/ EFI When I unmount "boot" content of /boot: ls /boot/ System.map-6.1.57-gentoo config-6.1.57-gentoo grub vmlinuz-6.1.57-gentoo -- Thelma

