#!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry 'Windows 11 Pro (sda3)' --class windows --class os $menuentry_id_option 'osprober-efi-C434-6858' { insmod part_gpt insmod fat set root='hd0,gpt1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 C434-6858 else search --no-floppy --fs-uuid --set=root C434-6858 fi chainloader /EFI/Microsoft/Boot/bootmgfw.efi } menuentry 'Exton|Defender - Fedora Rawhide (40) 231109 (sdd4 - TOSHIBA)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-02dbb8a3-16f4-41ab-a0f5-535cafdc93ab' { insmod part_msdos insmod ext2 set root='hd2,gpt4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt4 --hint-efi=hd2,gpt4 --hint-baremetal=ahci2,gpt4 02dbb8a3-16f4-41ab-a0f5-535cafdc93ab else search --no-floppy --fs-uuid --set=root 02dbb8a3-16f4-41ab-a0f5-535cafdc93ab fi linux /boot/vmlinuz-6.5.3-amd64-exton root=UUID=02dbb8a3-16f4-41ab-a0f5-535cafdc93ab ro selinux=0 initrd /boot/initrd.img-6.5.3-amd64-exton } ### END /etc/grub.d/40_custom ###