- Bart's PE (Most of the plugins and some other ones)
- ERD 2003 (With 32 MB Ramdrive)
- O & O BlueCon XXL
- Disk Commander.
- Acronis products
and a few small single disk images..
I tried using Cdimage with the following arguments to reduce the size of the output by encoding duplicate files only once.
QUOTE
Z:\BCD_Backup>cdimage -lTest_BCD -t12/31/2003,09:00:00 -bZ:\BCD_Backup\BCD\cds\corpmb\files\isolinux\isolinux.bin -h -n -o -m Z:\Bcd_backup\bcd\cds\corpmb\files c:\downloads\test_bcd.iso
When booted off a CD with the recreated ISO file (After burning it as an Image with Nero) QUOTE
ISOLINUX 2.00 2002-10-25 isolinux: Image checksum error, sorry...
Boot failed: press a key to retry.
Boot failed: press a key to retry.
So my question is...
- Is it possible to use cdimage with the BCD source tree to create a bootable CD which will encode duplicate files only once to reduce space and still rely on isolinux to make all current options available to boot off from?
- If yes then is there any other preprocessing I need to do? Any post processing?
- Are the command line arguments correct for cdimage?
Happy New Year Everyone.
Updated [Jan 2, 2004]
- I changed the command line arguments and modified it to the following and received the same exact error message/result.
QUOTE
Z:\BCD_Backup>cdimage -lTest_BCD -t12/31/2003,09:00:00 -bZ:\BCD_Backup\BCD\cds\corpmb\files\isolinux\isolinux.bin -h -n -oc -m Z:\Bcd_backup\bcd\cds\corpmb\files c:\downloads\test_bcd.iso
- I opened the fully functioning ISO of bcd.iso in UltraISO and checked it properties and then put a checkmark in the Optimize field. This optimized the Image and now the final size of the ISO shrunk down by about 200 MB.
- I burned that to a CD-RW and booted off it and received the exact same error message.
Any suggestions? Anyone?