archcraft-os / archcraft

// Source : ISO
https://archcraft.io
GNU General Public License v3.0
3.01k stars 103 forks source link

/boot/efi gets mounted before /boot in the ABIF installer #386

Closed vaygr closed 7 months ago

vaygr commented 8 months ago

Detailed Description

/boot/efi gets mounted before /boot if you choose to have /boot as a separate partition.

Expected Behavior

/boot/efi mounting should be postponed until all other partitions are mounted.

Current Behavior

/boot/efi gets mounted before /boot, which then masks /boot/efi location.

Failure Information (for bugs)

--//--

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

https://wiki.archcraft.io/docs/install-archcraft/install-with-abif#mount-partitions

Context

Failure Logs

N/A

adi1090x commented 7 months ago

Yes, It's a limitation of ABIF. It's recommended that you use only /boot as mount-point and not /boot/efi

vaygr commented 7 months ago

@adi1090x why not do the same thing as Manjaro Architect does (mounting efi partition the last)?