Всем привет. Стоит opensuse, разбил диск и установил windows 10. Добавил её в grub, а она не запускается. В grub она есть.
вывод fdisk:
/dev/nvme0n1p1 2048 1050623 1048576 512M EFI System
/dev/nvme0n1p2 1050624 1067007 16384 8M BIOS boot
/dev/nvme0n1p3 1067008 164907007 163840000 78.1G Linux filesystem
/dev/nvme0n1p4 164907008 250066943 85159936 40.6G Microsoft basic data
вывод os-prober:
/dev/nvme0n1p4:Windows 10:Windows:chain
вывод grub2-mkconfig -o /boot/grub2/grub.cfg:
Generating grub configuration file ...
Found theme: /boot/grub2/themes/openSUSE/theme.txt
Found linux image: /boot/vmlinuz-5.15.12-1-default
Found initrd image: /boot/initrd-5.15.12-1-default
Found linux image: /boot/vmlinuz-5.15.8-1-default
Found initrd image: /boot/initrd-5.15.8-1-default
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.
Found Windows 10 on /dev/nvme0n1p4
done
вывод из grub.cfg:
248 menuentry 'Windows 10 (on /dev/nvme0n1p4)' --class windows --class os $menuentry_id_option 'osprober-chain-F6DA31B2DA31704B' {
249 insmod part_gpt
250 insmod ntfs
251 set root='hd0,gpt4'
252 if [ x$feature_platform_search_hint = xy ]; then
253 search --no-floppy --fs-uuid --set=root --hint='hd0,gpt4' F6DA31B2DA31704B
254 else
255 search --no-floppy --fs-uuid --set=root F6DA31B2DA31704B
256 fi
257 drivemap -s (hd0) ${root}
258 chainloader +1
259 }