On Sat, 25 Apr 2020 17:55:42 +0200 antonio montagnani antonio.montagnani@alice.it wrote:
After an update from F31 to F32, the next update sent these warnings, but upgrade was completed:
Upgrading : grub2-common-1:2.04-13.fc32.noarch 4/299 errore: lsetfilecon: (/boot/efi/EFI/fedora, system_u:object_r:boot_t:s0) Operazione non supportata Upgrading : grub2-efi-x64-1:2.04-13.fc32.x86_64 110/299 errore: lsetfilecon: (/boot/efi/EFI/fedora/fonts, system_u:object_r:boot_t:s0) Operazione non supportata errore: lsetfilecon: (/boot/efi/EFI/fedora/grubx64.efi;5ea454b1, system_u:object_r:boot_t:s0) Operazione non supportata
Operazione non supportata = unsupported operation
Any clue??
Running as root, what does ls -nZ in /boot/efi/EFI/fedora show? Are the selinux contexts set properly? If they are, you can ignore the warnings. On my system, instead of boot_t, they show dosfs_t, which is probably correct, since that directory is vfat. So, the error was probably because grub was trying to set an incorrect context, and selinux rejected it. You could open a bugzilla against grub2-common to get this fixed.