|
View Full Version : CF Card boot setting problem
cheqinsy 10-19-2006, 08:00 AM Hi, Help needed urgently.
I build a XPE system and it need to run at CF card.
I first format it to NTFS system from windows 2000 system. then copy all the
XPE image files to the cf card. but I can't start the FBA, The error is disk
read error, please tape ctrl-alt-del to restart.
I suspect that may be is the target device setting's problem.
I first set it as multi(0)disk(0)rdisk(0)partition(1), it doesn't work.
then since I check the BIOS setting, I find out the system recognize CF card
as a secondary master hard disk, so I change the seeting to:
multi(0)disk(0)rdisk(2)partition(1) it also doesn't work at all.
Any body knows the correct setting of secondary master IDE device?
Or any step I an doing is wrong?
Please advice. Thanks
cheqinsy,
From the error message you mentioned below it doesn't seem you got even boot sector loaded.
You can easy verify that if you set a non-zero timeout in your boot.ini. If you can see the boot menu, ntldr got loaded which means
the NTFS boot sector was loaded too. If you don't, you are not that far yet and you have to properly partition and format the card.
A couple of things to keep in mind when you are formatting a CF card:
- best is to use manufacturer supplied formatting tools
- if you don't have the above, format the card on the target device (e.g., from WINPE booted). *always* format storage devices
on target.
- if doesn't help, switch to DOS (real DOS e.g. 6.22 or 7.0, not command prompt in Windows) and boot it on the target (floppy,
CD, another hard drive, etc.). Partition and format the card there using fdisk and format DOS utilities.
--
=========
Regards,
KM
> Hi, Help needed urgently.
>
> I build a XPE system and it need to run at CF card.
>
> I first format it to NTFS system from windows 2000 system. then copy all the
> XPE image files to the cf card. but I can't start the FBA, The error is disk
> read error, please tape ctrl-alt-del to restart.
>
> I suspect that may be is the target device setting's problem.
> I first set it as multi(0)disk(0)rdisk(0)partition(1), it doesn't work.
> then since I check the BIOS setting, I find out the system recognize CF card
> as a secondary master hard disk, so I change the seeting to:
> multi(0)disk(0)rdisk(2)partition(1) it also doesn't work at all.
>
> Any body knows the correct setting of secondary master IDE device?
> Or any step I an doing is wrong?
>
> Please advice. Thanks
cheqinsy 10-19-2006, 08:29 AM I have tried boot from dos and format The CF CARD, the system will be FAT not
NTFS. If I need to change the NTLoder to EWFLoder, is it possible to have the
EWF function under the FAT system?
thanks
"KM" wrote:
> cheqinsy,
>
> From the error message you mentioned below it doesn't seem you got even boot sector loaded.
> You can easy verify that if you set a non-zero timeout in your boot.ini. If you can see the boot menu, ntldr got loaded which means
> the NTFS boot sector was loaded too. If you don't, you are not that far yet and you have to properly partition and format the card.
>
> A couple of things to keep in mind when you are formatting a CF card:
> - best is to use manufacturer supplied formatting tools
> - if you don't have the above, format the card on the target device (e.g., from WINPE booted). *always* format storage devices
> on target.
> - if doesn't help, switch to DOS (real DOS e.g. 6.22 or 7.0, not command prompt in Windows) and boot it on the target (floppy,
> CD, another hard drive, etc.). Partition and format the card there using fdisk and format DOS utilities.
>
> --
> =========
> Regards,
> KM
>
> > Hi, Help needed urgently.
> >
> > I build a XPE system and it need to run at CF card.
> >
> > I first format it to NTFS system from windows 2000 system. then copy all the
> > XPE image files to the cf card. but I can't start the FBA, The error is disk
> > read error, please tape ctrl-alt-del to restart.
> >
> > I suspect that may be is the target device setting's problem.
> > I first set it as multi(0)disk(0)rdisk(0)partition(1), it doesn't work.
> > then since I check the BIOS setting, I find out the system recognize CF card
> > as a secondary master hard disk, so I change the seeting to:
> > multi(0)disk(0)rdisk(2)partition(1) it also doesn't work at all.
> >
> > Any body knows the correct setting of secondary master IDE device?
> > Or any step I an doing is wrong?
> >
> > Please advice. Thanks
>
>
>
Sean Liming \(eMVP\) 10-19-2006, 01:07 PM The boot sector and loader are not the same. You can run EWF on either FAT
or NTFS. If you prepare the disk with DOS, Bootprep must be used to change
he boot sector from DOS boot sector to NT Boot sector.
Sounds like your CF is ID'd as removable. If you want to format with NTFS,
the flash disk should be ID'd as fixed and placed in a IDE-to-CF adapter in
a Windows 2000 or XP system. Using a USB-to-CF, formating a CF card will not
lay down the boot sector because 2000 and XP think the card is only for used
removable media and not boot.
Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
"cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
news:0D1A212D-4AE0-4751-99DA-53D371AF5E8C@microsoft.com...
>I have tried boot from dos and format The CF CARD, the system will be FAT
>not
> NTFS. If I need to change the NTLoder to EWFLoder, is it possible to have
> the
> EWF function under the FAT system?
>
> thanks
>
> "KM" wrote:
>
>> cheqinsy,
>>
>> From the error message you mentioned below it doesn't seem you got even
>> boot sector loaded.
>> You can easy verify that if you set a non-zero timeout in your boot.ini.
>> If you can see the boot menu, ntldr got loaded which means
>> the NTFS boot sector was loaded too. If you don't, you are not that far
>> yet and you have to properly partition and format the card.
>>
>> A couple of things to keep in mind when you are formatting a CF card:
>> - best is to use manufacturer supplied formatting tools
>> - if you don't have the above, format the card on the target device
>> (e.g., from WINPE booted). *always* format storage devices
>> on target.
>> - if doesn't help, switch to DOS (real DOS e.g. 6.22 or 7.0, not
>> command prompt in Windows) and boot it on the target (floppy,
>> CD, another hard drive, etc.). Partition and format the card there using
>> fdisk and format DOS utilities.
>>
>> --
>> =========
>> Regards,
>> KM
>>
>> > Hi, Help needed urgently.
>> >
>> > I build a XPE system and it need to run at CF card.
>> >
>> > I first format it to NTFS system from windows 2000 system. then copy
>> > all the
>> > XPE image files to the cf card. but I can't start the FBA, The error is
>> > disk
>> > read error, please tape ctrl-alt-del to restart.
>> >
>> > I suspect that may be is the target device setting's problem.
>> > I first set it as multi(0)disk(0)rdisk(0)partition(1), it doesn't
>> > work.
>> > then since I check the BIOS setting, I find out the system recognize CF
>> > card
>> > as a secondary master hard disk, so I change the seeting to:
>> > multi(0)disk(0)rdisk(2)partition(1) it also doesn't work at all.
>> >
>> > Any body knows the correct setting of secondary master IDE device?
>> > Or any step I an doing is wrong?
>> >
>> > Please advice. Thanks
>>
>>
>>
cheqinsy 10-19-2006, 04:03 PM hi, thanks for the instruction.
My CF card is settng as the secondary master hard disk. not removable disk.
As you advised, I can boot up using dos, and perform fdisk and format c:,
then bootprep /dc. after that copy all the file to the CF card. The XPE
system should add the FAT component not NTFS, Am I right? Please advise.
Thanks.
Just to add a couple more points here.
If you are planning on using EWF RAM or RAM Reg mode but not Disk Overlay nor special features like HORM, your loader can be ntldr.
Also, with CF protected by EWF it is advised to use FAT instead of NTFS as the latter is more chattier than plain FAT. In other
words, you're going to waste your overlay space on file system related and unnecessary on protected volume activities if you go with
NTFS.
If NTFS is a hard requirement for you and you can only make the card bootable from DOS (that may be the case with some cards on the
market). You can always convert CF volume to NTFS later, after you lay down the OS image there or whatever data you are planning on
having there. To do that you will need to use convert.exe.
Yes, you must have FAT component added to your image configuration. It is often easier to have both FS components added there since
the footprint hit is relatively small.
--
=========
Regards,
KM
"cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message news:2483BB44-8CA0-4A13-A799-491F9B11CC7A@microsoft.com...
> hi, thanks for the instruction.
>
> My CF card is settng as the secondary master hard disk. not removable disk.
> As you advised, I can boot up using dos, and perform fdisk and format c:,
> then bootprep /dc. after that copy all the file to the CF card. The XPE
> system should add the FAT component not NTFS, Am I right? Please advise.
>
> Thanks.
cheqinsy 10-20-2006, 06:36 AM Hi, Dear Sir,
Follow your instruction to build my XPE image and copied over to the CF
card, But I got the blue screen.
*** Stop: 0x0000007B (0XF99AC528,0X00000000E, 0X00000000, 0X00000000)
Don't know what's wrong.
Any Hint? Thanks
This is good meaning that you now beyond the nt loader since it is a kernel error.
7B is so popular BSOD with XPe that I think there is no point to waste much time and explore it on your target. It is just mean you
are missing a critical boot device from your image like IDE controllers, disk driver, PCI bus, etc..
You may want to follow the tips on this page: http://msdn.microsoft.com/embedded/community/community/tips/xp/stoperr7b/default.aspx.
--
=========
Regards,
KM
"cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message news:1BB8CAA1-6B78-40F2-9DC1-AF9FF7251C71@microsoft.com...
> Hi, Dear Sir,
> Follow your instruction to build my XPE image and copied over to the CF
> card, But I got the blue screen.
>
> *** Stop: 0x0000007B (0XF99AC528,0X00000000E, 0X00000000, 0X00000000)
> Don't know what's wrong.
>
> Any Hint? Thanks
>
Sean Liming \(eMVP\) 10-20-2006, 11:48 AM Probably a missing component, some Stop 7B solutions can be found here:
http://www.seanliming.com/Docs/XPE%20Stop%200x0000007B%20Error%20V1.2.pdf
http://www.seanliming.com/Articles.html
Regards,
Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
"cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
news:1BB8CAA1-6B78-40F2-9DC1-AF9FF7251C71@microsoft.com...
> Hi, Dear Sir,
> Follow your instruction to build my XPE image and copied over to the CF
> card, But I got the blue screen.
>
> *** Stop: 0x0000007B (0XF99AC528,0X00000000E, 0X00000000, 0X00000000)
> Don't know what's wrong.
>
> Any Hint? Thanks
>
cheqinsy 10-25-2006, 06:33 AM I have installed XP professional into my actual target machine, and run a
tap.exe get the PMQ file, When I build the XPE System. I have got some error
list as following:
R: Building: "Intel(R) 82852/82855 GM/GME Graphics Controller [Version
6.14.10.3751, R7]"...
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmnt5.inf"
R: Error 1005: File not found: "ialmnt5.inf"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmnt5.sys"
R: Error 1005: File not found: "ialmnt5.sys"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmrnt5.dll"
R: Error 1005: File not found: "ialmrnt5.dll"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmdnt5.dll"
R: Error 1005: File not found: "ialmdnt5.dll"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmdev5.dll"
R: Error 1005: File not found: "ialmdev5.dll"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmdd5.dll"
R: Error 1005: File not found: "ialmdd5.dll"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"oemdspif.dll"
R: Error 1005: File not found: "oemdspif.dll"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmrem.dll"
R: Error 1005: File not found: "ialmrem.dll"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmgicd.dll"
R: Error 1005: File not found: "ialmgicd.dll"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmgdev.dll"
R: Error 1005: File not found: "ialmgdev.dll"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"iAlmCoIn.dll"
R: Error 1005: File not found: "iAlmCoIn.dll"
...........
R: Building: "Intel(R) PRO/100 VE Network Connection [Version 7.0.26, R7]"...
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"e100b325.inf"
R: Error 1005: File not found: "e100b325.inf"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"IntelNic.dll"
R: Error 1005: File not found: "IntelNic.dll"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"e100bmsg.dll"
R: Error 1005: File not found: "e100bmsg.dll"
............
R: Building: "Speech API Core [Version 5.1.2600.2180, R2890]"...
R: Error 1004: Invalid resource:
"RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Preview"":
(Error 5 (0x5) in "Microsoft VBScript runtime error": Invalid procedure call
or argument)
...........
R: Building: "Vinyl AC'97 Codec Combo Driver (WDM) [Version 6.14.01.4000,
R7]"...
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"VIAComp.inf"
R: Error 1005: File not found: "VIAComp.inf"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"viaudios.sys"
R: Error 1005: File not found: "viaudios.sys"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"viasens.sys"
R: Error 1005: File not found: "viasens.sys"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"crlds3d.dll"
R: Error 1005: File not found: "crlds3d.dll"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"Audio3D.dll"
R: Error 1005: File not found: "Audio3D.dll"
THEN After FBA I get this Stop error.
What I should do?
Please Help Me. Thanks
"Sean Liming (eMVP)" wrote:
>
> Probably a missing component, some Stop 7B solutions can be found here:
> http://www.seanliming.com/Docs/XPE%20Stop%200x0000007B%20Error%20V1.2.pdf
> http://www.seanliming.com/Articles.html
>
> Regards,
>
> Sean Liming
> www.sjjmicro.com / www.seanliming.com
> XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
> Toolkit
>
>
> "cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
> news:1BB8CAA1-6B78-40F2-9DC1-AF9FF7251C71@microsoft.com...
> > Hi, Dear Sir,
> > Follow your instruction to build my XPE image and copied over to the CF
> > card, But I got the blue screen.
> >
> > *** Stop: 0x0000007B (0XF99AC528,0X00000000E, 0X00000000, 0X00000000)
> > Don't know what's wrong.
> >
> > Any Hint? Thanks
> >
>
>
>
Sean Liming \(eMVP\) 10-25-2006, 07:01 AM 1. You are getting the errors because the Components and Repositories for
the different device drivers are not linked. If you created these driver
components, edit the SLDs and look in the settings page for each component.
If there is an Unknown next to repository, then you need to make the link to
the Respository.
2. What Stop Error are you getting 0x7B?
Regards,
Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
XP Training Class Nov 28-30 - http://www.sjjmicro.com/Training.html
"cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
news:CE2930F5-D204-4E7C-AD2F-0745BC97741B@microsoft.com...
>I have installed XP professional into my actual target machine, and run a
> tap.exe get the PMQ file, When I build the XPE System. I have got some
> error
> list as following:
>
> R: Building: "Intel(R) 82852/82855 GM/GME Graphics Controller [Version
> 6.14.10.3751, R7]"...
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "ialmnt5.inf"
> R: Error 1005: File not found: "ialmnt5.inf"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "ialmnt5.sys"
> R: Error 1005: File not found: "ialmnt5.sys"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "ialmrnt5.dll"
> R: Error 1005: File not found: "ialmrnt5.dll"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "ialmdnt5.dll"
> R: Error 1005: File not found: "ialmdnt5.dll"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "ialmdev5.dll"
> R: Error 1005: File not found: "ialmdev5.dll"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "ialmdd5.dll"
> R: Error 1005: File not found: "ialmdd5.dll"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "oemdspif.dll"
> R: Error 1005: File not found: "oemdspif.dll"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "ialmrem.dll"
> R: Error 1005: File not found: "ialmrem.dll"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "ialmgicd.dll"
> R: Error 1005: File not found: "ialmgicd.dll"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "ialmgdev.dll"
> R: Error 1005: File not found: "ialmgdev.dll"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "iAlmCoIn.dll"
> R: Error 1005: File not found: "iAlmCoIn.dll"
> ..........
> R: Building: "Intel(R) PRO/100 VE Network Connection [Version 7.0.26,
> R7]"...
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "e100b325.inf"
> R: Error 1005: File not found: "e100b325.inf"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "IntelNic.dll"
> R: Error 1005: File not found: "IntelNic.dll"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "e100bmsg.dll"
> R: Error 1005: File not found: "e100bmsg.dll"
> ...........
>
> R: Building: "Speech API Core [Version 5.1.2600.2180, R2890]"...
> R: Error 1004: Invalid resource:
> "RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Preview"":
> (Error 5 (0x5) in "Microsoft VBScript runtime error": Invalid procedure
> call
> or argument)
> ..........
> R: Building: "Vinyl AC'97 Codec Combo Driver (WDM) [Version 6.14.01.4000,
> R7]"...
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "VIAComp.inf"
> R: Error 1005: File not found: "VIAComp.inf"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "viaudios.sys"
> R: Error 1005: File not found: "viaudios.sys"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "viasens.sys"
> R: Error 1005: File not found: "viasens.sys"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "crlds3d.dll"
> R: Error 1005: File not found: "crlds3d.dll"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "Audio3D.dll"
> R: Error 1005: File not found: "Audio3D.dll"
>
> THEN After FBA I get this Stop error.
> What I should do?
> Please Help Me. Thanks
>
> "Sean Liming (eMVP)" wrote:
>
>>
>> Probably a missing component, some Stop 7B solutions can be found here:
>> http://www.seanliming.com/Docs/XPE%20Stop%200x0000007B%20Error%20V1.2.pdf
>> http://www.seanliming.com/Articles.html
>>
>> Regards,
>>
>> Sean Liming
>> www.sjjmicro.com / www.seanliming.com
>> XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
>> Toolkit
>>
>>
>> "cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
>> news:1BB8CAA1-6B78-40F2-9DC1-AF9FF7251C71@microsoft.com...
>> > Hi, Dear Sir,
>> > Follow your instruction to build my XPE image and copied over to the CF
>> > card, But I got the blue screen.
>> >
>> > *** Stop: 0x0000007B (0XF99AC528,0X00000000E, 0X00000000, 0X00000000)
>> > Don't know what's wrong.
>> >
>> > Any Hint? Thanks
>> >
>>
>>
>>
cheqinsy 10-25-2006, 07:12 AM Thanks, Sean,
I am getting Stop: 0x0000007B (0XF99AC528,0X00000000E, 0X00000000,
0X00000000) error.
"Sean Liming (eMVP)" wrote:
>
> 1. You are getting the errors because the Components and Repositories for
> the different device drivers are not linked. If you created these driver
> components, edit the SLDs and look in the settings page for each component.
> If there is an Unknown next to repository, then you need to make the link to
> the Respository.
>
> 2. What Stop Error are you getting 0x7B?
>
>
> Regards,
>
> Sean Liming
> www.sjjmicro.com / www.seanliming.com
> XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
> Toolkit
> XP Training Class Nov 28-30 - http://www.sjjmicro.com/Training.html
>
>
>
> "cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
> news:CE2930F5-D204-4E7C-AD2F-0745BC97741B@microsoft.com...
> >I have installed XP professional into my actual target machine, and run a
> > tap.exe get the PMQ file, When I build the XPE System. I have got some
> > error
> > list as following:
> >
> > R: Building: "Intel(R) 82852/82855 GM/GME Graphics Controller [Version
> > 6.14.10.3751, R7]"...
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "ialmnt5.inf"
> > R: Error 1005: File not found: "ialmnt5.inf"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "ialmnt5.sys"
> > R: Error 1005: File not found: "ialmnt5.sys"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "ialmrnt5.dll"
> > R: Error 1005: File not found: "ialmrnt5.dll"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "ialmdnt5.dll"
> > R: Error 1005: File not found: "ialmdnt5.dll"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "ialmdev5.dll"
> > R: Error 1005: File not found: "ialmdev5.dll"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "ialmdd5.dll"
> > R: Error 1005: File not found: "ialmdd5.dll"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "oemdspif.dll"
> > R: Error 1005: File not found: "oemdspif.dll"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "ialmrem.dll"
> > R: Error 1005: File not found: "ialmrem.dll"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "ialmgicd.dll"
> > R: Error 1005: File not found: "ialmgicd.dll"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "ialmgdev.dll"
> > R: Error 1005: File not found: "ialmgdev.dll"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "iAlmCoIn.dll"
> > R: Error 1005: File not found: "iAlmCoIn.dll"
> > ..........
> > R: Building: "Intel(R) PRO/100 VE Network Connection [Version 7.0.26,
> > R7]"...
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "e100b325.inf"
> > R: Error 1005: File not found: "e100b325.inf"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "IntelNic.dll"
> > R: Error 1005: File not found: "IntelNic.dll"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "e100bmsg.dll"
> > R: Error 1005: File not found: "e100bmsg.dll"
> > ...........
> >
> > R: Building: "Speech API Core [Version 5.1.2600.2180, R2890]"...
> > R: Error 1004: Invalid resource:
> > "RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Preview"":
> > (Error 5 (0x5) in "Microsoft VBScript runtime error": Invalid procedure
> > call
> > or argument)
> > ..........
> > R: Building: "Vinyl AC'97 Codec Combo Driver (WDM) [Version 6.14.01.4000,
> > R7]"...
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "VIAComp.inf"
> > R: Error 1005: File not found: "VIAComp.inf"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "viaudios.sys"
> > R: Error 1005: File not found: "viaudios.sys"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "viasens.sys"
> > R: Error 1005: File not found: "viasens.sys"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "crlds3d.dll"
> > R: Error 1005: File not found: "crlds3d.dll"
> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> > "Audio3D.dll"
> > R: Error 1005: File not found: "Audio3D.dll"
> >
> > THEN After FBA I get this Stop error.
> > What I should do?
> > Please Help Me. Thanks
> >
> > "Sean Liming (eMVP)" wrote:
> >
> >>
> >> Probably a missing component, some Stop 7B solutions can be found here:
> >> http://www.seanliming.com/Docs/XPE%20Stop%200x0000007B%20Error%20V1.2.pdf
> >> http://www.seanliming.com/Articles.html
> >>
> >> Regards,
> >>
> >> Sean Liming
> >> www.sjjmicro.com / www.seanliming.com
> >> XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
> >> Toolkit
> >>
> >>
> >> "cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
> >> news:1BB8CAA1-6B78-40F2-9DC1-AF9FF7251C71@microsoft.com...
> >> > Hi, Dear Sir,
> >> > Follow your instruction to build my XPE image and copied over to the CF
> >> > card, But I got the blue screen.
> >> >
> >> > *** Stop: 0x0000007B (0XF99AC528,0X00000000E, 0X00000000, 0X00000000)
> >> > Don't know what's wrong.
> >> >
> >> > Any Hint? Thanks
> >> >
> >>
> >>
> >>
>
>
>
Sean Liming \(eMVP\) 10-25-2006, 05:09 PM Since it is Stop 0x7B, take a look at the paper I wrote and see if there is
a missing component.
Regards,
Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
XP Training Class Nov 28-30 - http://www.sjjmicro.com/Training.html
"cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
news:30A40BDA-A101-4EA4-AFB6-D00106B1A7CA@microsoft.com...
> Thanks, Sean,
> I am getting Stop: 0x0000007B (0XF99AC528,0X00000000E, 0X00000000,
> 0X00000000) error.
>
> "Sean Liming (eMVP)" wrote:
>
>>
>> 1. You are getting the errors because the Components and Repositories for
>> the different device drivers are not linked. If you created these driver
>> components, edit the SLDs and look in the settings page for each
>> component.
>> If there is an Unknown next to repository, then you need to make the link
>> to
>> the Respository.
>>
>> 2. What Stop Error are you getting 0x7B?
>>
>>
>> Regards,
>>
>> Sean Liming
>> www.sjjmicro.com / www.seanliming.com
>> XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
>> Toolkit
>> XP Training Class Nov 28-30 - http://www.sjjmicro.com/Training.html
>>
>>
>>
>> "cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
>> news:CE2930F5-D204-4E7C-AD2F-0745BC97741B@microsoft.com...
>> >I have installed XP professional into my actual target machine, and run
>> >a
>> > tap.exe get the PMQ file, When I build the XPE System. I have got some
>> > error
>> > list as following:
>> >
>> > R: Building: "Intel(R) 82852/82855 GM/GME Graphics Controller [Version
>> > 6.14.10.3751, R7]"...
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "ialmnt5.inf"
>> > R: Error 1005: File not found: "ialmnt5.inf"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "ialmnt5.sys"
>> > R: Error 1005: File not found: "ialmnt5.sys"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "ialmrnt5.dll"
>> > R: Error 1005: File not found: "ialmrnt5.dll"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "ialmdnt5.dll"
>> > R: Error 1005: File not found: "ialmdnt5.dll"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "ialmdev5.dll"
>> > R: Error 1005: File not found: "ialmdev5.dll"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "ialmdd5.dll"
>> > R: Error 1005: File not found: "ialmdd5.dll"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "oemdspif.dll"
>> > R: Error 1005: File not found: "oemdspif.dll"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "ialmrem.dll"
>> > R: Error 1005: File not found: "ialmrem.dll"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "ialmgicd.dll"
>> > R: Error 1005: File not found: "ialmgicd.dll"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "ialmgdev.dll"
>> > R: Error 1005: File not found: "ialmgdev.dll"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "iAlmCoIn.dll"
>> > R: Error 1005: File not found: "iAlmCoIn.dll"
>> > ..........
>> > R: Building: "Intel(R) PRO/100 VE Network Connection [Version 7.0.26,
>> > R7]"...
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "e100b325.inf"
>> > R: Error 1005: File not found: "e100b325.inf"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "IntelNic.dll"
>> > R: Error 1005: File not found: "IntelNic.dll"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "e100bmsg.dll"
>> > R: Error 1005: File not found: "e100bmsg.dll"
>> > ...........
>> >
>> > R: Building: "Speech API Core [Version 5.1.2600.2180, R2890]"...
>> > R: Error 1004: Invalid resource:
>> > "RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Preview"":
>> > (Error 5 (0x5) in "Microsoft VBScript runtime error": Invalid procedure
>> > call
>> > or argument)
>> > ..........
>> > R: Building: "Vinyl AC'97 Codec Combo Driver (WDM) [Version
>> > 6.14.01.4000,
>> > R7]"...
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "VIAComp.inf"
>> > R: Error 1005: File not found: "VIAComp.inf"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "viaudios.sys"
>> > R: Error 1005: File not found: "viaudios.sys"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "viasens.sys"
>> > R: Error 1005: File not found: "viasens.sys"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "crlds3d.dll"
>> > R: Error 1005: File not found: "crlds3d.dll"
>> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> > "Audio3D.dll"
>> > R: Error 1005: File not found: "Audio3D.dll"
>> >
>> > THEN After FBA I get this Stop error.
>> > What I should do?
>> > Please Help Me. Thanks
>> >
>> > "Sean Liming (eMVP)" wrote:
>> >
>> >>
>> >> Probably a missing component, some Stop 7B solutions can be found
>> >> here:
>> >> http://www.seanliming.com/Docs/XPE%20Stop%200x0000007B%20Error%20V1.2.pdf
>> >> http://www.seanliming.com/Articles.html
>> >>
>> >> Regards,
>> >>
>> >> Sean Liming
>> >> www.sjjmicro.com / www.seanliming.com
>> >> XP Embedded Book Author - XP Embedded Advanced, XP Embedded
>> >> Supplemental
>> >> Toolkit
>> >>
>> >>
>> >> "cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
>> >> news:1BB8CAA1-6B78-40F2-9DC1-AF9FF7251C71@microsoft.com...
>> >> > Hi, Dear Sir,
>> >> > Follow your instruction to build my XPE image and copied over to the
>> >> > CF
>> >> > card, But I got the blue screen.
>> >> >
>> >> > *** Stop: 0x0000007B (0XF99AC528,0X00000000E, 0X00000000,
>> >> > 0X00000000)
>> >> > Don't know what's wrong.
>> >> >
>> >> > Any Hint? Thanks
>> >> >
>> >>
>> >>
>> >>
>>
>>
>>
cheqinsy 11-15-2006, 01:58 AM Hi, Mr Sean
I have using winlogon sample macro componenent to build a system it is
bootable. But with no function inside. When I add some devices, it will show
the blue screen. any idea about how to trace the error source?
Thanks
"Sean Liming (eMVP)" wrote:
> Since it is Stop 0x7B, take a look at the paper I wrote and see if there is
> a missing component.
>
> Regards,
>
> Sean Liming
> www.sjjmicro.com / www.seanliming.com
> XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
> Toolkit
> XP Training Class Nov 28-30 - http://www.sjjmicro.com/Training.html
>
>
>
> "cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
> news:30A40BDA-A101-4EA4-AFB6-D00106B1A7CA@microsoft.com...
> > Thanks, Sean,
> > I am getting Stop: 0x0000007B (0XF99AC528,0X00000000E, 0X00000000,
> > 0X00000000) error.
> >
> > "Sean Liming (eMVP)" wrote:
> >
> >>
> >> 1. You are getting the errors because the Components and Repositories for
> >> the different device drivers are not linked. If you created these driver
> >> components, edit the SLDs and look in the settings page for each
> >> component.
> >> If there is an Unknown next to repository, then you need to make the link
> >> to
> >> the Respository.
> >>
> >> 2. What Stop Error are you getting 0x7B?
> >>
> >>
> >> Regards,
> >>
> >> Sean Liming
> >> www.sjjmicro.com / www.seanliming.com
> >> XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
> >> Toolkit
> >> XP Training Class Nov 28-30 - http://www.sjjmicro.com/Training.html
> >>
> >>
> >>
> >> "cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
> >> news:CE2930F5-D204-4E7C-AD2F-0745BC97741B@microsoft.com...
> >> >I have installed XP professional into my actual target machine, and run
> >> >a
> >> > tap.exe get the PMQ file, When I build the XPE System. I have got some
> >> > error
> >> > list as following:
> >> >
> >> > R: Building: "Intel(R) 82852/82855 GM/GME Graphics Controller [Version
> >> > 6.14.10.3751, R7]"...
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "ialmnt5.inf"
> >> > R: Error 1005: File not found: "ialmnt5.inf"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "ialmnt5.sys"
> >> > R: Error 1005: File not found: "ialmnt5.sys"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "ialmrnt5.dll"
> >> > R: Error 1005: File not found: "ialmrnt5.dll"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "ialmdnt5.dll"
> >> > R: Error 1005: File not found: "ialmdnt5.dll"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "ialmdev5.dll"
> >> > R: Error 1005: File not found: "ialmdev5.dll"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "ialmdd5.dll"
> >> > R: Error 1005: File not found: "ialmdd5.dll"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "oemdspif.dll"
> >> > R: Error 1005: File not found: "oemdspif.dll"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "ialmrem.dll"
> >> > R: Error 1005: File not found: "ialmrem.dll"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "ialmgicd.dll"
> >> > R: Error 1005: File not found: "ialmgicd.dll"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "ialmgdev.dll"
> >> > R: Error 1005: File not found: "ialmgdev.dll"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "iAlmCoIn.dll"
> >> > R: Error 1005: File not found: "iAlmCoIn.dll"
> >> > ..........
> >> > R: Building: "Intel(R) PRO/100 VE Network Connection [Version 7.0.26,
> >> > R7]"...
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "e100b325.inf"
> >> > R: Error 1005: File not found: "e100b325.inf"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "IntelNic.dll"
> >> > R: Error 1005: File not found: "IntelNic.dll"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "e100bmsg.dll"
> >> > R: Error 1005: File not found: "e100bmsg.dll"
> >> > ...........
> >> >
> >> > R: Building: "Speech API Core [Version 5.1.2600.2180, R2890]"...
> >> > R: Error 1004: Invalid resource:
> >> > "RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Preview"":
> >> > (Error 5 (0x5) in "Microsoft VBScript runtime error": Invalid procedure
> >> > call
> >> > or argument)
> >> > ..........
> >> > R: Building: "Vinyl AC'97 Codec Combo Driver (WDM) [Version
> >> > 6.14.01.4000,
> >> > R7]"...
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "VIAComp.inf"
> >> > R: Error 1005: File not found: "VIAComp.inf"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "viaudios.sys"
> >> > R: Error 1005: File not found: "viaudios.sys"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "viasens.sys"
> >> > R: Error 1005: File not found: "viasens.sys"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "crlds3d.dll"
> >> > R: Error 1005: File not found: "crlds3d.dll"
> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> >> > "Audio3D.dll"
> >> > R: Error 1005: File not found: "Audio3D.dll"
> >> >
> >> > THEN After FBA I get this Stop error.
> >> > What I should do?
> >> > Please Help Me. Thanks
> >> >
> >> > "Sean Liming (eMVP)" wrote:
> >> >
> >> >>
> >> >> Probably a missing component, some Stop 7B solutions can be found
> >> >> here:
> >> >> http://www.seanliming.com/Docs/XPE%20Stop%200x0000007B%20Error%20V1.2.pdf
> >> >> http://www.seanliming.com/Articles.html
> >> >>
> >> >> Regards,
> >> >>
> >> >> Sean Liming
> >> >> www.sjjmicro.com / www.seanliming.com
> >> >> XP Embedded Book Author - XP Embedded Advanced, XP Embedded
> >> >> Supplemental
> >> >> Toolkit
> >> >>
> >> >>
> >> >> "cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
> >> >> news:1BB8CAA1-6B78-40F2-9DC1-AF9FF7251C71@microsoft.com...
> >> >> > Hi, Dear Sir,
> >> >> > Follow your instruction to build my XPE image and copied over to the
> >> >> > CF
> >> >> > card, But I got the blue screen.
> >> >> >
> >> >> > *** Stop: 0x0000007B (0XF99AC528,0X00000000E, 0X00000000,
> >> >> > 0X00000000)
> >> >> > Don't know what's wrong.
> >> >> >
> >> >> > Any Hint? Thanks
> >> >> >
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>
Stuart Langley 11-17-2006, 07:08 AM Missing dependancies. Use the /sos flag and /noguiboot to give an
approximate trace of where it dies. If this does not provide enough
information then you may need to swith to kernel debugger.
Also, is the blue screen during the FBA process or after?
Also, looking at your post below you have not copied the files for the
additional drivers you require into the database correctly, so they are not
included in your image. Make sure you get no error at the end of the image
build process.
Stuart
"cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
news:58B35B16-6B87-4929-AB9B-58E0ACD033C7@microsoft.com...
> Hi, Mr Sean
>
> I have using winlogon sample macro componenent to build a system it is
> bootable. But with no function inside. When I add some devices, it will
> show
> the blue screen. any idea about how to trace the error source?
>
> Thanks
>
> "Sean Liming (eMVP)" wrote:
>
>> Since it is Stop 0x7B, take a look at the paper I wrote and see if there
>> is
>> a missing component.
>>
>> Regards,
>>
>> Sean Liming
>> www.sjjmicro.com / www.seanliming.com
>> XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
>> Toolkit
>> XP Training Class Nov 28-30 - http://www.sjjmicro.com/Training.html
>>
>>
>>
>> "cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
>> news:30A40BDA-A101-4EA4-AFB6-D00106B1A7CA@microsoft.com...
>> > Thanks, Sean,
>> > I am getting Stop: 0x0000007B (0XF99AC528,0X00000000E, 0X00000000,
>> > 0X00000000) error.
>> >
>> > "Sean Liming (eMVP)" wrote:
>> >
>> >>
>> >> 1. You are getting the errors because the Components and Repositories
>> >> for
>> >> the different device drivers are not linked. If you created these
>> >> driver
>> >> components, edit the SLDs and look in the settings page for each
>> >> component.
>> >> If there is an Unknown next to repository, then you need to make the
>> >> link
>> >> to
>> >> the Respository.
>> >>
>> >> 2. What Stop Error are you getting 0x7B?
>> >>
>> >>
>> >> Regards,
>> >>
>> >> Sean Liming
>> >> www.sjjmicro.com / www.seanliming.com
>> >> XP Embedded Book Author - XP Embedded Advanced, XP Embedded
>> >> Supplemental
>> >> Toolkit
>> >> XP Training Class Nov 28-30 - http://www.sjjmicro.com/Training.html
>> >>
>> >>
>> >>
>> >> "cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
>> >> news:CE2930F5-D204-4E7C-AD2F-0745BC97741B@microsoft.com...
>> >> >I have installed XP professional into my actual target machine, and
>> >> >run
>> >> >a
>> >> > tap.exe get the PMQ file, When I build the XPE System. I have got
>> >> > some
>> >> > error
>> >> > list as following:
>> >> >
>> >> > R: Building: "Intel(R) 82852/82855 GM/GME Graphics Controller
>> >> > [Version
>> >> > 6.14.10.3751, R7]"...
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "ialmnt5.inf"
>> >> > R: Error 1005: File not found: "ialmnt5.inf"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "ialmnt5.sys"
>> >> > R: Error 1005: File not found: "ialmnt5.sys"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "ialmrnt5.dll"
>> >> > R: Error 1005: File not found: "ialmrnt5.dll"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "ialmdnt5.dll"
>> >> > R: Error 1005: File not found: "ialmdnt5.dll"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "ialmdev5.dll"
>> >> > R: Error 1005: File not found: "ialmdev5.dll"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "ialmdd5.dll"
>> >> > R: Error 1005: File not found: "ialmdd5.dll"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "oemdspif.dll"
>> >> > R: Error 1005: File not found: "oemdspif.dll"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "ialmrem.dll"
>> >> > R: Error 1005: File not found: "ialmrem.dll"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "ialmgicd.dll"
>> >> > R: Error 1005: File not found: "ialmgicd.dll"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "ialmgdev.dll"
>> >> > R: Error 1005: File not found: "ialmgdev.dll"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "iAlmCoIn.dll"
>> >> > R: Error 1005: File not found: "iAlmCoIn.dll"
>> >> > ..........
>> >> > R: Building: "Intel(R) PRO/100 VE Network Connection [Version
>> >> > 7.0.26,
>> >> > R7]"...
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "e100b325.inf"
>> >> > R: Error 1005: File not found: "e100b325.inf"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "IntelNic.dll"
>> >> > R: Error 1005: File not found: "IntelNic.dll"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "e100bmsg.dll"
>> >> > R: Error 1005: File not found: "e100bmsg.dll"
>> >> > ...........
>> >> >
>> >> > R: Building: "Speech API Core [Version 5.1.2600.2180, R2890]"...
>> >> > R: Error 1004: Invalid resource:
>> >> > "RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Preview"":
>> >> > (Error 5 (0x5) in "Microsoft VBScript runtime error": Invalid
>> >> > procedure
>> >> > call
>> >> > or argument)
>> >> > ..........
>> >> > R: Building: "Vinyl AC'97 Codec Combo Driver (WDM) [Version
>> >> > 6.14.01.4000,
>> >> > R7]"...
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "VIAComp.inf"
>> >> > R: Error 1005: File not found: "VIAComp.inf"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "viaudios.sys"
>> >> > R: Error 1005: File not found: "viaudios.sys"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "viasens.sys"
>> >> > R: Error 1005: File not found: "viasens.sys"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "crlds3d.dll"
>> >> > R: Error 1005: File not found: "crlds3d.dll"
>> >> > Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
>> >> > "Audio3D.dll"
>> >> > R: Error 1005: File not found: "Audio3D.dll"
>> >> >
>> >> > THEN After FBA I get this Stop error.
>> >> > What I should do?
>> >> > Please Help Me. Thanks
>> >> >
>> >> > "Sean Liming (eMVP)" wrote:
>> >> >
>> >> >>
>> >> >> Probably a missing component, some Stop 7B solutions can be found
>> >> >> here:
>> >> >> http://www.seanliming.com/Docs/XPE%20Stop%200x0000007B%20Error%20V1.2.pdf
>> >> >> http://www.seanliming.com/Articles.html
>> >> >>
>> >> >> Regards,
>> >> >>
>> >> >> Sean Liming
>> >> >> www.sjjmicro.com / www.seanliming.com
>> >> >> XP Embedded Book Author - XP Embedded Advanced, XP Embedded
>> >> >> Supplemental
>> >> >> Toolkit
>> >> >>
>> >> >>
>> >> >> "cheqinsy" <cheqinsy@discussions.microsoft.com> wrote in message
>> >> >> news:1BB8CAA1-6B78-40F2-9DC1-AF9FF7251C71@microsoft.com...
>> >> >> > Hi, Dear Sir,
>> >> >> > Follow your instruction to build my XPE image and copied over to
>> >> >> > the
>> >> >> > CF
>> >> >> > card, But I got the blue screen.
>> >> >> >
>> >> >> > *** Stop: 0x0000007B (0XF99AC528,0X00000000E, 0X00000000,
>> >> >> > 0X00000000)
>> >> >> > Don't know what's wrong.
>> >> >> >
>> >> >> > Any Hint? Thanks
>> >> >> >
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>
|
|
|