Page 2 of 2

Re: UEFI bare bones bootable usb stick

Posted: Mon Dec 14, 2020 6:08 am
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