chenall / grub4dos

外部命令和工具源码:https://github.com/chenall/grubutils 下载:
http://grub4dos.chenall.net
GNU General Public License v2.0
647 stars 136 forks source link

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

Closed 1ras closed 1 year ago

1ras commented 1 year ago

bootlace.com cannot write the bootloader under DOS if EBIOS is unavailable. It says success but noting is actually written. This is due to https://github.com/chenall/grub4dos/blob/4fe13e664b9c5b2ac20e48d0577e6c1f43fd91b1/stage2/bootlace.inc#L5070

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

yaya2007 commented 1 year ago

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

I am wondering if this is a typo and should be cmpl instead? At least it works with this change. It's an error, next update.

1ras commented 1 year ago

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