é chiaro che non viene chiamato os-prober infatti non compare il messaggio:Oronzo Canà ha scritto: ↑lunedì 12 gennaio 2026, 19:21Codice: Seleziona tutto
mets@desktop:~$ sudo update-grub [sudo] password di mets: Letrura file "/etc/default/grub" Letrura file "/etc/default/grub.d/50_linuxmint.cfg" Generazione file di configurazione GRUB... Trovata immagine linux: /boot/vmlinuz-4.15.0-213-generic ..... Trovata immagine initrd: /boot/initrd.img-4.15.0-20-generic Found memtest86+ image: /boot/memtest86+.elf Found memtest86+ image: /boot/memtest86+.bin fatto mets@desktop:~$
Nel tuo /etc/default/grub devi aggiungere la riga: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.
Codice: Seleziona tutto
GRUB_DISABLE_OS_PROBER=falsefai la modifica e poi rilancia update-grub
Edit: leggi nel tuo /etc/default/grub ,,, c'è una bella nota che dice:
Codice: Seleziona tutto
# If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
# for guest OSes installed via LVM or raw disk devices, running
# os-prober can cause damage to those guest OSes as it mounts
# filesystems to look for things.
#GRUB_DISABLE_OS_PROBER=false