Windows or EOS can't be used

Hello.

Since a few months i’m using Windows stand alone. Yesterday i wanted to add EOS again, but failed. The Boot Option should be available, but isn’t. So i setup the whole entire sYstem fresh. First Windows then EOS. Windows alone works fine and Boot Option is windows. But after installation of endeavourOS the boot option is only Linux. Did chose install alongside.

Same procedure other way. First Linux then Windows. Same Problem.

Do i have to use efibootmgr?

Thanks

Hi, check this thread:

3 Likes

Thanks for answer, but it doesn’t work.

I added GRUB_DISABLE_OS_PROBER=false to the grub file and regenerate it through command. Reboot the system and nothing changed.

Please post the output of the following commands:

sudo parted -l

sudo os-prober

efibootmgr -v

[endlich@pc ~]$ sudo parted -l
[sudo] password for endlich: 
Model: ATA ADATA SP550 (scsi)
Disk /dev/sda: 240GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  53,5MB  52,4MB  primary  ntfs
 2      53,5MB  187GB   187GB   primary  ntfs
 4      187GB   240GB   52,4GB  primary  ext4         boot
 3      240GB   240GB   549MB   primary  ntfs         msftres


Model: Verbatim STORE N GO (scsi)
Disk /dev/sdb: 7745MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  7745MB  7744MB  primary  fat32        boot, lba

os-prober: command not found.

[endlich@pc ~]$ efibootmgr -v
EFI variables are not supported on this system.

Install os-prober

sudo pacman -S os-prober

and regenerate your grub.cfg (update your grub) again:

sudo grub-mkconfig -o /boot/grub/grub.cfg

Partition Table: msdos

You can’t use Efi on that machine.

1 Like