GRUB2 - Menu Entry for Windows 10
by inukaze from LinuxQuestions.org on  (#6JXT1)
	Hi there, i had install this week 
Windows 10 on partition /dev/sda1
Boot for Slackware64 15.0 on partition /dev/sda3
Swap for Slackwares
Slackware64 15.0 on partition /dev/sda6
Slackware32 15.0 on partition /dev/sda7
os-prober does not detect windows 10 partition
Aviso: os-prober will not be executed to detect other bootable partitions.
Code:grub-mkconfig -o /boot/grub/grub.cfgQuote:
Code:nano /etc/default/grubi had add the follow line
Quote:
Code:os-proberQuote:
How i can fix the autodetection and autogenerate menuentry for Windows 10 on GRUB2 or which lines i need to make it manually. my pc does not use UEFI.
	
Windows 10 on partition /dev/sda1
Boot for Slackware64 15.0 on partition /dev/sda3
Swap for Slackwares
Slackware64 15.0 on partition /dev/sda6
Slackware32 15.0 on partition /dev/sda7
os-prober does not detect windows 10 partition
Aviso: os-prober will not be executed to detect other bootable partitions.
Code:grub-mkconfig -o /boot/grub/grub.cfgQuote:
| Generando un fichero de configuraciin de grub... Encontrada imagen de linux: /boot/vmlinuz-huge-5.15.19 Encontrada imagen de memoria inicial: /boot/initrd.gz Encontrada imagen de linux: /boot/vmlinuz-huge Encontrada imagen de memoria inicial: /boot/initrd.gz Encontrada imagen de linux: /boot/vmlinuz-generic-5.15.19 Encontrada imagen de memoria inicial: /boot/initrd.gz Encontrada imagen de linux: /boot/vmlinuz-generic Encontrada imagen de memoria inicial: /boot/initrd.gz Aviso: 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. hecho  | 
Code:nano /etc/default/grubi had add the follow line
Quote:
| GRUB_DISABLE_OS_PROBER=false | 
| /dev/sda7:Slackware 15.0 i586:Slackware:linux |