chenall/grub4dos

bootlace.com under DOS is unable to write the bootloader if EBIOS is unavailable

1ras opened this issue · 2 comments

1ras commented

bootlace.com cannot write the bootloader under DOS if EBIOS is unavailable. It says success but noting is actually written. This is due to

cmpb $0xff, PRE(cs)ABS(gpt)

I am wondering if this is a typo and should be cmpl instead?
At least it works with this change.

1ras commented

I can confirm that issue is resolved.
Thanks for providing grub4dos!