Hello everyone
So today I installed EndeavourOS on my ssd (with GRUB), after that I installed another EndeavourOS on another partition of the disk (without GRUB). However, I only see the first EndeavourOS in GRUB when I turn on the computer.
I tried to fix the problem myself, but it didn’t work. First, I mounted the partition with the second operating system, and then used os-prober and grub-mkconfig -o /boot/grub/grub.cfg
Output: Found linux image: /boot/vmlinuz-linux Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux.img Found fallback initrd image(s) in /boot: intel-ucode.img initramfs-linux-fallback.img Warning: os-prober will not be executed to detect other bootable partitions. Systems on them will not be added to the GRUB boot configuration. Check GRUB_DISABLE_OS_PROBER documentation entry. Adding boot menu entry for UEFI Firmware Settings … done
After rebooting I see only the first OS again.
I’m a complete newbie so I would really appreciate any help
Oh I’m sorry, I forgot to write that I already tried to do this. I uncommented GRUB_DISABLE_OS_PROBER=false and used grub-mkconfig -o /boot/grub/grub.cfg again.
Output: Found linux image: /boot/vmlinuz-linux Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux.img Found fallback initrd image(s) in /boot: intel-ucode.img initramfs-linux-fallback.img Warning: os-prober will be executed to detect other bootable partitions. Its output will be used to detect bootable binaries on them and create new boot entries. Adding boot menu entry for UEFI Firmware Settings … done
But the only thing that has changed is that now my OS is called Archlinux instead of EndeavourOS in GRUB