UBCD V.5.0RC2 ubcd2iso.cmd problem

Try looking for help here if you are having problems with the latest beta of Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Post Reply
Message
Author
kcarney
Posts: 52
Joined: Tue Nov 24, 2009 9:22 am

UBCD V.5.0RC2 ubcd2iso.cmd problem

#1 Post by kcarney » Tue Apr 20, 2010 8:47 am

Hello,

I have a script that sits just outside the UBCD files directory that calls your ubcd2iso.cmd file that has stopped working as of R2. I noticed some scripting changes in ubcd2iso but I don't see how it is causing my script to fail.

Code: Select all

call files\ubcd\tools\win32\ubcd2iso\ubcd2iso.cmd files ..\..\UBCD5Builder.iso
"files" is the directory that contains UBCD

Here is the error
C:\UB\UBCD>call files\ubcd\tools\win32\ubcd2iso\ubcd2iso.cmd files ..\..\UBCD5Bu
ilder.iso
UBCD2ISO: Creating bootable UBCD ISO image ...
Warning: Creating ISO-9660:1999 (version 2) filesystem.
Warning: ISO-9660 filenames longer than 31 may cause buffer overflows in the OS.

Size of boot image is 4 sectors -> No emulation
mkisofs: Permission denied. Error opening boot image file './boot/isolinux/isoli
nux.bin' for update.
UBCD2ISO: '..\..\UBCD5Builder.iso' is successfully created
Press any key to continue . . .
EDIT: Nevermind, /boot/isolinux/isolinux.bin was set to read only and somehow that causes mkisofs to bomb

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#2 Post by Icecube » Tue Apr 20, 2010 12:47 pm

EDIT: Nevermind, /boot/isolinux/isolinux.bin was set to read only and somehow that causes mkisofs to bomb
Yes, if isolinux.bin is set to read only, it won't work.
The -boot-info-table parameter, which is passed to mkisofs, causes mkisofs to write to isolinux.bin to patch boot image (isolinux.bin) with info table.
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

Post Reply