Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[RISOLTO] Failed to open \EFI\ubuntu file not found
#1
su alcuni PC, all'avvio potrebbe apparire il messaggio di errore Failed to open \EFI\ubuntu file not found, anche se poco dopo il messaggio scompare e il sistema continua ad avviarsi normalmente. 
Pensiamo che provenga dal sistema UEFI stesso, poiché elabora il file efi fornito. 
Potrebbe essere che abbiamo il supporto UEFI iniziale, ma nessun supporto di avvio sicuro, quindi il file efi predefinito fornito da grub-install (\EFI\ubuntu\shimx64.efi per me) non riesce a gestire quel caso imprevisto e genera l'errore. 
L'esecuzione di questi comandi dal terminale (sostituisci /dev/sda con il tuo disco di avvio se necessario) e il riavvio correggono il messaggio di errore per noi, ma si spera che gli sviluppatori di grub possano correggere l'impostazione predefinita per farlo funzionare per i nostri strani sistemi.
  • sudo grub-install --no-uefi-secure-boot /dev/sda
  • sudo update-grub
link alla pagina della wiki https://wiki.ufficiozero.org/doku.php?id=11

-----------------

On some PCs the error message Failed to open \EFI\ubuntu file not found may appear at startup, although shortly after the message disappears and the system continues to boot normally.
We think it's coming from the UEFI system itself as it processes the provided efi file. It could be that we have initial UEFI support, but no secure boot support, so the default efi file provided by grub-install (\EFI\ubuntu\shimx64.efi for me) can't handle that unexpected case and throws the error.
Running these commands from the terminal (change /dev/sda to your boot disk if necessary) and rebooting fixes the error message for us, but hopefully the grub developers can fix the default to make it work for our strange systems.
  • sudo grub-install --no-uefi-secure-boot /dev/sda
  • sudo update-grub
We wrote it on our wiki at https://wiki.ufficiozero.org/doku.php?id=11


Messages In This Thread
[RISOLTO] Failed to open \EFI\ubuntu file not found - by julian.delvecchio - 10-18-2024, 01:56 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)