IPB

Welcome Guest ( Log In | Register )

3 Pages V  < 1 2 3 >  
Closed TopicStart new topic
> PE Builder v3.1.9, Few small changes
Bart Lagerweij
post Jan 16 2006, 03:27 AM
Post #21


Gold Member
****

Group: Moderator
Posts: 701
Joined: 24-January 03
From: The Netherlands
Member No.: 3



QUOTE (xrock @ Jan 16 2006, 05:54 AM) *
I upgrade from 3.1.4 to 3.1.9. Now after cd-burning I can't find bootsect.bin in root directory of my disk. I think it is reason that ERD Commander 2005 placed together with BartPE can't load with message "ntloader failed". With 3.1.4 it works fine. How can I fix it?


bootsect.bin is the boot image, it is not visible on the CD.
I cannot "guess" what could be wrong the you start "mixing" with erd05.

Regards,
Bart.


QUOTE (xrock @ Jan 16 2006, 05:54 AM) *
I upgrade from 3.1.4 to 3.1.9. Now after cd-burning I can't find bootsect.bin in root directory of my disk. I think it is reason that ERD Commander 2005 placed together with BartPE can't load with message "ntloader failed". With 3.1.4 it works fine. How can I fix it?


bootsect.bin is the boot image, it is not visible on the CD.
I cannot "guess" what could be wrong the you start "mixing" with erd05.

Regards,
Bart.
Go to the top of the page
 
+Quote Post
xrock
post Jan 16 2006, 05:29 AM
Post #22


Newbie
*

Group: Members
Posts: 6
Joined: 15-January 06
From: Kazakhstan
Member No.: 16,707



QUOTE (Bart Lagerweij @ Jan 16 2006, 02:27 PM) *
bootsect.bin is the boot image, it is not visible on the CD.
I cannot "guess" what could be wrong the you start "mixing" with erd05.

Regards,
Bart.


OK. But how can I add bootsect.bin to disk to check depedency with ERD05? I can't do it with plugin's section SourceFiles cause BartPE ignore it sad.gif
Go to the top of the page
 
+Quote Post
RvdH
post Jan 16 2006, 08:03 AM
Post #23


Gold Member
****

Group: Members
Posts: 643
Joined: 23-July 03
Member No.: 1,138



QUOTE (xrock @ Jan 16 2006, 11:29 AM) *
OK. But how can I add bootsect.bin to disk to check depedency with ERD05? I can't do it with plugin's section SourceFiles cause BartPE ignore it sad.gif


uhm...add it manually maybe?


--------------------
Go to the top of the page
 
+Quote Post
paraglider
post Jan 16 2006, 08:14 AM
Post #24


Titanium Member
*******

Group: Moderator
Posts: 5,572
Joined: 29-August 03
From: NC, USA
Member No.: 1,527



Use the Sherpya build scripts and wrapper.cmd. You have total control then over what parameters you pass to mkisofs


--------------------
Go to the top of the page
 
+Quote Post
Kalonji
post Jan 16 2006, 09:45 AM
Post #25


Silver Member
***

Group: Members
Posts: 331
Joined: 15-November 03
Member No.: 2,579



Pebldr 3.1.9 isn't executing wrapper.cmd anymore. Is is possible to add this functionality again?

Thanks, Kalonji.


--------------------
Smash forehead on keyboard to continue.....
Go to the top of the page
 
+Quote Post
offtopic
post Jan 16 2006, 10:46 AM
Post #26


Member
**

Group: Members
Posts: 25
Joined: 26-November 05
Member No.: 15,714



QUOTE
Pebldr 3.1.9 isn't executing wrapper.cmd anymore.

I expect you've over-written the fake mkisofs.exe with the real one from the PE-Builder.

Regards,
OT
Go to the top of the page
 
+Quote Post
Kalonji
post Jan 16 2006, 11:06 AM
Post #27


Silver Member
***

Group: Members
Posts: 331
Joined: 15-November 03
Member No.: 2,579



QUOTE (offtopic @ Jan 16 2006, 04:46 PM) *
I expect you've over-written the fake mkisofs.exe with the real one from the PE-Builder.

Regards,
OT


Sounds good! I'll test that later, thanks for your help!


--------------------
Smash forehead on keyboard to continue.....
Go to the top of the page
 
+Quote Post
Kalonji
post Jan 16 2006, 12:34 PM
Post #28


Silver Member
***

Group: Members
Posts: 331
Joined: 15-November 03
Member No.: 2,579



@offtopic:

You were right. Many thanks again!

Kalonji.


--------------------
Smash forehead on keyboard to continue.....
Go to the top of the page
 
+Quote Post
xrock
post Jan 16 2006, 10:21 PM
Post #29


Newbie
*

Group: Members
Posts: 6
Joined: 15-January 06
From: Kazakhstan
Member No.: 16,707



QUOTE (RvdH @ Jan 16 2006, 07:03 PM) *
uhm...add it manually maybe?


Yeah... If add file manually it works but why BartPE don't add this file? It ignores section bootsetc.bin=3000,bootsect.bin sad.gif Actualy, that file is copied to HDD, but when iso-file is building it missing in root-directory.
Go to the top of the page
 
+Quote Post
Sykoodad
post Jan 17 2006, 03:22 AM
Post #30


Newbie
*

Group: Members
Posts: 1
Joined: 17-January 06
Member No.: 16,729



Hello togehter,

i think in pebuilder.inf line 344

CODE
0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "olethk32", "olethk32.dll"


should better be

CODE
[SetupReg.AddReg.2600]
; only XP
0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "olethk32", "olethk32.dll"


W2k3 SP1 will crash if the NTVDM.EXE is stored in i386\system32 with the above RegKey. This happens for example with the dospe plugin.
In W2k3 the olethk32.dll doesn't exist in the KnownDll List.

rgds
Sykoo
Go to the top of the page
 
+Quote Post
Skinner
post Jan 17 2006, 08:16 AM
Post #31


Newbie
*

Group: Members
Posts: 6
Joined: 28-January 03
From: Belarus
Member No.: 10



Sykoodad

Big Thanks.
It seems this will solve my problem with DOSPE
Go to the top of the page
 
+Quote Post
Bart Lagerweij
post Jan 20 2006, 06:24 AM
Post #32


Gold Member
****

Group: Moderator
Posts: 701
Joined: 24-January 03
From: The Netherlands
Member No.: 3



QUOTE (Sykoodad @ Jan 17 2006, 09:22 AM) *
Hello togehter,

i think in pebuilder.inf line 344

CODE
0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "olethk32", "olethk32.dll"


should better be

CODE
[SetupReg.AddReg.2600]
; only XP
0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "olethk32", "olethk32.dll"


W2k3 SP1 will crash if the NTVDM.EXE is stored in i386\system32 with the above RegKey. This happens for example with the dospe plugin.
In W2k3 the olethk32.dll doesn't exist in the KnownDll List.

rgds
Sykoo


Hi, added in future v3.1.10

Regards,
Bart.
Go to the top of the page
 
+Quote Post
cdob
post Jan 20 2006, 10:04 AM
Post #33


Platinum Member
*****

Group: Moderator
Posts: 3,257
Joined: 31-October 03
Member No.: 2,304



@Bart

Current StarBurn implementation does work well, CD and DVD writing is possible now. Thanks.


I use default PEBuilder 3.1.9 files and added one plugin z_multiprocessor.inf, containing:
CODE
[SourceDisksFiles]
ntkrnlmp.exe=2,NTOSKRNL.EXE

pebuilder.log
QUOTE
Section: SourceDisksFiles
Processing INF file "D:\Bcd\pebuilder319\plugin\z_multiprocessor\z_multiprocessor.inf"
...
Extracting "D:\Bcd\cds\xp-pro\files\I386\SP2.cab\NTKRNLMP.EXE" to "D:\Bcd\pebuilder319\BartPE\I386\SYSTEM32\NTOSKRNL.EXE"
Extracting "D:\Bcd\cds\xp-pro\files\I386\SP2.cab\NTOSKRNL.EXE" to "D:\Bcd\pebuilder319\BartPE\I386\SYSTEM32\NTKRNLMP.EXE"
...
DecompressOrCopy file "D:\BCD\CDS\XP-PRO\FILES\I386\NTKRNLMP.EXE" to "D:\Bcd\pebuilder319\BartPE\I386\SYSTEM32\NTKRNLMP.EXE"
DecompressOrCopy file "D:\BCD\CDS\XP-PRO\FILES\I386\NTOSKRNL.EXE" to "D:\Bcd\pebuilder319\BartPE\I386\SYSTEM32\NTOSKRNL.EXE"

File ntoskrnl.exe does contain ntoskrnl.exe, but not ntkrnlmp.exe.

If I edit layout.inf, remove ntoskrnl.exe, I get expected ntkrnlmp.exe.

What's more importand: layout.inf or a custom plugin?


If you integrate a hotfix, then file \I386\NTKRNLMP.EX? is most update version.
I like current process order: first *.cab next \I386\*.
Go to the top of the page
 
+Quote Post
stuartr
post Jan 20 2006, 10:15 AM
Post #34


Silver Member
***

Group: Members
Posts: 333
Joined: 8-February 05
Member No.: 10,092



QUOTE (cdob @ Jan 20 2006, 03:04 PM) *
@Bart

Current StarBurn implementation does work well, CD and DVD writing is possible now. Thanks.
I use default PEBuilder 3.1.9 files and added one plugin z_multiprocessor.inf, containing:
CODE
[SourceDisksFiles]
ntkrnlmp.exe=2,NTOSKRNL.EXE

pebuilder.log
File ntoskrnl.exe does contain ntoskrnl.exe, but not ntkrnlmp.exe.

If I edit layout.inf, remove ntoskrnl.exe, I get expected ntkrnlmp.exe.

What's more importand: layout.inf or a custom plugin?
If you integrate a hotfix, then file \I386\NTKRNLMP.EX? is most update version.
I like current process order: first *.cab next \I386\*.


I'm not sure exactly what this accomplishes?
Go to the top of the page
 
+Quote Post
waldense
post Jan 20 2006, 05:11 PM
Post #35


Newbie
*

Group: Members
Posts: 1
Joined: 20-January 06
Member No.: 16,833



Bart-

Love your stuff!

Question,

I fresh downloaded and ran version 3.1.3 and 3.1.9.

To each I only added the plugin "scsi-raid.zip" downloaded from
http://www.oion.net/qnd/bootcd/plugindepot.shtml

I get the error:


Processing INF file: "C:\Projects\Bart PE\plugin\raid\raid.inf"
Section: SetValue
Error: cannot find file "U‹ìjÿhr>F"
Error: setValue() failed 0: The operation completed successfully. (Line 0 String "winpeoem.sif,OEMDriverParams,OemDriverRoot,drivers")


I get the same error with another plugin, but I don't have the original download link for that one.

It is also for 3rd party RAID drivers.

Both use XP SP2. Both are fresh downloads with nothing added except the plugin.

I've tried it on 2 different machines, same result; 3.1.3 works, 3.1.9 errors.

Any ideas?

Thanks!
Go to the top of the page
 
+Quote Post
Bart Lagerweij
post Jan 21 2006, 10:57 AM
Post #36


Gold Member
****

Group: Moderator
Posts: 701
Joined: 24-January 03
From: The Netherlands
Member No.: 3



@waldense

Not sure, in pebuilder 3.1.9 there is not file like "winpeoem.sif" that could be a problem.

This way (using winpeoem.sif) of adding drivers is old and bad.
You should add drivers to the "drivers" folder, see pebuilder help pages.

See for a few driver, http://www.nu2.nu/pebuilder/#faq item number 31

Regards,
Bart.
Go to the top of the page
 
+Quote Post
Sergio Neddi
post Jan 21 2006, 03:58 PM
Post #37


Member
**

Group: Members
Posts: 70
Joined: 14-October 03
From: Italy
Member No.: 2,031



I am sorry for my poor english.

The bootfont.bin file need to be uppercased, the system boot does not see it in lower case.
Go to the top of the page
 
+Quote Post
Bart Lagerweij
post Jan 22 2006, 06:49 AM
Post #38


Gold Member
****

Group: Moderator
Posts: 701
Joined: 24-January 03
From: The Netherlands
Member No.: 3



@Sergio Neddi

I see that pebuilder 3.1.9 does not add bootfont.bin when needed.
Best thing todo here is add these lines to pebuilder.inf file.

CODE
; add bootfont.bin to [root] (if exists)
[SourceDisksFiles]
bootfont.bin=30000,BOOTFONT.BIN,4


Regards,
Bart.
Go to the top of the page
 
+Quote Post
Plugin Builder
post Jan 23 2006, 12:44 AM
Post #39


Silver Member
***

Group: Members
Posts: 138
Joined: 4-March 05
Member No.: 10,631



QUOTE (Bart Lagerweij @ Jan 22 2006, 11:49 AM) *
@Sergio Neddi

I see that pebuilder 3.1.9 does not add bootfont.bin when needed.
Best thing todo here is add these lines to pebuilder.inf file.

CODE
; add bootfont.bin to [root] (if exists)
[SourceDisksFiles]
bootfont.bin=30000,BOOTFONT.BIN,4


Regards,
Bart.


I have NOT read some thing in here, so I can't confirm other
problems (including the above) with peb319.

I have burned a BartPE CD. I used pebuilder319, but found no problems, except
one plugin that I removed from pebuilder314-beta
to pebuilder319, named firefox DO NOT WORK if 319.

Regards Plugin Builder,
PS. Firefox Solution:
laugh.gif

@echo off
rem FireFox startup file for BartPE
if not "%userprofile%" == "" goto LessThanPebuilder319
set userprofile=%tmp%\
set dp0=%systemdrive%\programs\firefox\
%dp0%firefox.exe -CreateProfile "BartPE %userprofile%\Mozilla\Firefox\Profiles"
copy "%dp0%bookmarks.html" "%userprofile%\Mozilla\Firefox\Profiles\."
copy "%dp0%cookies.txt" "%userprofile%\Mozilla\Firefox\Profiles\."
copy "%dp0%prefs.js" "%userprofile%\Mozilla\Firefox\Profiles\."
start %dp0%firefox.exe -p BartPE
goto :_end

:LessThanPebuilder319
if not exist "%~dp0firefox.exe" (
echo FIREFOX: The file "%~dp0firefox.exe" does not exist.
goto _err)
echo FIREFOX: Creating directory: %userprofile%\Mozilla\Firefox\Profiles
mkdir "%userprofile%\Mozilla\Firefox\Profiles"
if not exist "%userprofile%\Mozilla\Firefox\Profiles" (
echo FIREFOX.CMD: The directory "%userprofile%\Mozilla\Firefox\Profiles" does not exist!!!
goto _err)
echo FIREFOX: Creating profile
%~dp0firefox.exe -CreateProfile "BartPE %userprofile%\Mozilla\Firefox\Profiles"
if exist "%~dp0bookmarks.html" copy "%~dp0bookmarks.html" "%userprofile%\Mozilla\Firefox\Profiles\."
if exist "%~dp0cookies.txt" copy "%~dp0cookies.txt" "%userprofile%\Mozilla\Firefox\Profiles\."
if exist "%~dp0prefs.js" copy "%~dp0prefs.js" "%userprofile%\Mozilla\Firefox\Profiles\."
echo FIREFOX: Starting...
start %~dp0firefox.exe -p BartPE
goto :_end
:_err
echo.
echo FIREFOX.CMD: Error, script aborted.
echo.
pause
:_end
Go to the top of the page
 
+Quote Post
Plugin Builder
post Jan 23 2006, 01:54 AM
Post #40


Silver Member
***

Group: Members
Posts: 138
Joined: 4-March 05
Member No.: 10,631



SNIP... found no problems, except... Firefox...
OOPS. Avpersonal, etc. wont work after a simpel cleanup,

Regards Plugin Builder,
PS. Avpersonal, and/or a RAM Drive CleanUp... Solution:
laugh.gif

@echo off
echo RamDriveCleanUp.cmd: Starting...
if (%tmp%) == (B:) rmdir /s /q B:\.
rem Strange, but if missing folder(s), avpersonal said
rem ERROR space needed, and then it freeze, so
if not "%userprofile%" == "" (
rem peb3x:
mkdir "%tmp%\Documents and Settings\All Users\Desktop"
mkdir "%tmp%\Documents and Settings\All Users\Start Menu\Programs"
mkdir "%tmp%\Documents and Settings\Default User\Desktop"
mkdir "%tmp%\Documents and Settings\Default User\Favorites"
mkdir "%tmp%\Documents and Settings\Default User\Start Menu"
mkdir "%tmp%\Documents and Settings\Default User\Local Settings\Application Data"
mkdir "%tmp%\Documents and Settings\Default User\Application Data\Microsoft\Internet Explorer"
) else (
rem peb319:
mkdir "%tmp%\Documents and Settings\All Users\Skrivebord"
mkdir "%tmp%\Documents and Settings\All Users\Menuen Start\Programmer"
mkdir "%tmp%\Documents and Settings\Default User\Skrivebord"
mkdir "%tmp%\Documents and Settings\Default User\Foretrukne"
mkdir "%tmp%\Documents and Settings\Default User\Menuen Start\Programmer\Start"
mkdir "%tmp%\Documents and Settings\Default User\Lokale indstillinger\Application Data"
mkdir "%tmp%\Documents and Settings\Default User\Application Data"
)
rem Don't know how to write in your language, sorry.
Go to the top of the page
 
+Quote Post

3 Pages V  < 1 2 3 >
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 9th September 2010 - 02:03 AM