Danz
January 5, 2024, 9:25am
1
Hello,
after a Windows Update my Endeavour OS disappeared from the boot menu. Only following Options show up:
Windows 11
Reboot into Firmware
I already read the posts from the other ones but in my case after typing efibootmgr there are 2 Linux Boot Manager but still my Endeavour doesn’t appear in there.
I would be really glad if you could help me.
Thanks.
dalto
January 5, 2024, 1:00pm
2
Danz:
Linux Boot Manager
This is probably EndeavourOS. Have you tried this option?
Danz
January 5, 2024, 8:37pm
3
Ye,s but i also only get this two options.
dalto
January 5, 2024, 9:12pm
4
Right. “Linux Boot Manager” is probably the one you want. That is systemd-boot
Danz
January 5, 2024, 9:53pm
5
Yeah its systemd-boot. And how can i fix it in my case?
dalto
January 5, 2024, 9:56pm
6
Go into your BIOS and set “Linux Boot Manager” as the default.
Alternatively, you can do the same thing with efibootmgr
but it is usually easy to just to it in the BIOS menu.
Danz
January 5, 2024, 9:58pm
7
I done that already by setting the first and second Linux Boot Manager in the first two positions.
dalto
January 5, 2024, 9:59pm
8
If you have two of them, try switching the positions so the other one is first.
Danz
January 5, 2024, 10:00pm
9
I tried that also but both only show up Windows 11 and Firmware.
dalto
January 5, 2024, 10:02pm
10
Wait. Can you share a photo of what you are seeing?
Danz
January 5, 2024, 10:12pm
11
From the systemd-boot? or bios
dalto
January 5, 2024, 10:13pm
12
I want to see the screen you see at boot with the choices.
Danz
January 5, 2024, 10:14pm
13
It’s the screen from somoene else. instead of windows 10 there is 11 everything else is the same
dalto
January 5, 2024, 10:27pm
15
Yes. That looks like an issue with something being missing.
You need to boot off the ISO, arch-chroot
in using these instructions . Be sure to mount your EFI partition before chrooting!
Then share the output of these commands:
find /efi
pacman -Q | grep -i -E "dracut|mkinitcpio"
reinistall-kernels
Danz
January 5, 2024, 10:30pm
16
is it also possible to use manjaro iso (i have a usb stick with it on). Because there is something similiar manjaro-chroot.
dalto
January 5, 2024, 10:31pm
17
Eh, it is possible but manjaro is different enough that I can’t advise you on how to do it correctly. manjaro-chroot
is different than arch-chroot
but I don’t remember the specific differencess.
Danz
January 5, 2024, 10:32pm
18
ok then i will do it with arch-chroot for safety
Danz
January 5, 2024, 10:33pm
19
is arch-chroot an endeavour os command?
dalto
January 5, 2024, 10:45pm
20
It is from an Arch package. The ISO for any Arch-based distro except for Manjaro and Garuda should have it.