Hello,
I switched to eos recently. The thing is I thought it would be ok to switch in my laptop too, but it doesn’t work as expected. I made sure I booted on uefi and turning off secure boot (I have a toshibba satellite L45-B4202WL specifically) and tried to install a bunch of distros but none of those worked and every single one would show up that grub can’t install. The weird thing is that I tried an ubuntu based distro and it worked, so I can’t catch the problem and I’ve trying solutions, but none of them work.
Here is a link Endeavouros showed when it failed last time: https://termbin.com/98ev
Not really sure if there’s more info needed, I’ve never posted before.
edit: I don’t get why my post was flagged as spam. I named the distros I tried to install to give an overview of what I tried before and worked and what didn’t. You can get information from there I guess.
I did those things, but it showed an error again about the bootloader.
It says
Bootloader installation error
Details:
The bootloader could not be installed. The installation command <pre>grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=endeavouros-4193 --force</pre> returned error code 1.
Just to make sure, if I try to install grub as you say after the installation fails, there’s nothing left for calamares to install? You mean I have to wait for it to fail and then install grub manually?
Many ways to do it, but I’m mostly interested in knowing if there are leftovers from other systems that take so much space that EndeavourOS cannot write efi files into /boot/efi.
To check it, you could run commands like
sudo mount /dev/sda1 /mnt # assuming /dev/sda1 is the fat32 partition
du -hd 1 /mnt
df -hT
@manuel
OP has already done installs with “erase disk” and also created a new partition table. So any possible existing ESP should have been nuked a couple of times
…force is used already … but yea possible to add this to the configs before starting installer also… because i think in the install process grub is not at the last stage so you will not have a full setup system if it fails in bootloader stage.