UEFI bare bones bootable usb stick

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
bzt
Member
Member
Posts: 1584
Joined: Thu Oct 13, 2016 4:55 pm
Contact:

Re: UEFI bare bones bootable usb stick

Post by bzt »

jamesread wrote:It seems to be stuck in a never ending loop of booting and rebooting.
This means your loader is loaded and executed fine, but your code has some bug and it has triggered a triple fault. Try to fix your code not to raise an exception. This is the part where you need a debugger to go further.

Cheers,
bzt
Post Reply