I get the following error (grub4dos 08-02-2008 + isolinux 3.72 or 3.73):
CODE
chainloader /boot/isolinux/isolinux.bin
Error 13: Invalid or unsupported executable format
Press any key to continue...
When adding the --force option, isolinux.bin boots.
I looked in the syslinux archive. It contains also a ldlinux
.bin, besides the ldlinux.sys file.
I could let it partially work.
QUOTE
chainloader --force /boot/isolinux/ldlinux.bin
boot
Boot error
The '
Boot error' is a text that is available in
ldlinux.bin, so it works at least partially. In fact, the bootsector works (512 first bytes = contents of ldlinux.bss, the rest is ldlinux.sys).
Offline password and registry editor seems to work with the last grub4dos version (2 initrds). Thanks go to bean (if he did make this possible, of course

).
CODE
kernel /ubcd/boot/offline/vmlinuz rw vga=1 init=/linuxrc
initrd /ubcd/boot/offline/initrd.cgz /ubcd/boot/offline/scsi.cgz
UBCD50b11 is out (no grub4dos support yet).
I have added help text support to the grub4dos menu (sed script).