Steve Si

Results 93 issues of Steve Si

I do not have any systems with floppy disk drives so I cannot test, but a user booted to grub4dos 0.4.6a 2020-02 version (no menu.lst) and then did a `find`...

![image](https://user-images.githubusercontent.com/1469350/133583903-843b1e46-483a-49d1-8804-f5190baff1b4.png) Is this latest version of hotkey for grub4dos? First letter press not working if first do hotkey global key command, e.g. ``` hotkey [Ctrl+F8] "@map --unhook ;; map --unmap=0:0xff...

Same issue as grub4dos ![image](https://user-images.githubusercontent.com/1469350/138590844-4552cf8a-eafa-4e3f-b9c7-3f4782ce58ea.png) ![image](https://user-images.githubusercontent.com/1469350/138590894-49ed7a23-0934-48d9-9fd3-8388313d6a66.png) Please do not remove spaces from command line or batch files lines or menu lines. This makes it incompatible with all other versions of...

F1 and F2 have same contents ![image](https://user-images.githubusercontent.com/1469350/133858810-801e74a9-ca4e-409e-96f5-2136295656c5.png) ![image](https://user-images.githubusercontent.com/1469350/133859216-8e04ea7b-8d33-480e-89ec-8ecc5f761f44.png) ``` !BAT raw cmp /f1 /f2 && echo F1 is SAME as F2 raw dd if=(hd0,0)/f2 of=(md)0x3000+511 raw dd if=(md)0x3000+511 of=(md)0x3000+511 bs=1...

![image](https://user-images.githubusercontent.com/1469350/137443370-7965b296-93a4-45f8-a477-d10ffcebd0b6.png) ERROR: SPACES REMOVED FROM END OF LINE ``` !BAT echo -v echo 12345678901234567890 echo -n FRED echo FRED ``` ![image](https://user-images.githubusercontent.com/1469350/137443891-8f82e43c-4e37-403e-ade7-665bd17fcc1a.png) Previous versions do not remove spaces ![image](https://user-images.githubusercontent.com/1469350/137443636-a56b9e9e-804f-4568-9424-3beeb562118b.png) [test.zip](https://github.com/chenall/grub4dos/files/7351412/test.zip)

grub4dos-0.4.6a-2021-10-13.7z ![image](https://user-images.githubusercontent.com/1469350/137106201-055f8539-f964-4a0c-a4c5-408f34b21edb.png) With this grldr I get error running a batch file previous versions worked OK May be caused by removing spaces fix ?

In the example below ``` splashimage --animated=%ANIMATE% ``` works OK but if you **add a space to the end of the line**, then it only displays the first frame and...

super_grub2_disk_hybrid_2.04s1.iso https://sourceforge.net/projects/supergrub2/files/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso/download https://www.supergrubdisk.org/super-grub2-disk/ map /super_grub2_disk_hybrid_2.04s1.iso (0xff) chainloader (0xff) boot ![image](https://user-images.githubusercontent.com/1469350/129447542-b9f24705-b337-413f-a5e1-7dd39622fa9c.png) ![image](https://user-images.githubusercontent.com/1469350/129447550-dd9fc0b2-e0b6-4df1-83d4-3968b74a264b.png)

grub4dos 2020 had echo -mem command (one single minus sign) grub4dos 2021 has echo --mem command (two minus signs) grub4efi has echo --mem command At some point the mem option...

Originally old grub4dos had Fn.42 params as [start] [offset] [length] but then grub4dos 0.4.6a changed params to [displayaddLow] [displayaddHi] [start] [length] Here is grub4dos 0.4.6a example ![image](https://user-images.githubusercontent.com/1469350/133415326-1de970ab-e83a-4320-a344-b176b3710d0b.png) grub4efi still uses...