A few opinions about the Ultimate Boot CD

Post your suggestions here if there are new features or applications that you would like added to the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Post Reply
Message
Author
pic16f84a
Posts: 3
Joined: Fri Nov 27, 2015 5:43 pm

A few opinions about the Ultimate Boot CD

#1 Post by pic16f84a » Fri Nov 27, 2015 5:57 pm

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?

The Piney
Posts: 370
Joined: Mon Apr 30, 2007 11:06 am
Location: FL

Re: A few opinions about the Ultimate Boot CD

#2 Post by The Piney » Mon Nov 30, 2015 12:24 am

3. Try here-> http://filemirror.hu/pub/ubcd/

Happy hunting...

pic16f84a
Posts: 3
Joined: Fri Nov 27, 2015 5:43 pm

Re: A few opinions about the Ultimate Boot CD

#3 Post by pic16f84a » Mon Apr 11, 2016 6:09 pm

OK, but is there something like version 1.0 (like in the revision history)?

Post Reply