IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
 
Reply to this topicStart new topic
> bcdw with bartpe
Guimenez
post Mar 15 2009, 05:05 PM
Post #1


Newbie


Group: Members
Posts: 39
Joined: 14-February 04
Member No.: 14298



Hello

i'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 errors
with i386 folder.

i've attached my errors log

hope someone can help me

thanks
Attached File(s)
Attached File  error.png ( 40.12K ) Number of downloads: 11
 
Go to the top of the page
 
+Quote Post
jaclaz
post Mar 16 2009, 03:39 AM
Post #2


MSFN SuperB
Group Icon

Group: Software Developers
Posts: 5031
Joined: 23-July 04
From: Italy
Member No.: 25215
OS: none
Country Flag


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=13

You seem like not using "isolevel 4" unsure.gif

jaclaz
Go to the top of the page
 
+Quote Post
Guimenez
post Mar 16 2009, 04:25 AM
Post #3


Newbie


Group: Members
Posts: 39
Joined: 14-February 04
Member No.: 14298



thanks for replying newwink.gif

this is my command line of mkisofs

mkbtiso -j bcdw

thanks
Go to the top of the page
 
+Quote Post
jaclaz
post Mar 16 2009, 04:55 AM
Post #4


MSFN SuperB
Group Icon

Group: Software Developers
Posts: 5031
Joined: 23-July 04
From: Italy
Member No.: 25215
OS: none
Country Flag


QUOTE (Guimenez @ Mar 16 2009, 11:25 AM) *
thanks for replying newwink.gif

this is my command line of mkisofs

mkbtiso -j bcdw

thanks


Well, it won't work.

However that's the additional parameter you are giving to mkbtiso.bat, which will result in correspondent mkisofs commands:
CODE
: *** File system options

set fs_options=

if "%1" == "-u"  set fs_options=-N -d -D -no-iso-translate -relaxed-filenames -J -joliet-long -udf
if "%1" == "-j"  set fs_options=-N -d -D -no-iso-translate -relaxed-filenames -J -joliet-long
if "%1" == "-l"  set fs_options=-N -d -D -no-iso-translate -relaxed-filenames -max-iso9660-filenames -allow-multidot -allow-leading-dots -allow-lowercase
if "%1" == "-lu" set fs_options=-N -d -D -no-iso-translate -relaxed-filenames -max-iso9660-filenames -allow-multidot -allow-leading-dots
if "%1" == "-s"  set fs_options=-N -d -D -no-iso-translate -relaxed-filenames
if "%1" == "-v2" set fs_options=-iso-level 4
if "%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 characters


Thus, you can try INSTEAD of -j the -v2u one, or as said use directly mkisofs with the command line in the given link. newwink.gif

jaclaz

This post has been edited by jaclaz: Mar 16 2009, 04:55 AM
Go to the top of the page
 
+Quote Post
Guimenez
post Mar 16 2009, 06:05 AM
Post #5


Newbie


Group: Members
Posts: 39
Joined: 14-February 04
Member No.: 14298



Many thanks

it works perfect

you are the man

newwink.gif
Go to the top of the page
 
+Quote Post
jaclaz
post Mar 16 2009, 07:05 AM
Post #6


MSFN SuperB
Group Icon

Group: Software Developers
Posts: 5031
Joined: 23-July 04
From: Italy
Member No.: 25215
OS: none
Country Flag


Happy problem is solved. smile.gif

jaclaz
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 11:29 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy