|
本帖最后由 2012apple3000 于 2013-5-10 09:13 编辑
Hi zxw. I have a question. I tried to setup xp sp3 to VHD.
folowing below.
At First , Setup to Hard Disk .
title RUN Fira - isoXP setup step 1
command /RUN --step1 /firadisk.img /winxp.iso
title RUN Fira - isoXP setup step 2
command /RUN --step2/firadisk.img /winxp.iso
At step1 and Step2 , winxp.iso was loading to RAM
example.. [120M/680M]
SO I Succeded .
But As Below, setup to VHD,
title step1
command /RUN --step1 /firadisk.img /winxp.vhd /winxp.iso
Not loading to RAM. ..
Just Directly to .. "Press any key to Boot From CD..."
And VHD DISK Appeared, And Setup First XP Source Was Copied to VHD.
But,,, At Step2
title step2
command /RUN --step2 /firadisk.img /winxp.vhd /winxp.iso
Just Directly Just Directly to .. "Press any key to Boot From CD..."
So, Here,, I Have got BlueScreen , 7B.
Common, At Step1 and Step2, XPISO must be load to RAM.
As NormalXP ISO maybe not load to RAM,
But Most XPISO, To Setup From ISO, Must be load to RAM.
So When try to Hard disk, As Your parse, Loading to RAM, and Setup is Completed to Harddisk.
But When try to VHD, As your parse, Not loading to RAM, So Faild to VHD.
At reboot.pro , map --mem /winxp.iso, map /xp.vhd ... so so..
Setup is Succeed.
title 1.start setup xp on img
map --mem /Image/winvblock.ima (fd1)
map --mem (md)0x6000+800 (fd0)
map /xp.vhd (hd0)
map --mem /xp.iso (0xff)
map --hook
dd if=(fd1) of=(fd0) count=1
chainloader (0xff)
title 2.continue setup xp on img
map --mem /Image/winvblock.ima (fd1)
map --mem (md)0x6000+800 (fd0)
map /xp.vhd (hd0)
map --mem /xp.iso (0xff)
map --hook
dd if=(fd1) of=(fd0) count=1
root (hd0,0)
chainloader /ntldr
Now , I request to Your RUN File,
Please Edit your RUN File That XP.iso to Loading to RAM to Setup on VHD
|
|