UBCD V5.0b6 is available for download
Moderators: Icecube, StopSpazzing
-
- Posts: 1368
- Joined: Mon Feb 21, 2005 10:59 pm
- Contact:
UBCD V5.0b6 is available for download
UBCD V5.0b6 is now available as a torrent download.
This is another "check-in" release after a long absence from the project.
Changes are:
- Fixed up ubcd.ini.
- Fixed bug in path to /boot/cpustres and /boot/offline.
- Launch antivir directly instead of launching isolinux.cfg.
- Added reboot option in main.cfg.
- Updated syslinux to V3.72.
- Removed EASEUS Partition Manager Home Edition, since the latest freeware version (V2.0) does not support creation of a bootable CD.
- Updated ubcd2iso.cmd/ubcd2usb.cmd.
- Updated ubcd2usb.cmd.
- Removed some redundant files.
- Updated the CPUstress boot disk to V2.
- Fixed filenames of PowerMax images.
- Updated Memtest86+ to V2.10.
- Updated IBM Feature Tool to V2.11.
- Updated Darik's Boot and Nuke to beta.2007042900.
- Updated SGD to V0.9766.
- Updated Parted Magic to V3.2.
This is another "check-in" release after a long absence from the project.
Changes are:
- Fixed up ubcd.ini.
- Fixed bug in path to /boot/cpustres and /boot/offline.
- Launch antivir directly instead of launching isolinux.cfg.
- Added reboot option in main.cfg.
- Updated syslinux to V3.72.
- Removed EASEUS Partition Manager Home Edition, since the latest freeware version (V2.0) does not support creation of a bootable CD.
- Updated ubcd2iso.cmd/ubcd2usb.cmd.
- Updated ubcd2usb.cmd.
- Removed some redundant files.
- Updated the CPUstress boot disk to V2.
- Fixed filenames of PowerMax images.
- Updated Memtest86+ to V2.10.
- Updated IBM Feature Tool to V2.11.
- Updated Darik's Boot and Nuke to beta.2007042900.
- Updated SGD to V0.9766.
- Updated Parted Magic to V3.2.
Last edited by Victor Chew on Tue Dec 16, 2008 8:46 pm, edited 3 times in total.
Remove: /ubcd/tools/ubcd2iso/run.cmd
It isn't needed anymore.
Delete:
/ubcd/boot/dban/boot.cat (boot catalog file)
I think that the following directory doesn't need to be there:
/ubcd/boot/dban.bak/
I don't know it the help for the CPU stress image has to be a option in the menu. I designed it more for people who want to custumise UBCD or use the image as standalone image. Maybe it is better to add the README.txt to /ubcd/boot/cpustress/ instead or to add the link: viewtopic.php?p=6118#6118 in this folder.
The ubcdcmd= parameter changed from help to helpinfo and all cpustress entries have now noapic as extra command
Victor can you read viewtopic.php?p=6118#6118 again?
Some quick remarks:
* ramdisk_size=12000 (13000 will work also of course, but just to be correct )
* menu: don't know if this parameter is usefull
* helpinfo + cmdhelpinfo parameter (maybe usefull for stress)
* Add something about the cmdstress= parameter in the cpu.cfg for stress
There is also a little bug in the /ubcd/dosapps/ubcd.ini file, but it will be correct in UBCD50b7 .
I don't know if you are going to abandon the documentation on the CD, but currently it is not available.
Wrong path for custom config file (remarked by DrPeper):
viewtopic.php?t=1685
Maybe you can introduce the use of xdelta to update the few files to avoid the unnecessary bandwidth waste for changing only 1MB of the total ISO. (e.g. UBCDb7.1 patch).
It isn't needed anymore.
Delete:
/ubcd/boot/dban/boot.cat (boot catalog file)
I think that the following directory doesn't need to be there:
/ubcd/boot/dban.bak/
I don't know it the help for the CPU stress image has to be a option in the menu. I designed it more for people who want to custumise UBCD or use the image as standalone image. Maybe it is better to add the README.txt to /ubcd/boot/cpustress/ instead or to add the link: viewtopic.php?p=6118#6118 in this folder.
The ubcdcmd= parameter changed from help to helpinfo and all cpustress entries have now noapic as extra command
Code: Select all
LABEL -
MENU LABEL Help for CPU stress image
TEXT HELP
Displays help for the programs inside the CPU stress image.
ENDTEXT
KERNEL /ubcd/boot/cpustres/bzImage
APPEND initrd=/ubcd/boot/cpustres/initrd.gz root=/dev/ram0 ramdisk_size=12000 noapic ubcdcmd=helpinfo
Some quick remarks:
* ramdisk_size=12000 (13000 will work also of course, but just to be correct )
* menu: don't know if this parameter is usefull
* helpinfo + cmdhelpinfo parameter (maybe usefull for stress)
* Add something about the cmdstress= parameter in the cpu.cfg for stress
Code: Select all
Stress v1.0.0: stress
--------------
The following isolinux entry will run stress (will display the help text).
KERNEL /ubcd/boot/cpustres/bzImage
APPEND initrd=/ubcd/boot/cpustres/initrd.gz root=/dev/ram0
ramdisk_size=12000 noapic ubcdcmd=stress
If you want to run a stress with specific parameters, when you boot the image,
use something similar to:
KERNEL /ubcd/boot/cpustres/bzImage
APPEND initrd=/ubcd/boot/cpustres/initrd.gz root=/dev/ram0
ramdisk_size=12000 noapic ubcdcmd=stress cmdstress="--quiet -c 1k"
The cmdstress parameter contains the options that you want to pass to stress.
Code: Select all
[Version]
Signature = $Ubcd$
Version = 5.0b7
Wrong path for custom config file (remarked by DrPeper):
viewtopic.php?t=1685
Maybe you can introduce the use of xdelta to update the few files to avoid the unnecessary bandwidth waste for changing only 1MB of the total ISO. (e.g. UBCDb7.1 patch).
-
- Posts: 1368
- Joined: Mon Feb 21, 2005 10:59 pm
- Contact:
@IceCube:
I have worked on all the points you mentioned in your last message:
- Removed /ubcd/tools/ubcd2iso/run.cmd.
- Removed /ubcd/boot/dban/boot.cat.
- Removed /ubcd/boot/dban.bak.
- Added noapic to all cpustress entries.
- Changed ramdisk_size to 12000 for all cpustress entries.
- Set default mprime version to V24.
- Added customized cmdhelpinfo for all cpustress entries.
- Remove cpustress help entry.
- Added help, gpl-2.0.txt and README.txt to /ubcd/boot/cpustres.
- Fixed path to user-defined menu.
I will try that again for b6 vs b7.
I have worked on all the points you mentioned in your last message:
- Removed /ubcd/tools/ubcd2iso/run.cmd.
- Removed /ubcd/boot/dban/boot.cat.
- Removed /ubcd/boot/dban.bak.
- Added noapic to all cpustress entries.
- Changed ramdisk_size to 12000 for all cpustress entries.
- Set default mprime version to V24.
- Added customized cmdhelpinfo for all cpustress entries.
- Remove cpustress help entry.
- Added help, gpl-2.0.txt and README.txt to /ubcd/boot/cpustres.
- Fixed path to user-defined menu.
I couldn't find any space in the help text to adequately explain this paramater. I also think it's probably more useful for a person customizing UBCD, not running it. So I think having it in README.txt is good enough.* Add something about the cmdstress= parameter in the cpu.cfg for stress
I think you're referring to the "website" folder? It's actually just a replica of the current website, so I didn't include it in the beta releases to save space.I don't know if you are going to abandon the documentation on the CD, but currently it is not available.
I tried doing that for b5 vs b6, but the delta file turns on to be 100MB, so I wasn't sure if it's worth the effort.Maybe you can introduce the use of xdelta to update the few files to avoid the unnecessary bandwidth waste for changing only 1MB of the total ISO. (e.g. UBCDb7.1 patch).
I will try that again for b6 vs b7.
Thanks for fixing it soon.
I am waiting for the author of XFprot to bring out XFprot 2.1. It will contain some small bug fixes that I send him. After XFProt is out, the new virus modules for Parted Magic will be out soon.
The pmagic2.hlp file contains also a minor fault. XFprot can also be found in the menu of the Parted Magic menu.
Parted Magic has released version 3.3rc1, so the final will not be so far away.
For upgrading fro b5 to b6, xdelta is not that great due big differences in the iso file (Parted Magic update). But it is useful for minor changes like menu errors and upgrades of some floppy disk images.I tried doing that for b5 vs b6, but the delta file turns on to be 100MB, so I wasn't sure if it's worth the effort.
I will try that again for b6 vs b7.
I am waiting for the author of XFprot to bring out XFprot 2.1. It will contain some small bug fixes that I send him. After XFProt is out, the new virus modules for Parted Magic will be out soon.
The pmagic2.hlp file contains also a minor fault. XFprot can also be found in the menu of the Parted Magic menu.
Parted Magic has released version 3.3rc1, so the final will not be so far away.
-
- Posts: 1368
- Joined: Mon Feb 21, 2005 10:59 pm
- Contact: