无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
楼主: maanu
打印 上一主题 下一主题

Using 0PE 2017-03-06 as base for English Native XPPE

[复制链接]
跳转到指定楼层
1#
发表于 2017-4-1 23:21:04 | 显示全部楼层 |只看大图 回帖奖励 |倒序浏览 |阅读模式
Hello Pseudo ,

first of all , i was able to get account on baidu , and downloaded your latest 0pe , it has really improved over the time , since i last used it in early 2012.  thank you for it.

secondly ,  i am trying use my English Native XPPE ( which you and hotdll helped me make back in 2011) as main PE  using 0PE as base. here is what i am doing.

1- take English system32 files , make a WIM and replace with XP.WIM>SYSTEM32.WIM .

2- replace explorer.exe and regedit.exe in wxpelse.7z which was found in your SYSTEM32.WIM .

3- 0pe boots fine , and mount XP.WIM ,NET.WIM  , but it hangs after it loads my SYSTEM32.WIM , and it does not give any error. it seems it can not find shell .


The reason why i want to use your 0pe as base , as it is the only NT5 PE , which can load my lenovo Flex 4 laptop without blue screen.   i am attaching my PECMD.INI .


Thank you in advance.


Best Regards
Maanu from Pakistan

PECMD.zip

1.38 KB, 下载次数: 28, 下载积分: 无忧币 -2

2#
 楼主| 发表于 2017-4-2 00:07:55 | 显示全部楼层
红毛樱木 发表于 2017-4-1 23:54
TEAM FIND Explorer.EXE,!SHEL %WinDir%\EXPLORER.EXE|WAIT 1669---->>SHEL %WinDir%\EXPLORER.EXE

thank you , i ll try with your suggestion .

but i guess , the reason may be , because chinese PE uses WXPE path and my native PE uses I386 , can it be the issue ?
回复

使用道具 举报

3#
 楼主| 发表于 2017-4-2 00:37:21 | 显示全部楼层
邪恶海盗 发表于 2017-4-2 00:05
congratulations,have you used FbintTool 1.7?

hahaha thank you my friend .

no , i have not yet used v 1.7 , i have no real use for it as of now. i am happy with previous version.


on topic.

tried with SHELL %WinDir%\EXPLORER.EXE  suggestion , still hangs at same point . it is next screen after NATIVE MOUNT.

2017-04-01_213441.png (34.89 KB, 下载次数: 175)

2017-04-01_213441.png
回复

使用道具 举报

4#
 楼主| 发表于 2017-4-2 00:41:13 | 显示全部楼层
本帖最后由 maanu 于 2017-4-2 00:45 编辑
红毛樱木 发表于 2017-4-2 00:32
native load xxxx
see here reg


hello , here is native files , that 0PE loads .

whereas my native.ini reads as

@echo off
scd \SRNP\nvpe.wim
if exist nvpe.wim mount nvpe.wim x:\i386
if exist x:\i386\system32\PECMD.EXE exit




0PEnative.zip

2.09 KB, 下载次数: 13, 下载积分: 无忧币 -2

点评

I see. Here HKLM\SYSTEM\SETUP\CmdLine  详情 回复 发表于 2017-4-2 00:47
英文不还好。我直接说中文了。 一级内核中有native.exe,注册表中指向native.exe加载的配置文件,把native.exe加载的配置文件贴上来看一下。  详情 回复 发表于 2017-4-2 00:44
回复

使用道具 举报

5#
 楼主| 发表于 2017-4-2 00:47:49 | 显示全部楼层
红毛樱木 发表于 2017-4-2 00:44
英文不还好。我直接说中文了。
一级内核中有native.exe,注册表中指向native.exe加载的配置文件,把nati ...

please see above post .i forgot to add attachment.
回复

使用道具 举报

6#
 楼主| 发表于 2017-4-2 01:28:45 | 显示全部楼层
红毛樱木 发表于 2017-4-2 00:58
Try "LOAD FBWF" in native.ini
or in pecmd.ini
I can't see anything about fbwf

i am running fbwf via RUN1.CMD  (in PECMD.INI)

RUN1.CMD consist of

hiderun /w FBWFCache.cmd 4 64 50 %
hiderun.exe /w cmd.exe /c md \"%USERPROFILE%\\Local Settings\\Temp\
hiderun.exe /w cmd.exe /C hiderun.exe /w packuser.exe -o%SystemDrive% -y





fbwfcache.cmd

@echo off
%1=MinSize %2=Reserv %3=Size %4=Unit
:: MinSize - The minimum size cache
:: Reserv -  It is reserved under system
:: The rigid size
if "%4"=="MB" (
  set "Size=%3"
  goto _1
)
:: Calculation of the size
for /f "usebackq skip=1 tokens=3 delims=: " %%i in (`RamStatus.exe`) do set size=%%i
set /a size=%size%/1024
set /a "size=(%size%-%2)*%3/100"
if %size% lss %1 set size=%1

:_1
if 128 lss %size% set size=128
set /a "cachethreshold=(%size%+50)*1024*1024"
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v PagedPoolSize /t REG_DWORD /d %cachethreshold% /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FBWF" /v WinPECacheThreshold /t REG_DWORD /d %size% /f
hiderun /w net start fbwf


i ll upload my system32.wim .

点评

here Reg hklm\system\setup\cmdline  详情 回复 发表于 2017-4-2 01:34
回复

使用道具 举报

7#
 楼主| 发表于 2017-4-2 01:49:28 | 显示全部楼层

.

本帖最后由 maanu 于 2017-4-2 01:52 编辑
红毛樱木 发表于 2017-4-2 01:34
here Reg
hklm\system\setup\cmdline


here is my pe

http://pan.baidu.com/s/1kVofFD1

i am using NVPE.WIM as SYSTEM32.WIM with 0PE

点评

I have download your pe, and run it in vmware,it works well.  详情 回复 发表于 2017-4-2 17:46
回复

使用道具 举报

8#
 楼主| 发表于 2017-4-2 01:54:13 | 显示全部楼层
红毛樱木 发表于 2017-4-2 01:51
hklm\system\setup\cmdline
这个注册表键值有改成i386吗?
只有明天下载研究了,在被窝里了

it is

PECMD.EXE MAIN %SystemRoot%\SYSTEM32\PECMD.INI

in my english pe

点评

前面的I386和这里的system32有没有关系?不知道你的具体情况,猜的  详情 回复 发表于 2017-4-2 01:59
回复

使用道具 举报

9#
 楼主| 发表于 2017-4-2 02:10:58 | 显示全部楼层
红毛樱木 发表于 2017-4-2 01:59
前面的I386和这里的system32有没有关系?不知道你的具体情况,猜的

yes , my original pe has i386/system32  relation .
回复

使用道具 举报

10#
 楼主| 发表于 2017-4-2 17:33:32 | 显示全部楼层
pseudo 发表于 2017-4-2 17:13
can you get into native shell without BSOD, seeing "You are now in Native shell..." ?
maybe all "i3 ...

yes i can get to the " You are now in Native shell "

what files need to changed from i386 to wxpe ?

please note , i am already using your SETUPREG.HI_ .

can you please download above english PE to see what is the issue . ?

it ll be big help.


Best Regards
Maanu
回复

使用道具 举报

11#
 楼主| 发表于 2017-4-2 18:04:16 | 显示全部楼层
yes , my PE works ok on its own , i want to use it with 0PE base , but it does not work with 0PE ,  should i upload 0pe package for you with my english system32.wim for testing ?

thank you

点评

you can test pecmd.ini.  详情 回复 发表于 2017-4-2 18:27
回复

使用道具 举报

12#
 楼主| 发表于 2017-4-2 18:29:23 | 显示全部楼层
pseudo 发表于 2017-4-2 18:02
maybe i386 has been hardcoded  in some registration files of the config folder , it must be changed  ...

i caught 3 instances of I386 in system32.wim>config>Software

and changed to wxpe .

HKEY_LOCAL_MACHINE\sss\Microsoft\Windows\CurrentVersion\Setup, Installation Sources, X:\WXPE\SYSTEM32\DRIVERS X:\WXPE\SYSTEM32 X:\WXPE\INF



X:\WXPE\SYSTEM32\DRIVERS
X:\WXPE\SYSTEM32
X:\WXPE\INF


but still it hangs after finishing native screen.

点评

去掉那些等待运行的命令,比如 exec = 的这些,问题在pecmd.ini里,那几个cmd可能有卡死的情况  详情 回复 发表于 2017-4-2 18:49
回复

使用道具 举报

13#
 楼主| 发表于 2017-4-2 18:49:35 | 显示全部楼层

it failed . still hang at same point.
回复

使用道具 举报

14#
 楼主| 发表于 2017-4-2 18:52:16 | 显示全部楼层
红毛樱木 发表于 2017-4-2 18:49
去掉那些等待运行的命令,比如 exec =
的这些,问题在pecmd.ini里,那几个cmd可能有卡死的情况

yes , i tried with your pecmd.ini too , but it again failed.

点评

test this one.  详情 回复 发表于 2017-4-2 19:01
回复

使用道具 举报

15#
 楼主| 发表于 2017-4-2 19:30:14 | 显示全部楼层

again failed , wait, i am uploading 0pe test package with my system32.wim . may be you or Pseudo can test and fix.

回复

使用道具 举报

16#
 楼主| 发表于 2017-4-2 20:10:18 | 显示全部楼层
hello ,

here is my modified 0PE iso image , with english system32.wim


http://pan.baidu.com/s/1dFpDVQL


if anyone can diagnose the issue. i ll be thankful .
回复

使用道具 举报

17#
 楼主| 发表于 2017-4-5 00:25:50 | 显示全部楼层
本帖最后由 maanu 于 2017-4-5 00:49 编辑
pseudo 发表于 2017-4-4 20:14
@maanu
Desktop appears


OH that's awesome . what files you had to change to appear it ?

thank you for taking time , i spent all evening to translate your pecmd.ini and other chinese cmd ini files .

edit : do you know why My computer icon is not appearing ? i also themed with TangoPe style , using old pebeautify script.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-5-9 15:36

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表