Hello I am somewhat familiar with linux, but I only used computers from school. I decided I wanted to install one on my own computer and decided Manjaro will be a good choice.
I followed this guide to dual boot with windows ([HowTo] Dual-boot Manjaro - Windows 10 - Step by Step) and found no issues until it said that it cannot find EFI directory for the grub-install.
I originally did the automatic partitioning as I figured it would work fine and I didn't really understand the differences between having the root and home partitions separate, but the grub-install failed so I figured to have another go at it doing the manual way. This still yielded the error message of not getting the bootloader and so I am stuck again.
I am using a DVD-RW to install all of this and I am currently in the installer.
I do not have the pictures of the error messages from the bootloader initially failing, but when trying just grub-install I get:
$ grub-install
Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory.
I found that many posts list the lsblk -f however I am not sure how to decipher this and when people describe how to fix the issue they use this as I understand. I tried figuring it out, but I am just not sure. I was looking at this (Grub install fails with "grub-install: error: cannot find EFI directory.") but couldn't figure it to my situation.
$ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINT
loop0
squash 4.0 0 100% /run/miso/
loop1
squash 4.0 0 100% /run/miso/
loop2
squash 4.0 0 100% /run/miso/
loop3
squash 4.0 0 100% /run/miso/
sda
├─sda1
│ vfat FAT32 C21F-B813
├─sda2
│
├─sda3
│
├─sda4
│ ntfs 01D4346CB2A8DB70 248.1G 82% /run/media
├─sda5
│ ntfs 485C9BF45C9BDB50
└─sda6
ntfs EE4092D64092A53D
sr0 iso966 Jolie MANJARO_XFCE_1902
2020-03-11-14-41-29-00 0 100% /run/miso/
nvme0n1
│
├─nvme0n1p1
│ ntfs System Reserved
│ 94B0657CB06565A8
├─nvme0n1p2
│ ntfs EA88665488661F77
├─nvme0n1p3
│
├─nvme0n1p5
│ vfat FAT32 1433-D470 510.9M 0% /tmp/calam
├─nvme0n1p6
│ swap 1 25420d43-73a7-4c6b-83c3-a5a82911e587
├─nvme0n1p7
│ ext4 1.0 912e83a9-d943-489b-8f3c-87b33672e782 12.4G 32% /tmp/calam
└─nvme0n1p8
ext4 1.0 e13d1c3d-0cca-4542-9f58-71c840c5cf0b 160.4G 0% /tmp/calam
What do I do next? I can provide whatever else is required.
Thanks !
Here is the error I got: