After installing Debian on a TrueNAS 12.0 Virtual Machine, I had seen Sheel, instead grub screen.
The solution to this issue:
- Exit from shell with the command: “exit”.
- Select “Boot Maintenance Manager”.
- Select “Boot From File”.
- Select “{VOLUME}/EFI/debian/grubx64.efi”.
- After these actions grub loader will show on the screen.
To prevent this situation in the future:
- Create directory: “mkdir /boot/efi/EFI/BOOT”.
- Copy and rename file: “cp /boot/efi/EFI/debian/grubx64.efi /boot/efi/EFI/BOOT/bootx64.efi”.
- Reboot virtual machine.
Be First to Comment