Guimenez Posted March 15, 2009 Posted March 15, 2009 Helloi'm trying to put bartpe on my bcdw.I copy the i386 and programs folder to bcdw root but when i compile, it gives me a lot of errorswith i386 folder.i've attached my errors loghope someone can help methanks
jaclaz Posted March 16, 2009 Posted March 16, 2009 You are running mkisofs with some "not appropriate" command line parameters.Please post the command line you are using or try with the one here:http://www.911cd.net/forums//index.php?sho...22726&st=13You seem like not using "isolevel 4" jaclaz
Guimenez Posted March 16, 2009 Author Posted March 16, 2009 thanks for replying this is my command line of mkisofsmkbtiso -j bcdwthanks
jaclaz Posted March 16, 2009 Posted March 16, 2009 (edited) thanks for replying this is my command line of mkisofsmkbtiso -j bcdwthanksWell, it won't work.However that's the additional parameter you are giving to mkbtiso.bat, which will result in correspondent mkisofs commands:: *** File system optionsset fs_options=if "%1" == "-u" set fs_options=-N -d -D -no-iso-translate -relaxed-filenames -J -joliet-long -udfif "%1" == "-j" set fs_options=-N -d -D -no-iso-translate -relaxed-filenames -J -joliet-longif "%1" == "-l" set fs_options=-N -d -D -no-iso-translate -relaxed-filenames -max-iso9660-filenames -allow-multidot -allow-leading-dots -allow-lowercaseif "%1" == "-lu" set fs_options=-N -d -D -no-iso-translate -relaxed-filenames -max-iso9660-filenames -allow-multidot -allow-leading-dotsif "%1" == "-s" set fs_options=-N -d -D -no-iso-translate -relaxed-filenamesif "%1" == "-v2" set fs_options=-iso-level 4if "%1" == "-v2u" set fs_options=-iso-level 4 -force-uppercase: -N, -omit-version-number Omit version number from ISO9660 filename (violates ISO9660): -d, -omit-period Omit trailing periods from filenames (violates ISO9660): -D, -disable-deep-relocation Disable deep directory relocation (violates ISO9660): -no-iso-translate Do not translate illegal ISO characters '~', '-' and '#' (violates ISO9660): -relaxed-filenames Allow 7 bit ASCII except lower case characters (violates ISO9660): -max-iso9660-filenames Allow 37 character filenames for ISO9660 names (violates ISO9660): -allow-multidot Allow more than one dot in filenames (e.g. .tar.gz) (violates ISO9660): -L, -allow-leading-dots Allow ISO9660 filenames to start with '.' (violates ISO9660): -allow-lowercase Allow lower case characters in addition to the current character set (violates ISO9660): -force-uppercase Do not allow lower case charactersThus, you can try INSTEAD of -j the -v2u one, or as said use directly mkisofs with the command line in the given link. jaclaz Edited March 16, 2009 by jaclaz
Guimenez Posted March 16, 2009 Author Posted March 16, 2009 Many thanksit works perfectyou are the man
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now