Salve a tutti.
Oggi mi sono accorto che il mio grub EFI su MacBook Pro è rimasto bloccato al kernel 4.4.6 e precedenti, quando sulla macchina sono stati invece già installati il 4.4.7 e il 4.4.8. Ho effettuato vari tentativi seguendo varie problematiche sul forum, ma non sono arrivato ad alcuna soluzione. Il problema sembra potersi circoscrivere al fatto che grub non riesce a scrivere le modifiche perché il filesystem in /boot/efi/ risulta a sola lettura.
Ho anche provato a rimuovere gli ultimi due kernel e poi a re-installarli, e il risultato è il seguente:
Running transaction
Installing : kernel-core-4.4.8-300.fc23.x86_64 1/4
Installing : kernel-modules-4.4.8-300.fc23.x86_64 2/4
Installing : kernel-4.4.8-300.fc23.x86_64 3/4
Installing : kernel-devel-4.4.8-300.fc23.x86_64 4/4
grub2-editenv: error: cannot open ‘/boot/grub2/grubenv’: Read-only file system.
grubby: error creating /boot/efi/EFI/fedora/grub.cfg-: Read-only file system
grub2-editenv: error: cannot open ‘/boot/grub2/grubenv’: Read-only file system.
grubby: error creating /boot/efi/EFI/fedora/grub.cfg-: Read-only file system
Verifying : kernel-4.4.8-300.fc23.x86_64 1/4
Verifying : kernel-core-4.4.8-300.fc23.x86_64 2/4
Verifying : kernel-modules-4.4.8-300.fc23.x86_64 3/4
Verifying : kernel-devel-4.4.8-300.fc23.x86_64 4/4
Installed:
kernel.x86_64 4.4.8-300.fc23 kernel-core.x86_64 4.4.8-300.fc23
kernel-devel.x86_64 4.4.8-300.fc23 kernel-modules.x86_64 4.4.8-300.fc23
In pratica, ora all’avvio grub mostra il kernel 4.4.6 e due kernel precedenti non più presenti sulla macchina, invece di mostrare il 4.4.8.
Segnalo che fino ad ora Fedora non aveva avuto mai nessun problema.
Qualche idea su come risolvere la cosa?