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

In 1024x768 mode we have 128 columns, so cannot position past column 99 ![image](https://user-images.githubusercontent.com/1469350/196666252-6af282d0-8894-40e9-9bf3-60744bd52cda.png) suggest echo also accepts two-digit hex numbers using -p: instead of -P: ??? e.g. `echo -p:0a6e`

Issue seems to be that Fn.5 sometimes returns true and sometimes false! call Fn.5 0 9 || echo YES this works in mode 3 but not in 800x600 (it returns...

[text.zip](https://github.com/chenall/grub4dos/files/9692566/text.zip) seems to be an issue in mode 3 when using echo with $[] ![image](https://user-images.githubusercontent.com/1469350/193455634-4aa3c20a-0bf6-4fff-bc6b-def170caf16b.png) the clear command helps but does not cure it. Seems OK in 800x600 or 1024x768...

e.g. `set /A N=0x7fffffffffffffff` can work with 64-bit numbers but highest number returned by calc is 32 bit (31-bit) signed. `calc 0x80000000 ;; echo @retval ` ![image](https://user-images.githubusercontent.com/1469350/192649003-43392ac9-f696-49ed-9848-5ab52041f39a.png)

![image](https://user-images.githubusercontent.com/1469350/192141598-b8abf96d-5407-44aa-ab63-eff8fa724d22.png) ![image](https://user-images.githubusercontent.com/1469350/192141655-a9a3fca5-7b05-4567-ae2f-f206dc0b2b38.png) If passing a filename using vdisk= it does not accept spaces. I tried with and without the \ in front of the space However, in grub4dos, I use...

![image](https://user-images.githubusercontent.com/1469350/189601902-74ac1cdd-a079-4b36-8a4d-4b0ae5875bc0.png) Why does partnew not allow a current partition to be replaced by a file? A1ive's grubfm allows this but not grub4dos. This seems to be a bug. It is...

Thank the developers for your effort I have used GRUB4DOS legacy to boot ISO files that stored in USB flash drive (NTFS file system). It boot successfully into ISO live...

With GRUB4DOS I can use following addresses to get free memory: *0x8298/ *0x82C0 (memory below/ above 4GB) These addresses are not working (for me) with GRUB4EFI. Are there other (fixed)...

Grub4dos function blocklist does not show partition in output if used ON a partition. Last version I could find WITHOUT this behavior is grub4dos 20210602. No problems on devices without...