I suppose that the bug is there, on using the default bootloader. For some reason, it’s not going for the default.
I would swap this option for the AI-bot to resurrect (actually the code to be fulled). At the end, the selection should be Grub.
WARNING: [PYTHON JOB]: “Non-EFI system, and no bootloader is set.”
Could it perhaps be related to what is stated on this page?
EFI/BIOS: In case, modern EFI systems can provide the option to support legacy boot so called CSM mode (Compatibility Support Module) Best is to disable this feature if possible, as the installer is not always detecting this correctly. In case you are dual booting with Windows installed in legacy mode, the options are indeed limited to go reinstall Windows in EFI mode or try to add EndeavourOS in CSM legacy mode.
I think I saw this in my BIOS settings but disabling it might have resulted in Windows not booting. My Windows installation seems to be a legacy install, and I would rather avoid reinstalling Windows. I could have a look again though.
But then go ahead as it was outlined before. This time install with no bootloader. Ignore the warnings that your system won’t be bootable, if you get any.
When the installation is done, we could try installing the bootloader and see if we can make it to work that way.
From some of the research I have been doing, it seems that the problem is the conflict between my legacy install of Windows 10 and Endeavour OS being more suited for an UEFI install. I found this tutorial on how to convert a legacy Windows 10 install into UEFI without losing data:
But first perhaps it would be worth trying to install the bootloader manually. Could I please have some assistance with that? I lack the knowledge in this field unfortunately.
The only error I got was in step 3, where the command was successful but it said ‘fatal library error, lookup self’. Anyway the rest of the commands worked fine and I will reboot my computer to see if it worked. If it does not work I shall attempt to convert my Windows installation to UEFI.
Unfortunately it seems like manually installing the boot loader did not fix the issue. I shall now attempt to convert the Windows installation into UEFI. The BIOS should support this given that it has settings for CSM.
Anyways, if I were to do this, I would just install EnOS on a GPT disk in UEFI mode without converting Windows.
The only “inconvenience” with this would be that you have to bring up your Bios’ one time boot menu to choose the other OS. Windows, if you put EnOS first in boot order.
Success! It looks like the conflict between the legacy install of Windows 10 and installing Endeavour OS was the problem. Changing the Windows install to UEFI and then installing Endeavour OS with systemd worked. Here is what I did in case anyone encounters a similar issue in the future.
(Hopefully you will not need it, but backing up important files would be prudent)
Confirm whether your BIOS/motherboard supports UEFI. Converting a legacy Windows into UEFI with a BIOS that does not support it will probably make it unbootable.
If it is supported, then use mbr2gpt to convert your installation without the need to reinstall Windows.
After it has been successfully converted, you may need to turn off CSM in your BIOS settings. Also first make sure that you can boot into Windows after changing the BIOS settings. When you are able to boot into Windows, you can check if it is in UEFI mode via system information. If secure boot is enabled, you may want to disable it as it could cause problems with the Linux installation.
Boot into the live environment as normal and install the OS. You will know if the live environment is in UEFI mode if the boot loader menu gives you the default option of systemd instead of just GRUB.
If the install was successful then you should be able to boot into either OS via Linux (or rEFInd if you choose to install that later).
If your device is not compatible with UEFI, then unfortunately I am not sure how to solve this issue…
I was able to also install rEFInd however the problem now is that the keyboard keys are not lining up with what rEFInd registers (e.g., pressing ESC will output 4 instead, this seems to also be the same issue that is occurring in systemd menu)… But that is a separate issue and I can now close this issue as solved. Thank you all for your help and time.