无忧启动论坛

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

[分享] [20150128]自动列表·自动菜单·数字启动

    [复制链接]
2251#
 楼主| 发表于 2013-5-10 10:22:47 | 只看该作者
本帖最后由 zxw 于 2013-5-10 10:43 编辑
2012apple3000 发表于 2013-5-10 09:12
Hi zxw. I have a question. I tried to setup xp sp3 to VHD.
folowing below.


You try this:
  1. title 1. start setup xp on img
  2. command run --step1 --fira .ramos vhd=/hdd.img iso=/winxp.iso

  3. title 2. continue setup xp on img
  4. command run --step2 --fira .ramos vhd=/hdd.img iso=/winxp.iso
复制代码
回复

使用道具 举报

2252#
发表于 2013-5-10 16:04:56 | 只看该作者
本帖最后由 2012apple3000 于 2013-5-10 16:11 编辑
title 1. start setup xp on img
command run --step1 --fira .ramos vhd=/winxp.vhd iso=/winxp.iso

title 2. continue setup xp on img
command run --step2 --fira .ramos vhd=/winxp.vhd iso=/winxp.iso


Thanks.

I tried that. .
First Step.. title 1..
But Appeared "Disk read error" message
Why?

1. I make VHD file in 8PE with diskpart. 3G
2. I put winxp.vhd and winxp.iso On HDD
3. Boot from my USB GRUB DISK
I used RUN 2012.11.27 . I Attached here.
And I placed RUN in root and BOOT\IMGS\firadisk.img, winvblk.img, in my USB DISK

and i tried..

. RUN file is wrong?? is that old file?

and I Wondered Onething.

about option --fira .

Don't Your RUN file include firadisk.img and winvblk.img?

I thought That RUN file include firadisk.img and winvblk.img.
So, Until Yesterday. I didn't place boot\IMGS\ img .

But Today, I Placed thouse.

RUN.rar

393.77 KB, 下载次数: 7, 下载积分: 无忧币 -2

回复

使用道具 举报

2253#
 楼主| 发表于 2013-5-13 12:13:29 | 只看该作者
本帖最后由 zxw 于 2013-5-13 12:15 编辑

sorry,you can try this:
  1. title step1
  2. command /RUN --step1 --mem --set-fira=firadisk.img /winxp.vhd /winxp.iso

  3. title step2
  4. command /RUN --step2 --mem --set-fira=/firadisk.img /winxp.vhd /winxp.iso
复制代码
or
  1. title step1
  2. command /RUN --step1 --mem --set-fira=/winvblk.img /winxp.vhd /winxp.iso

  3. title step2
  4. command /RUN --step2 --mem --set-fira=/winvblk.img /winxp.vhd /winxp.iso
复制代码
or:
RUN file include firadisk.img and winvblk.img.
  1. title step1
  2. command /RUN --step1 --mem --fira /winxp.vhd /winxp.iso

  3. title step2
  4. command /RUN --step2 --mem --fira /winxp.vhd /winxp.iso
复制代码
or:
  1. title step1
  2. command /RUN --step1 --mem --winv /winxp.vhd /winxp.iso

  3. title step2
  4. command /RUN --step2 --mem --winv /winxp.vhd /winxp.iso
复制代码
回复

使用道具 举报

2254#
发表于 2013-5-13 14:35:35 | 只看该作者
zxw 发表于 2013-5-13 12:13
sorry,you can try this:oror:
RUN file include firadisk.img and winvblk.img.or:

I Waited your Answer For so long Time^^.

I Very Appreciate you. zxw..Thanks.

I tried You Suggested.

All Parse Work. But.. The problem is Onething.

It is That As All title,
winxp.iso is loaded to ram , Like this [127M/680M],[320M/680M] etc..

But
At the Partition Selection step, Did not Appeared WINXP.VHD DISK..
Just Showed Real HDD and my GRUB BOOT USB HDD.

Why Dis Not show VHD DISK.. ?

---------------------------------
At reboot.pro, As Like This

title Start -  TXT-mode XP Setup on winxp.vhd - WinVBlock driver
map --mem /WINVBLK.IMG (fd1)
map --mem /WINVBLK.IMG (fd0)
find --set-root --ignore-floppies /winxp.vhd
map /winxp.vhd (hd0)
map --mem /winxp.iso (0xff)
map --hook
chainloader (0xff)

In this case, At the Partition Selection step. winxp.vhd DISK was Showed. So I installed XP TO VHD DISK.
回复

使用道具 举报

2255#
发表于 2013-5-14 09:05:05 | 只看该作者
TOday, I tested again.

I put vhd and iso to HDD 3rd partition.
VHD is 3G, ISO is 688M..

So When USB-HDD BOOTing, USB is 0, HDD is 1. So vhd and iso located (hd1,2).
and So I Exactly write parse.. below.

command /RUN --step1 --mem --fira (hd1,2)/winxp.vhd (hd1,2)/winxp.iso

result,
Like this,, [534M/2861M]

VHD DISK was loaded to RAM,,

and XP.ISO was loaded to RAM Like this [534M/640M]

and press any key boot from CD...

and I enter. and Occured Blue Screen, 7B.

I Think VHD must Not load to MEMORY. Just XP ISO MUST Load to RAM.

I Appreciate YOur RUN. Very Simple, FOr Install XP, Need Just One Line. So I use RUN.
Thanks.
回复

使用道具 举报

2256#
 楼主| 发表于 2013-5-15 08:54:30 | 只看该作者
本帖最后由 zxw 于 2013-5-16 15:11 编辑
2012apple3000 发表于 2013-5-14 09:05
TOday, I tested again.

I put vhd and iso to HDD 3rd partition.


Because of busy, let you waiting for a long time, time to modify, you try this.
  1. title 1. start setup xp on img
  2. command run --step1 --winv .inst vhd=/hdd.img iso=/winxp.iso

  3. title 2. continue setup xp on img
  4. command run --step2 --winv .inst vhd=/hdd.img iso=/winxp.iso
复制代码
or:
.
  1. title 1. start setup xp on img
  2. command run  .inst step=1 vhd=/hdd.img winv=/WINVBLK.IMG iso=/winxp.iso

  3. title 2. continue setup xp on img
  4. command run .inst step=2 vhd=/hdd.img winv=/WINVBLK.IMG iso=/winxp.iso
复制代码


回复

使用道具 举报

2257#
发表于 2013-5-15 11:20:39 | 只看该作者
Zxe大大,用你的run自动菜单后加重iso个的PE,可以顺利进PE,但是外置软件都没有了,有什么好办法解决吗?
回复

使用道具 举报

2258#
 楼主| 发表于 2013-5-15 11:28:49 | 只看该作者
anxi_dongri 发表于 2013-5-15 11:20
Zxe大大,用你的run自动菜单后加重iso个的PE,可以顺利进PE,但是外置软件都没有了,有什么好办法解决吗?

^-^我是ZXW,不是Zxe

进PE,没有外置软件,与run应该无关吧。
回复

使用道具 举报

2259#
发表于 2013-5-15 11:34:45 | 只看该作者
不知道你做自动列表时可以怎么样方便加一个参数--fira,这样列表出来的都是默认先加firadisk再整体map启动?如果加重firadisk是不是就可以找到外置软件了?
回复

使用道具 举报

2260#
发表于 2013-5-15 15:15:47 | 只看该作者
本帖最后由 2012apple3000 于 2013-5-15 15:18 编辑
zxw 发表于 2013-5-15 08:54
Because of busy, let you waiting for a long time, time to modify, you try this.or:
.


Very Thanks.

I Retried.

First and Second parse , Both all step1 good worked.
vhd was mapped and iso was loaded mem.
and I Formatted VHD and copied windows file to vhd.

But Second parse , Both all step2 had Occured error.

After winxp.iso was loaded mem, and "Press any key to Boot from CD..." As step1.
And I Waited for passing message. I Didn't press any key. then auto Boot ntldr

( old version run,  step2 , Directly find ntldr and boot ntldr.
But Today's RUN, step2, mesage appeared  "Press any key to Boot from CD..." As step1.
)

And Last,
So error is like this.

Log Box appeared. and in Box, message is
====================================
SXS.DLL:manifest

error
Installation Failed: P:\I386\asms, Error Message :Manifest parse~~~
.
.
.


=============================================

I tried ISO Image, KOREAN XP ISO. So Failed at step2 like above.
But Like I mentioned before, When I tried with reboot.pro's Grub parse , Succeeded.

And now i retried English BlackEdition XPSP3.ISO. In ISO, OEM Folder and driverpack.. etc.
How Wonder I Succeeded.!!!
step1 and step2 worked good!!
At step2, No error.

Why is the reason..?

ISO VOLUME is important? is influence to install? ummm.. iso 9660 etc..
I don't Know That Difference Between Two Versions of ISO.


IF You can try more, I Wish you will solve asms error.

Thanks.
回复

使用道具 举报

2261#
 楼主| 发表于 2013-5-16 15:13:26 | 只看该作者
本帖最后由 zxw 于 2013-5-21 09:59 编辑

sorry,try this:


回复

使用道具 举报

2262#
发表于 2013-5-16 22:06:56 | 只看该作者
本帖最后由 pseudo 于 2013-5-16 22:09 编辑
zxw 发表于 2013-5-16 15:13
sorry,try this:


我对run做过点调整,问题也可能是g4d原因造成。

忘记是怎么回事了。#5楼有(2013-03-10)更新日志留点痕迹:http://bbs.wuyou.net/forum.php?m ... 705&pid=2617581

楼主出新版时最好顺带解决那个问题,到时我们直接用新版。
回复

使用道具 举报

2263#
 楼主| 发表于 2013-5-16 22:33:10 | 只看该作者
pseudo 发表于 2013-5-16 22:06
我对run做过点调整,问题也可能是g4d原因造成。

忘记是怎么回事了。#5楼有(2013-03-10)更新日志留点 ...

P大的调整(insmod后调用run的情形)在最近几个测试版本已采纳,谢谢提醒。
回复

使用道具 举报

2264#
发表于 2013-5-20 09:24:47 | 只看该作者
zxw 发表于 2013-5-16 15:13
sorry,try this:


Thanks for your favor.

I tried at Sunday early.

But I've got the same error.

At step2,  appeared " Press any key to Boot from CD.. "

I think,,  At step2, map VHD, mem ISO, and must automaticaly load VHD's NTLDR , Not "Press any key.. ~~".

But this RUN has same error.

The error is about "asms~~~"


回复

使用道具 举报

2265#
 楼主| 发表于 2013-5-21 10:00:49 | 只看该作者

2012apple3000 发表于 2013-5-20 09:24
Thanks for your favor.

I tried at Sunday early.


try this:

回复

使用道具 举报

2266#
发表于 2013-5-21 15:58:23 | 只看该作者
zxw 发表于 2013-5-21 10:00
try this:

Sorry I am..
5.21.2013 . RUN that you edited got same error.
At step2, driverpack copied and next,Logo, and occured error ,

asms error.
回复

使用道具 举报

2267#
 楼主| 发表于 2013-5-23 12:01:14 | 只看该作者
2012apple3000 发表于 2013-5-21 15:58
Sorry I am..
5.21.2013 . RUN that you edited got same error.
At step2, driverpack copied and ne ...

try this:
  1. title 1. start setup xp on img
  2. command run  .inst step=1 vhd=/hdd.img winv=/WINVBLK.IMG iso=/winxp.iso

  3. title 2. continue setup xp on img
  4. command run .inst step=2 vhd=/hdd.img winv=/WINVBLK.IMG iso=/winxp.iso
复制代码
RUN.7z (406.26 KB, 下载次数: 16)

回复

使用道具 举报

2268#
发表于 2013-5-23 12:58:03 | 只看该作者
本帖最后由 2012apple3000 于 2013-5-23 13:16 编辑
zxw 发表于 2013-5-23 12:01
try this:


same asms error.. Sorry.
No problem at step1,
at step 2,, vhd iso map and mem exactly through passed. and then.. Message Box appeared. asms error..

=========================================
Installation Failed "P:\I386\asms. Error Message : Manifest Parse error : There are invalid characters in text content

Critical Error

etc....
=========================

But The Reboot.pro's Method That I Mentioned before is successful..

Like This :

title Boot XP from VHD Image - WINXP.vhd - WinVBlock driver
find --set-root --ignore-floppies /winxp.vhd
map /winxp.vhd (hd0)
map --rd-size=2048
map --mem (rd)+4 (0x55)
map --hook
write (0x55) #!GRUB4DOSx00v=1x00winxp.vhdx00x80x00
root (hd0,0)
chainloader /ntldr

title Continue GUI-mode - XP Setup on winxp.vhd - WinVBlock driver
map --mem /WINVBLK.IMG (fd1)
map --mem /WINVBLK.IMG (fd0)
find --set-root --ignore-floppies /winxp.vhd
map /winxp.vhd (hd0)
map --mem /winxp.iso (0xff)
map --hook
root (hd0,0)
chainloader /ntldr

title Start -  TXT-mode XP Setup on winxp.vhd - WinVBlock driver
map --mem /WINVBLK.IMG (fd1)
map --mem /WINVBLK.IMG (fd0)
find --set-root --ignore-floppies /winxp.vhd
map /winxp.vhd (hd0)
map --mem /winxp.iso (0xff)
map --hook
chainloader (0xff)

===============================
The reason is that I think as ISO's Virtual mapping..

回复

使用道具 举报

2269#
发表于 2013-5-23 14:12:48 | 只看该作者
本帖最后由 sratlf 于 2013-5-23 14:13 编辑
2012apple3000 发表于 2013-5-23 12:58
same asms error.. Sorry.
No problem at step1,
at step 2,, vhd iso map and mem exactly throug ...


Hi Apple3000,  pls try the menu as below, and if windows cannot boot up, pls use this option disk,vmem=find:/winxp.vhd;\n\0
  1. title Boot XP from VHD Image - WINXP.vhd - Firadisk driver
  2. echo > (md)0x200+4
  3. map --heads=2 --sectors-per-track=18 --mem (md)0x200+4 (0x55)
  4. find --set-root --ignore-floppies /winxp.vhd
  5. map /winxp.vhd (hd0)
  6. map --hook
  7. write (0x55) [FiraDisk]\nStartOptions=disk,vmem=find:/winxp.vhd,boot;\n\0
  8. root (hd0,0)
  9. chainloader /ntldr

  10. title Continue GUI-mode - XP Setup on winxp.vhd - Firadisk driver
  11. map --mem /FIRADISK.IMG (fd1)
  12. map --mem /FIRADISK.IMG (fd0)
  13. echo > (md)0x200+4
  14. map --heads=2 --sectors-per-track=18 --mem (md)0x200+4 (0x55)
  15. find --set-root --ignore-floppies /winxp.vhd
  16. map /winxp.vhd (hd0)
  17. map /winxp.iso (0xff) || map --mem /winxp.iso (0xff)
  18. map --hook
  19. write (0x55) [FiraDisk]\nStartOptions=disk,vmem=find:/winxp.vhd,boot;cdrom,vmem=find:/winxp.iso;\n\0
  20. root (hd0,0)
  21. chainloader /ntldr

  22. title Start -  TXT-mode XP Setup on winxp.vhd - Firadisk driver
  23. map --mem /FIRADISK.IMG (fd1)
  24. map --mem /FIRADISK.IMG (fd0)
  25. echo > (md)0x200+4
  26. map --heads=2 --sectors-per-track=18 --mem (md)0x200+4 (0x55)
  27. find --set-root --ignore-floppies /winxp.vhd
  28. map /winxp.vhd (hd0)
  29. map /winxp.iso (0xff) || map --mem /winxp.iso (0xff)
  30. map --hook
  31. write (0x55) [FiraDisk]\nStartOptions=disk,vmem=find:/winxp.vhd,boot;cdrom,vmem=find:/winxp.iso;\n\0
  32. chainloader (0xff)
复制代码
回复

使用道具 举报

2270#
发表于 2013-5-23 15:47:51 | 只看该作者
sratlf 发表于 2013-5-23 14:12
Hi Apple3000,  pls try the menu as below, and if windows cannot boot up, pls use this option dis ...

Thanks Sratlf.

I mentioned above. the Parses is Good
From reboot.pro site

title Boot XP from VHD Image - WINXP.vhd - WinVBlock driver
find --set-root --ignore-floppies /winxp.vhd
map /winxp.vhd (hd0)
map --rd-size=2048
map --mem (rd)+4 (0x55)
map --hook
write (0x55) #!GRUB4DOSx00v=1x00winxp.vhdx00x80x00
root (hd0,0)
chainloader /ntldr

title Continue GUI-mode - XP Setup on winxp.vhd - WinVBlock driver
map --mem /WINVBLK.IMG (fd1)
map --mem /WINVBLK.IMG (fd0)
find --set-root --ignore-floppies /winxp.vhd
map /winxp.vhd (hd0)
map --mem /winxp.iso (0xff)
map --hook
root (hd0,0)
chainloader /ntldr

title Start -  TXT-mode XP Setup on winxp.vhd - WinVBlock driver
map --mem /WINVBLK.IMG (fd1)
map --mem /WINVBLK.IMG (fd0)
find --set-root --ignore-floppies /winxp.vhd
map /winxp.vhd (hd0)
map --mem /winxp.iso (0xff)
map --hook
chainloader (0xff)


is no problem. In VHD, XP install is succeeded.

Now What I Want, The Simple Method, Just 1 Line , As zxw's Run or Your RUN.
So , I tested zxw's RUN.

Here remains asms error..

If you can solve that, Please help us.^^

And. The Parse you sugested, I Think good work
回复

使用道具 举报

2271#
发表于 2013-5-23 16:02:45 | 只看该作者
本帖最后由 sratlf 于 2013-5-23 16:06 编辑
2012apple3000 发表于 2013-5-23 15:47
Thanks Sratlf.

I mentioned above. the Parses is Good


my run also can do this, pls try below command

::for installation, press enter key to boot from iso image for txt mode, and then run this command again, press h key to continue gui mode installation.
command run --fira iso=/winxp.iso disk=/winxp.vhd

::for ramos boot up directly, all changes will be saved after ramos shut down.
command run --fira disk=/winxp.vhd
::for ramos map to memory first, then boot up, like the normal ramos.
command run --ramos /winxp.vhd

ps: if the ramos cannot boot up while using firadisk drive, you can try --wvbk option, sometimes winvblk driver is better than firadisk driver.
回复

使用道具 举报

2272#
 楼主| 发表于 2013-5-23 23:51:16 | 只看该作者
sratlf 发表于 2013-5-23 14:12
Hi Apple3000,  pls try the menu as below, and if windows cannot boot up, pls use this option dis ...

呵呵,谢谢提供脚本。我恰好对这部分没有什么研究。
回复

使用道具 举报

2273#
 楼主| 发表于 2013-5-23 23:54:27 | 只看该作者
本帖最后由 zxw 于 2013-5-24 15:26 编辑
2012apple3000 发表于 2013-5-23 15:47
Thanks Sratlf.

I mentioned above. the Parses is Good


sorry,You try again this:


回复

使用道具 举报

2274#
发表于 2013-5-24 09:58:03 | 只看该作者
本帖最后由 2012apple3000 于 2013-5-24 10:29 编辑

Very Thanks Zxw and Sratlf.

zxw' RUN and Sratlf's RUN also has same error.

24-05-2013. This Run Has Good Point. Run does not Load to RAM xp.iso. Is That mapping??.
So It Saves Time. Oh.. Good.

At Step 1, Copying XP Install Files Has No Problem.

But At step 2, Still remains Error. but Another errors. It maybe ,, ISO mapping has some problem..

I used xp.vhd in my HDD and xp.iso in my HDD. Tweak xp English Black EDition.

I attach some image here.

error is No Disk..
But I press the key, "Continue" , Several Times. Then next step progressed DP setup and etc~~.


I Think That XP.ISO must be load to RAM (Not map But map --mem)

CAM01159.jpg (37.26 KB, 下载次数: 122)

CAM01159.jpg

CAM01160.jpg (32.45 KB, 下载次数: 137)

CAM01160.jpg

CAM01161.jpg (29.61 KB, 下载次数: 148)

CAM01161.jpg

CAM01162.jpg (42.13 KB, 下载次数: 138)

CAM01162.jpg

CAM01163.jpg (37.73 KB, 下载次数: 139)

CAM01163.jpg

CAM01164.jpg (60.99 KB, 下载次数: 140)

CAM01164.jpg
回复

使用道具 举报

2275#
发表于 2013-5-24 10:06:10 | 只看该作者
sratlf 发表于 2013-5-23 16:02
my run also can do this, pls try below command

::for installation, press enter key to boot fr ...

Thanks a lot.

I Used This.
command run --fira iso=/winxp.iso disk=/winxp.vhd

So First Enter, and next booting H key.
But At step2, Occured No Disk error popup and press the key continue, serveral times and going..
回复

使用道具 举报

2276#
发表于 2013-5-24 10:27:08 | 只看该作者
2012apple3000 发表于 2013-5-24 10:06
Thanks a lot.

I Used This.

i have one question about  your screen snapshot, seems you are not using the official version of winxp? if yes can i say this winxp has modified by someone else?

if possible, pls try the official version of winxp, should be workable.
回复

使用道具 举报

2277#
发表于 2013-5-24 10:34:18 | 只看该作者
sratlf 发表于 2013-5-24 10:27
i have one question about  your screen snapshot, seems you are not using the official version of w ...


Yes. Maybe Normal Xp. Innocent XP? will be Succeed.
But Serveral XP ISO SP3 was Tweaked . Adding DriverPack, MassStorage and etc, and Lite Version .. etc.

in ISO, OEM Folder ^^.

So I am Testing about any case xp.iso , not Normal..

Normal XP is Good Installed at VHD When use your RUN and ZXW's RUN.

Thanks.
回复

使用道具 举报

2278#
发表于 2013-5-24 10:45:54 | 只看该作者
sratlf 发表于 2013-5-24 10:27
i have one question about  your screen snapshot, seems you are not using the official version of w ...

And I Have a Question at Another point..

When Use syspreped Ghost Image, Why Has VHD boot Bluescreen..?

1. Create vhd
2. mount vhd
3. Put the Ghost image to Vhd
4. Inject Winvblk.sys inf to Vhd's SYSTEM with Injection tool. For Services. and Controller.
5. Boot Vhd
6. Occured Bluescreen and reboot again again ~~.
回复

使用道具 举报

2279#
 楼主| 发表于 2013-5-24 16:20:31 | 只看该作者
2012apple3000 发表于 2013-5-24 10:45
And I Have a Question at Another point..

When Use syspreped Ghost Image, Why Has VHD boot Blues ...

Hi,I uploaded version last night, you still have not?
回复

使用道具 举报

2280#
发表于 2013-5-25 06:57:04 | 只看该作者
zxw 发表于 2013-5-24 16:20
Hi,I uploaded version last night, you still have not?

Yes . I Have it . 2013.5.23, and 2013.5.24 you uploaded.
I tested with it.

5.23 version, loaded to RAM XP iso.  and asms error Occurred.
5.24 version, Not loaded to RAM, so Fast But "No disk error" and Some error Occurred While installing.
回复

使用道具 举报

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

本版积分规则

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

闽公网安备 35020302032614号

GMT+8, 2024-6-3 10:33

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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