Hello,
after trying to install EndeavourOS Neo multiples times, I end up with the same error each time, and I don’t know how to fix it.
hi welcome here at the purple universe
2024-11-04 - 04:23:57 [6]: The bootloader is "systemd-boot"
2024-11-04 - 04:28:30 [6]: [PYTHON JOB]: "Bootloader is not grub, skipping grub configuration"
2024-11-04 - 04:28:30 [6]: .. Running QList("/usr/bin/which", "dracut")
2024-11-04 - 04:28:30 [6]: [PYTHON JOB]: "Configuring kernel version 6.11.6-arch1-1"
2024-11-04 - 04:28:30 [6]: .. Running QList("kernel-install", "add", "6.11.6-arch1-1", "/usr/lib/modules/6.11.6-arch1-1/vmlinuz")
2024-11-04 - 04:28:39 [6]: DEBUG (Qt): Process is running in the background...
2024-11-04 - 04:28:55 [1]: virtual Calamares::JobResult Calamares::Python::Job::exec()
2024-11-04 - 04:28:55 [1]: ERROR: Error while running: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/calamares-root-tfayegbe/efi/loader/loader.conf'
At:
/usr/lib/calamares/modules/bootloader/main.py(276): create_loader
/usr/lib/calamares/modules/bootloader/main.py(573): install_systemd_boot
/usr/lib/calamares/modules/bootloader/main.py(908): prepare_bootloader
/usr/lib/calamares/modules/bootloader/main.py(944): run
2024-11-04 - 04:28:55 [6]: virtual void Calamares::JobThread::run()
2024-11-04 - 04:28:55 [6]: Skipping non-emergency job "services-systemd"
the error snippets from the log…
and the partitions:
==> info: fdisk -l
Disk /dev/sda: 223.57 GiB, 240057409536 bytes, 468862128 sectors
Disk model: Verbatim Vi500 S
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xfcd5efeb
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 104447 102400 50M 7 HPFS/NTFS/exFAT
/dev/sda2 104448 268539903 268435456 128G 7 HPFS/NTFS/exFAT
/dev/sda3 * 268539904 270637055 2097152 1G c W95 FAT32 (LBA)
/dev/sda4 270637056 468857024 198219969 94.5G 83 Linux
the drive you use to install is on dos scheme not gpt and you try to create efi system imtsall thats your issue.
You try to install dualbooting with a CSM legacy Windows install on MBR drive.
If you do not want to reinstall windows in EFI mode on a gpt drive you will need to boot in CSM legacy Bios mode and install Linux also in the same … you can change USB boot mode to use legacy support and after booting IOS make sure you are on Bios mode by running efibootmgr
in a terminal it will show an error that no efi variables are present. With this you need to remove partitions /dev/sda3 and /dev/sda4 and use only one ext4 partition for the install… it will use the MBR to install bootloader with this
You were right, I installed Endeavour with legacy options, and it’s working fine.
Thanks a lot ♪
you are welcome
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.