Qubes OS 4.1.1 does not boot after installation on Lenovo T460p

Try booting the Ubuntu stick and run:

ls /sys/firmware/efi

If you see some files, then try:

sudo gdisk -l /dev/sda

and look for EFI System Partition – if it is eg. 1, then you can try:
efibootmgr -v -c -u -L QUBES -l /EFI/qubes/grubx64.efi -d /dev/sda -p 1
… and if your disk is named /dev/nvme0n1 replace sda accordingly. :slight_smile:

Credits go to: