Everyone knows that romdos is very small, 64K, and can be flashed into the BIOS. In fact, if the BIOS space is large enough, adding a grub.exe file to this romdos is also possible. In this way, in the "three noes" (note: no floppy drive, no hard drive, no CD-ROM) situation, you can freely tinker with the machine on a machine that does not support USB drive booting.
Since the grub.exe file is relatively large, about 200K, it is not very likely to be flashed into the BIOS. Therefore, the idea is to use grub to modify the master boot record to boot grldr. Can we make the module that searches for the master boot record and boots grldr into something similar to romdos and directly flash it into the BIOS? Then... ah haha, everyone can know what to do next
:P
Since the grub.exe file is relatively large, about 200K, it is not very likely to be flashed into the BIOS. Therefore, the idea is to use grub to modify the master boot record to boot grldr. Can we make the module that searches for the master boot record and boots grldr into something similar to romdos and directly flash it into the BIOS? Then... ah haha, everyone can know what to do next
:P

