|
BZD0524
新手上路

积分 10
发帖 3
注册 2008-10-6
状态 离线
|
『楼 主』:
USB-CDROM 启动U 盘 制作疑难
使用 LLM 解释/回答一下
最近我刚刚学会了量产U盘的方法 现在我的自制启动工具光盘镜像已经可以在U盘 以 USB-CDROM 方式顺利启动 现在又出现了新问题 就是以U 盘启动 引导 GHOST 还原系统镜像的时候 需要加载 DOS 下的U 盘驱动 可是DOS下U盘驱动很多 我难以取舍 我想要在DOS 下支持所有U 盘的驱动 或者驱动组合 希望高人能给我推荐 或者配置一套 支持所有U 盘的驱动组合 不胜感激。
Last edited by BZD0524 on 2008-10-8 at 11:53 ]
Recently I just learned the method of mass-producing USB flash drives. Now my self-made boot tool CD image can start smoothly in the USB flash drive in the USB-CDROM mode. Now a new problem has occurred, that is, when booting the GHOST to restore the system image from the USB flash drive, the USB drive driver under DOS needs to be loaded. However, there are many USB drive drivers under DOS, and I have difficulty choosing. I want to support the drivers of all USB flash drives under DOS, or a combination of drivers. I hope the experts can recommend or configure a combination of drivers that support all USB flash drives. Thanks a lot.
Last edited by BZD0524 on 2008-10-8 at 11:53 ]
|
|
2008-10-8 11:15 |
|
|
MLD
高级用户
    无
积分 570
发帖 173
注册 2003-8-23
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
U盘安装上PE系统,以USB-CDROM 方式启动到PE桌面后,直接运行 GHOST32.EXE 来还原系统镜像...
After installing the PE system on the USB flash drive and booting to the PE desktop in USB-CDROM mode, directly run GHOST32.EXE to restore the system image...
|
|
2008-10-10 20:21 |
|
|
BZD0524
新手上路

积分 10
发帖 3
注册 2008-10-6
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
呵呵 谢谢二楼的建议 不过你的这种方式 我早就会了 其实这个批处理我早就做了 只是不清楚 要适应各种主板还需要增加哪些驱动 现在我贴出调用GHOST镜像的批处理 我已经写好的批处理
autoexec.bat
@ECHO OFF
devload ramfd.sys
devload usbaspi.sys
devload aspidisk.sys
devload usbcd.sys /d:USB-CD
SHSUCDX /D:?PATACD01 /D:?SATACD01 /D:?SATACD02 /D:?SATACD03 /D:?USB-CD>nul
SHSUCDX /D:?MSCD001
findcd /s>nul
call findcdr "ghost.exe" C D E F G H I J K L M N O P Q R S T U V W X Y Z
%CDROM%:
ghost -nousb -clone,mode=pload,src=ghostxp.gho:1,dst=1:1 -crcignore -sure -rb
config.sys
device=himem.sys /testmem:off
DEVICEHIGH=UIDE.SYS /D:MSCD001
files=10
buffers=10
dos=high,umb
stacks=9,256
lastdrive=z
这个批处理 适合光盘引导 和 U 盘量产后引导 而且我使用了 devload.COM 来通过批处理调用驱动 所以不会造成高版本主板卡死的问题 我所需要的是 补充些驱动来更加完善。 希望高人能指点。
Hehe, thank you for the suggestion from the second floor. But I already knew this method long ago. Actually, I have already made this batch file. I just don't know which drivers need to be added to adapt to various motherboards. Now I post the batch file that calls the GHOST image. The batch file I have already written:
autoexec.bat
@ECHO OFF
devload ramfd.sys
devload usbaspi.sys
devload aspidisk.sys
devload usbcd.sys /d:USB-CD
SHSUCDX /D:?PATACD01 /D:?SATACD01 /D:?SATACD02 /D:?SATACD03 /D:?USB-CD>nul
SHSUCDX /D:?MSCD001
findcd /s>nul
call findcdr "ghost.exe" C D E F G H I J K L M N O P Q R S T U V W X Y Z
%CDROM%:
ghost -nousb -clone,mode=pload,src=ghostxp.gho:1,dst=1:1 -crcignore -sure -rb
config.sys
device=himem.sys /testmem:off
DEVICEHIGH=UIDE.SYS /D:MSCD001
files=10
buffers=10
dos=high,umb
stacks=9,256
lastdrive=z
This batch file is suitable for CD-ROM boot and USB flash drive post-quantity production boot. Moreover, I use devload.COM to call drivers through the batch file, so it won't cause the problem of high-version motherboards freezing. What I need is to supplement some drivers to make it more perfect. I hope experts can give guidance.
|
|
2008-10-11 09:57 |
|
|
kenterolay
初级用户
 
积分 28
发帖 13
注册 2008-11-15
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
楼主,希望能得到你这个img 的文件...学习学习..我的E-mail:huangronghuikenter@163.com
楼主,希望能得到你这个img 的文件...学习学习..我的E-mail:huangronghuikenter@163.com
楼主, I hope to get this img file from you... to learn... My E-mail: huangronghuikenter@163.com
|
|
2008-11-15 20:19 |
|
|
pxjxwang
新手上路

积分 14
发帖 6
注册 2008-11-13
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
楼主,我找了好久了,先谢谢你,你这个真的能用产量过的U盘,直接调用GHOST镜像是吗,U盘量产后第一个是CD-ROM.第二个是移动盘,是不是把GHOST镜像放到移动盘里呀
Last edited by pxjxwang on 2008-11-18 at 10:04 ]
LZ, I've been looking for a long time. First, thank you. Can your method really use a mass-produced USB drive to directly call a GHOST image? After mass-producing the USB drive, the first one is CD-ROM and the second is the removable disk. Do I put the GHOST image in the removable disk?
Last edited by pxjxwang on 2008-11-18 at 10:04 ]
|
|
2008-11-18 10:01 |
|
|
wama
初级用户
 
积分 159
发帖 83
注册 2007-11-22
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
請問,為什麼用U盘在Dos下運行3樓提供的autoexec.bat及config.sys後會出現以下字句?可否指教一下?
general failure reading drive C
Abort, Retry, Fail?
Excuse me, why after using U disk to run the autoexec.bat and config.sys provided by the 3rd floor under Dos, the following words will appear? Can you give some advice?
general failure reading drive C
Abort, Retry, Fail?
|
|
2009-2-15 15:51 |
|