GRUB for DOS Changelog

What's new in GRUB for DOS 0.4.4

Jun 26, 2012
  • added cdrom emulation support;
  • added the geometry tuning feature for better working with USB BIOSes;
  • added commands ls, tpm, checktime, checkrange, dd, gfxmenu;
  • added ext3/ext4 support;
  • fixed a heap of bugs.

New in GRUB for DOS 0.4.3 (Nov 15, 2007)

  • ISOLINUX can be chainloaded. Various fixes.

New in GRUB for DOS 0.4.2 (Jun 14, 2007)

  • Fixed a bug hidden deeply in memcheck.
  • Fixed a bug hidden deeply in get_diskinfo.
  • Fixed a bug in load_image.
  • GRLDR(as a no-emulation-mode bootable CDROM image) was adapted to cope with some buggy BIOSes(e.g., VirtualPC).
  • Added LBA-to-CHS geometry translation(in int13_handler) to simulate LBA(EBIOS)-enabled drives on CHS-only drives.
  • Added a new feature of Unconditional Command-line Entrance.
  • Applied Beverly Brown's patch to load_initrd.
  • Added two new options to the map command to better serve Win9x.
  • The default config file search path for GRUB.EXE was changed to
  • (DOS file) .menu.lst and then (DOS file) menu.lst and then(GRUB file) /menu.lst.
  • Other bug fixes.