My setup is windows 8.1 + Manjaro, Secure boot off, EFI + GPT.
I installed Manjaro several times with no success to boot, the problem is it boots straight away to windows, tried several solutions rEFind method, reinsalled Grub and updated, nothing worked. After fiddeling around i was able to boot Manjaro on HDD from the live CD before entering the live OS i access EFI boot and one of the option on GPT2 was bootx64.efi when selected it booted Grub and i was able to choose Manajro. NB had another option on GPT3 also bootx64.efi when i choose it, it loads something then reboots the laptop.
Now my question is what am i missing why am i able to boot grub manually but it's not booting automatically ?
/EFI/Boot/Manjaro exists on ESI drive
HW is Lenovo Z510
TARGET SOURCE FSTYPE OPTIONS
/boot/efi /dev/sda2 vfat rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,
test -d /sys/firmware/efi && echo UEFI || echo BIOS
UEFI
fdisk -l Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: 92B8391D-8FE6-43E5-8358-2E6F8E4D22A9 Device Start End Sectors Size Type /dev/sda1 2048 2050047 2048000 1000M Windows recovery environment /dev/sda2 2050048 2582527 532480 260M EFI System /dev/sda3 2582528 4630527 2048000 1000M Lenovo boot partition /dev/sda4 4630528 4892671 262144 128M Microsoft reserved /dev/sda5 4892672 1020397567 1015504896 484.2G Microsoft basic data /dev/sda6 1873137664 1874059263 921600 450M Windows recovery environment /dev/sda7 1874059264 1874982911 923648 451M Windows recovery environment /dev/sda8 1874982912 1875904511 921600 450M Windows recovery environment /dev/sda9 1875904512 1928333311 52428800 25G Microsoft basic data /dev/sda10 1928333312 1953523711 25190400 12G Windows recovery environment /dev/sda11 1020397568 1839597567 819200000 390.6G Linux filesystem /dev/sda12 1839597568 1873137663 33540096 16G Linux swap Partition table entries are not in disk order. Disk /dev/mapper/luks-45b9f380-6004-4912-9397-7a329ccb0f73: 390.6 GiB, 419428302848 bytes, 819195904 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes
[Sony boot]# cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a device; this may # be used with UUID= as a more robust way to name devices that works even if # disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> UUID=3A21-0848 /boot/efi vfat defaults,noatime 0 2 /dev/mapper/luks-45b9f380-6004-4912-9397-7a329ccb0f73 / ext4 defaults,noatime 0 1 UUID=5ba406d2-9753-4d8e-924d-243ba666295b swap swap defaults,noatime 0 2
[Sony boot]# efibootmgr BootCurrent: 0002 Timeout: 0 seconds BootOrder: 0000,2001,0001,2002,2003 Boot0000* Windows Boot Manager Boot0001* Lenovo Recovery System Boot0002* EFI USB Device (USB3.0 FLASH DRIVE) Boot2001* EFI USB Device Boot2002* EFI DVD/CDROM Boot2003* EFI Network