无忧启动论坛
标题:
使用USBoot制作XP@USB失败
[打印本页]
作者:
smallboat
时间:
2011-4-18 11:06
标题:
使用USBoot制作XP@USB失败
按照flyerboysd的教程
把XPSP2精简版装进U盘超详细傻瓜教程(非传统方法,一次安装可在不同电脑启动)
原帖地址
http://bbs.wuyou.net/forum.php?mod=viewthread&tid=133148&extra=page%3D1&page=1
制作[email=XP@USB]XP@USB[/email],在 Phase-ii 进行到EWF安装时出错,下面是USBoot日志文件中的错误提示
Processing step XIV: *
Installation of the Microsoft EWF filter
Installing Microsoft EWF filter -->
Installing -->
[EWF ] ? (100%) ...no driver found ( .\ewf\ewf.inf||EWF|||||.| )
Installation of drivers for 0 devices successfully completed
Couldn"t install the EWF filter
硬件系统:Lenovo Think Center 9088/Lenovo ThinkPad T61
系统:XP Professional SP2英文版
系统分区:NTFS分区
usboot:2.11 官网下的
那位高手帮忙解释一下怎么回事呀。
[
本帖最后由 smallboat 于 2011-4-18 11:07 编辑
]
作者:
olc
时间:
2011-4-19 00:20
c:\usboot 下要有"ewf"目录,你看你是不是解压成"ewf附件"了.
另外,能否告知你安装在移动硬盘还是在u盘上?
如果是移动硬盘,请告知是sata口的还是IDE的?
作者:
smallboat
时间:
2011-4-19 10:20
标题:
回复 #2 olc 的帖子
usboot必须置于系统盘符下吗?我的usboot文件夹放置于D盘上,usboot文件夹下有ewf目录,usboot可检测到ewf相关文件,否则不会出现Installing Microsoft EWF filter提示(我查看过phase-ii 的脚本文件,usboot只有检测到ewf才会出此提示,否则会提示未找到ewf文件)。ewf在本机测试过,可在本地运行。
XP准备装到4G的U盘上。这个有关系吗?因为phase-ii 还没到选择目标驱动器那步呀。
作者:
smallboat
时间:
2011-4-19 10:23
标题:
回复 #2 olc 的帖子
以下是使用记事本打开usboot phase-ii.isc查看到的EWF安装部分的脚本文件
[InstallEwfFilter_Select]
output,, ""
output,, " Select options for step XIV: *"
output,, ""
output,, " Installation of the Microsoft EWF filter"
output,, ""
output,, " (optional -> virtually protects partitions from write operations if enabled by caching writes) "
output,, " ( in RAM [inform yourself about side effects!] - may help to extend the lifetime ) "
output,, " ( of flash devices especially when formatted with NTFS - needs 'ewf.sys' and ) "
output,, " ( 'ewfmgr.exe' from XP embedded SP2 (or newer) in folder 'ewf' ) "
output,, ""
output,, ""
if, $_osVersion, 0, containsNot, "3", "5"
output,, " This is only supported on 32-bit versions of Windows XP / 2003"
output,, ""
set, $installEwfFilter_choice,, "s"
else
getDirectoryContents, $ewfSys, name, files, 0, "ewf.sys", "ewf"
if, $ewfSys, 0, contains, "?°"
output,, " Choose the desired action by pressing the corresponding key:"
output,, ""
output,, " <space> install the Microsoft EWF filter"
output,, " <s> skip this step"
output,, ""
output,, ""
waitForKey, $installEwfFilter_choice, 0, " s"
else
output,, " Found no 'ewf.sys' in folder 'ewf'"
output,, ""
set, $installEwfFilter_choice,, "s"
endif
endif
if, $installEwfFilter_choice, 0, contains, "s"
output,, " ...skipping step"
elseif, $installEwfFilter_choice, 0, contains, " "
output,, " Microsoft EWF filter will be installed"
endif
output,, ""
getDateTime, $dateTime
output,, $dateTime
output,, "================================================================================================"
return
[InstallEwfFilter_Process]
output,, ""
output,, " Processing step XIV: *"
output,, ""
output,, " Installation of the Microsoft EWF filter"
output,, ""
output,, ""
if, $installEwfFilter_choice, 0, contains, "s"
output,, " ...skipping step"
elseif, $installEwfFilter_choice, 0, contains, " "
output,, " Installing Microsoft EWF filter -->"
output,, ""
createRegistryKeys, "System\CurrentControlSet\Services", "EWF"
setRegistryValue, "System\CurrentControlSet\Services\EWF", "DisplayName", "REG_SZ", ""
installDrivers, complete, ".\ewf\ewf.inf||EWF|||||.|"
getRegistryValue, $ewfState, "System\CurrentControlSet\Services\EWF", "DisplayName", "REG_SZ"
if, $ewfState, 0, containsNot, ""
output,, " EWF filter successfully installed"
set, $_rebootRequired,, "true"
else
output,, " Couldn't install the EWF filter"
call, NoSuccess
endif
endif
output,, ""
getDateTime, $dateTime
output,, $dateTime
output,, "================================================================================================"
return
;~3
作者:
2011lunablade
时间:
2012-4-1 13:27
usboot的xp为何检测不到sata控制器呢它无法自动挂载主硬盘。如何安装sata驱动呢?
作者:
2012探钱trouble
时间:
2012-6-17 16:00
什么目录不目录的 我的EWF目录什么都没放 ,等会系统做完再装呀 笨蛋
欢迎光临 无忧启动论坛 (http://wuyou.net/)
Powered by Discuz! X3.3