grub4dos icon indicating copy to clipboard operation
grub4dos copied to clipboard

外部命令和工具源码:https://github.com/chenall/grubutils 下载:

Results 139 grub4dos issues
Sort by recently updated
recently updated
newest added

I thought this was fixed (issue #12)??? ![image](https://user-images.githubusercontent.com/1469350/68545267-45a26c80-03c3-11ea-825e-d78d704148b6.png) The test file must be freshly made so it only uses $MFT for data to see the error.

I try to boot grub.exe from Linux. However, it is stuck at command line. The ubuntu version is 19 The kernel version I used is 5.0(officail) the grub4dos version is...

我想修改grub4dos 启动出现倒数的界面

There is a program, I`d like to boot, but grub4dos fails to download it. iso-s you can download [there](https://dropmefiles.com/UOpaU) title bootIT map --mem (hd0,0)/bootit.ISO (fd0) map --hook root (fd0) chainloader...

e.g. ``` !BAT set A=1 set B=2 (start debug single-step here) set C=3 ``` Is it possible to start single-stepping from within a batch file or set a breakpoint inside...

I boot `ipxegrldr` from pxe server, howerver it can't found `(pd)/menu.lst` file. But I could load config file from http source. Can I write my ipxe script ? Thanks a...

can you add a feature to be able to patch ACPI tables? before loading OS? I'd like to replace DSDT table to resolve WindowsXP A5 BSOD

1. 冷启动后multi_boot会卡死,再复位就好了. 2. 启动一个elf文件,有小概率会ERR_WONT_FIT错误. 很老的0.4.4版本无上述问题. 3. 改动asm.s里面的内容,用编译出的grldr, 无法启动.

Is it possible to have an 'include' command for menu.lst ? e.g. title ssss root () title bbb root () if exist /extra.cfg **include** /extra.cfg title ccc root ()