I wonder why that is?
I am thinking, since manjaro also uses calamares as an installer, it grabbed the pre-existing manjaro /boot/efi partition and used that instead of a new one generated by Endeavouros if manually partitioned. @joekamprad how does install alongside work in this case.
I also notice the OP has both intel and amd ucode?
Now that was a novelty! I had never seen that before.
Manjaro does something weird with the ucode and places it in the wrong spot when you have EOS installed with Manjaro so i would assume that might be an issue? Even though Manjaro is gone? I’m not the greatest with grub!
Probably the fastest fix @Zinter71 would be try the following:
- Boot the EndeavourOS live ISO.
- Open gparted.
- Nuke the partition you want EndeavourOS on by formatting it EXT4.
- Close gparted.
- Start the installer.
- Select manual partitioning and select the newly nuked partition for installation.
- Create a 512 Mib FAT32 partition mounted at /boot/efi and set the boot flag (check the box).
- Create a root partition I use 64Gib. If the drive is small 32Gib could work. Create an ext4 partition and mount at /root
- Format the rest of the space as an ext4 partition and mount at /home. This is nice because it has a separate home so if something goes really wrong and you need to reinstall you can reuse the /home partition containing all your user files.
Could it be that the OP checked the boxes for both intel and amd ucode in the installer.
Not being able which one to choose, Grub goes all-in and chooses both?
@BONK, you mean formatting the partition as EXT4? (/dev/sda3)
OP has Kubuntu as well in that disk. If you mean creating a new GUID Partition Table, that will nuke Kubuntu as well?
Who need Kubunu anyway?
Edited the typo. All my installations are always on separate disks. But the other way would work as well lol.
TL;DR
To check:
- Secure boot disabled?
- BIOS/Firmware updated?
Could to post your grub.cfg by
sudo cat /boot/grub/grub.cfg | eos-sendlog
?
I have an old Intel laptop, here is where I do my testing and is a full linux system with several partitions (Mainly used for experimentation). My end goal is to get confortable installing and using Arch there, so without any fear I can dual boot it with windows 10 on a disk with two partitions in my AMD laptop.
Alright.
In your Intel machine, you don’t need to install amd-ucode.
alongside will use existing efi afaik.
Hello again! sorry for not giving an update earlier. I’ve been trying everything I could think of after reading everything on the Arch wiki related to partitions, BIOS/UEFI stuff, partition tables, GRUB, etc and I still cannot install EndeavourOS. I’m starting to think is probably hardware related, but I’m sure there is something I’m missing. I’ve had problems before installing Manjaro on this computer again with grub/bootloader manager stuff but that was a long time ago. Last week, I installed Manjaro without problems but soon deleted because I wanted to try Arch (too complicated until I found EnOS). I guess I’ll leave it for now, but thank you all for your support. Troubleshooting is still fun despite the lack of success