I try to boot PXE on Minnow Board, which is board for embedded.
Server is Ubuntu.
- Install tftp server and confiure
- Install dhcp server and configure
- transfer bootx64.efi to client as NBP file.
- copy bootx64.efi, grub.cfg, initrd and vmlinuz to tftp root directory
Client(Minnow board)
- Configure boot order to run PXE boot firstly
- Push Reset switch
- DHCP works correctly and success to download bootx64.efi file.
- But GNU GRUB is displayed, I could only type GRUB command and not to boot.
Question
- Do I have any mistakes about this steps?
- I think, if grub.cfg is read successfully, boot menu is displayed. Could you tell me how to run boot sequence correctly?