Help - Search - Members - Calendar
Full Version: Cdimage With Corpmb...
The CD Forum > Corporate Modboot > Troubleshooting & Problems
ByteCoder
I currenlty have a fully functional Corporate Modboot disk with
- 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.


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?
Doctor xp
This problem occurs when you use the CDImage program to create the ISO file which uses the ISOLINUX bootloader, the ISOLinux needs a data structure called boot-info-table to be patched in order to work correctly, which CDImage doesn't do.

But you can use the MKISOFS program and keep the size of the ISO file optimized by:
1. Download the DFL program from http://bootcd.narod.ru
2. Run the program on the folder containing the CD contents (use the "link -d" parameters).
3. Create the CD using MKISOFS and use the parameters " -follow-links -cache-inodes"
ByteCoder
Thank you DoctorXP for your assistance in this matter.

Here's where I'm currently.

1. My current Source Tree for CDShell is 789 MB.
2. I used cdimage with it the resulting iso size is 650 MB
2. I used dfl to and used mkisofs to compile the ISO, resulting size is 680 MB.

Problems happen with the iso which was made using dfl and mkisofs as BartPE and other PE related stuff doesn't work correct due to various MSv*.dll files get linked and have problems executing under the PE environment.

After a lot of fiddling around I got it isolinux based stuff to work as well as using cdimage to create the iso.

Here's the command line arguments i use for my cdimage.
CODE
cdimage.exe -lPowerXP_Slax -t2/29/2004,12:00:00 -h -j1 -bH:\Project\Cd_shell\boot\sloader.bin -oc -w1 -yd -m h:\project\cd_shell c:\temp\output_file.iso


In the above commandline you can ignore -w1 and -yd as they're just there to hide things in verbose mode.

Thanks again for all your help.
MrCobra
@ByteCoder:

Does your BlueCon boot directly to the console or do you have to press F10?

Mind sharing your info on how you added it?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.