Appariranno nell'output 2 indicazioni d'errore:
sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.8.0-94-generic
Found initrd image: /boot/initrd.img-6.8.0-94-generic
…
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
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.
/usr/sbin/grub-probe: errore: file system sconosciuto.
…
Found Kubuntu 24.04.3 LTS (24.04) on /dev/sda10
/usr/sbin/grub-probe: errore: file system sconosciuto.
Found Ubuntu Resolute Raccoon (development branch) (26.04) on /dev/sda11
/usr/sbin/grub-probe: errore: file system sconosciuto.
Found Cobuntu 24.04.4 LTS (24.04) on /dev/sda3
--
Found Pubuntu 24.04.3 (24.04) on /dev/sda7
Found Ubuntu 22.04.2 LTS (22.04) on /dev/sda8
…
done
Per verificare se la cagione è ella dattilografare nel terminale il comando:
Codice: Seleziona tutto
sudo tune2fs -l /dev/sda11 | grep metadata_csum_seedFilesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg metadata_csum_seed sparse_super large_file huge_file dir_nlink extra_isize metadata_csum
La cagione è ila feature, Per risolvere occorre disattivare la medesima.
Occorre usare 1 Live, o sistema installato in multi-boot, alla release minima Noble 24.04, lanciarvi il terminale e dattilografarci il comando:
Codice: Seleziona tutto
sudo tune2fs -O ^metadata_csum_seed /dev/sda11Fonte https://bugs.debian.org/cgi-bin/bugrepo ... bug=866603
:: Ciao
