Page 1 of 1

A few opinions about the Ultimate Boot CD

Posted: Fri Nov 27, 2015 5:57 pm
by pic16f84a
1. You can launch GRUB4DOS from a Syslinux menu. To do this, enter this into the syslinux thing:

Code: Select all

KERNEL /boot/grub/grub.exe
APPEND --config-file="find --set-root /stuff; map /stuff (hd0); map --hook; root (hd0); chainloader ?????;"
This will require adding grub.exe (also included with the grub4dos package)

2. MEMDISK should be smart enough to detect whether you have a floppy disk or hard drive image and its geometry. That is, you can remove the c= h=, s=, and "floppy" parameters from the MEMDISK command line.

3. Can I download some version of UBCD before 5.2.0?

Re: A few opinions about the Ultimate Boot CD

Posted: Mon Nov 30, 2015 12:24 am
by The Piney
3. Try here-> http://filemirror.hu/pub/ubcd/

Happy hunting...

Re: A few opinions about the Ultimate Boot CD

Posted: Mon Apr 11, 2016 6:09 pm
by pic16f84a
OK, but is there something like version 1.0 (like in the revision history)?