Both entries should not be there.fbagnato wrote: Sun Mar 03, 2024 9:36 pmCode: Select all
Found Windows Vista on /dev/sda1 Found Windows Vista on /dev/sda2 done
I guess that looks like a "bug" in os-prober:
For now add 2nd line so you have this two lines within /etc/default/grub:
Code: Select all
GRUB_OS_PROBER_SKIP_LIST="B22CF5132CF4D2F9 2C88743C8874071C"
GRUB_OS_PROBER_SKIP_LIST="$GRUB_OS_PROBER_SKIP_LIST B22CF5132CF4D2F9@/dev/sda1 2C88743C8874071C@/dev/sda2"
Will check this later, whether it's a bug or something we might have overlooked during upgrade to latest grub on bookworm.