Page 1 of 1

UBCD V5.0.2 available for download

Posted: Sun Jun 06, 2010 11:19 am
by Victor Chew
UBCD V5.0.2 is now available for download.

Torrent: http://www.ultimatebootcd.com/download/ ... so.torrent
HTTP: http://ubcd.mirror.fusa.be/ubcd502.iso
md5sum: a76cd6e57aabadf93671ea6c4b57cd3a
sha1sum: 8c42819c41d6278dedd7dc9a5a59f434cb95a250

Changelog:

- Updated UBCD FreeDOS to V1.38. Fixed support for ZIP and 7Z archive formats.
- Fixed wording of success status messages in ubcd2iso.cmd/ubcd2usb.cmd.
- Fixed wrong image file for DFT in V5.0.1.
- Fixed wrong image file for IBM Feature Tool in V5.0.1.
- Fixed missing fjerase.cab.

If you already have ubcd501.iso (md5sum: 46e5eaa4cd92949c939f66218fdc3f86), you can download this 2MB patch file and bring the old ISO up-to-date.

Posted: Sun Jun 06, 2010 11:55 am
by Icecube
Victor, can you upload a new patch zip file?
ubcd501to502.cmd is wrong

Code: Select all

@echo off
xdelta3 -d -s ubcd50.iso ubcd501.xdelta3 ubcd501.iso
pause
It should be:

Code: Select all

@echo off
xdelta3 -d -s ubcd501.iso ubcd502.xdelta3 ubcd502.iso
pause
The iso can also be downloaded from: http://ubcd.linuxfreedom.com/download.html

Posted: Sun Jun 06, 2010 1:15 pm
by Victor Chew
Victor, can you upload a new patch zip file?
Done! Thanks for the heads up.

Re: UBCD V5.0.2 available for download

Posted: Mon Jun 14, 2010 6:56 am
by kcarney
I apologize for always being the one to report these things..

Parted Magic will not boot properly from USB due to incorrect ISO filename within
pmagic\boot\grub4dos\grub4dos.lst

Code: Select all

title Default settings (Runs from RAM / Ejects CD)\n * Parted Magic version: 4.9, (C) 2010, Patrick Verner\n * http://www.partedmagic.com\n * Disclaimer: Author excluded from any liability.
kernel /pmagic/bzImage iso_filename=ubcd501.iso acpi=off edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=791 loglevel=0 max_loop=256 keymap=us
initrd /pmagic/initramfs
map --unmap=0:0xff

title Live with default settings (media not usable)\n Live mode intended for 128-192MB based systems.\n The Live CD medium must remain in the drive.
kernel /pmagic/bzImage iso_filename=ubcd501.iso acpi=off edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw loglevel=0 vga=791 livemedia noeject max_loop=256 keymap=us
initrd /pmagic/initramfs
map --unmap=0:0xff

title Live with low RAM settings\n Disables most daemons and other RAM-exhausting\n processes. The preferred Live option for systems\n with minimal memory (128MB of RAM).
kernel /pmagic/bzImage iso_filename=ubcd501.iso acpi=off edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=normal lowram livemedia noeject nogpm nolvm nonfs nofstabdaemon nosmart noacpid nodmeventd nohal nosshd nosound nobluetooth loglevel=0 xvesa max_loop=256 keymap=us
initrd /pmagic/initramfs
map --unmap=0:0xff

title Do not eject CD (*emulators)\n Same as option 2 except for the noreplace-paravirt\n parameter, which is needed for some emulators.
kernel /pmagic/bzImage iso_filename=ubcd501.iso acpi=off edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=791 noeject noreplace-paravirt livemedia loglevel=0 max_loop=256 keymap=us
initrd /pmagic/initramfs
map --unmap=0:0xff

title Alternate graphical server\n Same as option 1. except Xvesa is used by default\n instead of Xorg. (Try this option if Xorg fails.)
kernel /pmagic/bzImage iso_filename=ubcd501.iso acpi=off edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=791 xvesa loglevel=0 max_loop=256 keymap=us
initrd /pmagic/initramfs
map --unmap=0:0xff

title Safe Graphics settings (vga=normal)\n Disables splash screen and console frame buffer support.
kernel /pmagic/bzImage iso_filename=ubcd501.iso acpi=off edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=0 max_loop=256 keymap=us
initrd /pmagic/initramfs
map --unmap=0:0xff

title Failsafe settings\n vga=normal, acpi=off, noapic, nolapic, nopcmcia, noscsi,\n nogpm, nosmart, & boots to console.
kernel /pmagic/bzImage iso_filename=ubcd501.iso acpi=off edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=normal  nolapic nopcmcia noscsi nogpm consoleboot nosmart keymap=us nosshd nosound max_loop=256
initrd /pmagic/initramfs
map --unmap=0:0xff

title Console (Boots to the shell)\n Normal vga, verbose kernel messages, and\n no automatic graphical environment.
kernel /pmagic/bzImage iso_filename=ubcd501.iso acpi=off edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=normal consoleboot max_loop=256 keymap=us
initrd /pmagic/initramfs
map --unmap=0:0xff
ISOLinux and Syslinux menu entries appear to be correct

Re: UBCD V5.0.2 available for download

Posted: Mon Jun 14, 2010 11:42 am
by Victor Chew
Arghh, crap. I will release V5.0.3 this weekend that resolves this issue. I will also write a script that will auto-replace all the version strings that need updating with each new release. That should cut down on dumbos like this due to human (my) error.