Created
September 14, 2018 18:31
-
-
Save arevindh/3544b0db4a38d99d61f3c8201e6d4791 to your computer and use it in GitHub Desktop.
Freenas 11 VM not booting fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#source https://www.reddit.com/r/freenas/comments/71no06/freenas_11_vm_not_booting/dncdmst/ | |
On Ubuntu this worked for me too. If Grub is updated later you might have to copy it again.. Usually you can always manually boot from shell. Follow these steps: | |
When on UEFI Interactive Shell; type: exit | |
In the EFI menu system navigate to "Boot Maintenance Manager" | |
Select "Boot from file" | |
Locate and select your grubx64.efi file | |
When in terminal: | |
$ sudo mkdir /boot/efi/EFI/BOOT | |
$ sudo cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/BOOT/bootx64.efi 8. $ reboot | |
Source: www.tapatalk.com/topic/68622/55028/amp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment