EndeavourOS installation failed - "Sleep was never inhibited."

i’m trying to install endeavouros on my 2015 13" macbook pro and the installation stopped because of an error. i looked at the log sent and saw this:

2026-06-23 - 18:10:35 [6]: void {anonymous}::PowerManagementInterface::uninhibitSleep()
2026-06-23 - 18:10:35 [6]: Sleep was never inhibited.

i don’t know if this would help, but i’m trying to dual boot with macos 12, i used ventoy, and i used the online installation. i haven’t changed anything with the mirrors either.

https://termbin.com/ohx7

2026-06-23 - 18:10:34 [1]:     ERROR: Error while running: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/calamares-root-l4g9vzsa/efi/loader/loader.conf'

thats the cause of the failed install.
Could be reusing ESP EFI partition? Consider creating a new one instead, as it seems the one used was readonly corrupted etc.

2026-06-23 - 17:13:37 [6]:     system is EFI and new EFI system partition has been found. 
2026-06-23 - 18:04:46 [6]:     ..  mapping for "/dev/sdb1" "/dev/sdb1" 
     partlabel :   "" 
     partition-uuid (partuuid) :   "PartUUID$7b20bc34" 
     parttype :   "" 
     partattrs :   "0" 
     mountPoint: :   "/efi" 
     fs: :   "exfat" 
     fsName :   "exfat" 
     filesystem-uuid (uuid) :   "FSUUID$9742f65d" 
     claimed :   "false" 
2026-06-23 - 18:05:11 [6]:     .. Target cmd: QList("mount", "-t", "exfat", "-o", "fmask=0137,dmask=0027", "/dev/sdb1", "/tmp/calamares-root-l4g9vzsa/efi") Exit code: 32 output:
mount: /tmp/calamares-root-l4g9vzsa/efi: fsconfig() failed: /dev/sdb1: Can't open blockdev.
       dmesg(1) may have more information after failed mount system call.

efi ESP boot partition must be fat32 not exfat.
And from what i see there is only one harddrive and the installer USB so /dev/sdb1 is the usb thats not correct to be used as /efi needs to be on the bootdrive itself..

A lot technical text but anyway welcome here :rocket:, its only a little step away from getting it installed.

i looked and my efi partition is fat32. is it safe to delete my efi partition? i don’t want it to break anything in macos

From the Live session post the output of:

sudo parted -l

lsblk -f

so we can see your disk layout.

sudo parted -l

Model: ATA APPLE SSD SM0512 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:

Number Start End Size File system Name Flags
1 20.5kB 210MB 210MB fat32 EFI System Partition boot, esp
2 210MB 250GB 250GB
3 250GB 500GB 250GB ext4 endeavouros

Model: PNY USB 3.0 FD (scsi)
Disk /dev/sdb: 31.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number Start End Size Type File system Flags
1 1049kB 31.0GB 31.0GB primary boot
2 31.0GB 31.0GB 33.6MB primary fat16 esp

lsblk -f

NAME    FSTYPE   FSVER           LABEL       UUID                                 FSAVAIL FSUSE% MOUNTPOINTS 
loop0   squashfs 4.0                                                                    0   100% /run/archiso/
airootfs 
sda                                                                                               
├─sda1  vfat     FAT32           EFI         67E3-17ED                                            
├─sda2  apfs                                 5f888ade-6434-4bdc-89b8-506cc244e5ab                 
└─sda3  ext4     1.0             endeavouros 64f62a9a-b194-4058-8e04-16801e3cef1a                 
sdb                                                                                               
├─sdb1  exfat    1.0             Ventoy      107C-E21E                                            
│ └─ventoy 
│       iso9660  Joliet Extensio EOS_202604  2026-04-27-13-22-23-00                     0   100% /run/archiso/
bootmnt 
└─sdb2  vfat     FAT16           VTOYEFI     E039-AD96

from the logs it looks like you have choosen a partition on the USB stick as efi thats the cause of your failed install.
Do not remove the EFI from MACOS please you can reuse it by adding it without partitioning it.

this is to small to reuse .. so you need to add a new one ..
must be 2GB if using automatic replacing partition option you should find an efi partition option at the bottom with a dropdown there you can choose NEW

is it too small because i selected systemd boot? would i need to make a new efi partition if i chose grub? because i used grub before on this machine and it worked fine with the 200mb efi partition.

yes grub can do, but with systemd-boot we have to put kernels on the efi so it must be bigger.
For grub you need like basically 50MB free space there.

In case of multiboots i do see Grub easier to handle that too.

But could be it will not let you choose the existing efi with grub too on automatic partition options, may you have to go for manual partition and set the existing efi to be mounted as /boot/efi and not format it. (not formatting it!!! only set mountpoint! ) in cas eyou get a warning about efi and size but you can ignore it will install fine-.