You are not logged in.
Pages: 1
Which is the correct mount point path for ESP?
1.) /mnt/boot or /mnt/efi as per https://wiki.archlinux.org/index.php/in … le_layouts
2.) /boot/efi or /efi as per https://wiki.archlinux.org/index.php/EF … unt_points
3.) /mnt/boot/efi as per YouTube videos
Thanks,
Yuvaraj Velmurugan
Offline
Depends on the setup, and you can do anything on certain setups.
A standard is /boot most of the time statistically, some more special would use ESP and freedesktop BOOT or some other exotic thingy.
And discard every youtube video guide they are useless/outdated/utter garbage and you will not receive any form of support by a derp because of a outdated guide.
Offline
It doesn't inherently matter. The ESP is "as a partition" completely irrelevant to your running operating system.
It makes sense to mount it to /boot if you intend to use systemd-boot or EFISTUB as you'd otherwise have to do additional configuring to ensure your kernel lands there.
For GRUB or refind or other options that can load the kernel from a linux file system the only time you "need" to mount it is if you want to update the installed EFI binary for the chosen option.
Also your option 1 and 2 say the same thing, 1 is just from the perspective of the install disk because /mnt is where you are expected to chroot into the installed system, the other is what it "should" look like once you are actually in that system.
Last edited by V1del (2020-11-26 08:51:08)
Offline
Pages: 1