PC Review


Reply
Thread Tools Rate Thread

Unable to build working reuntime XPe

 
 
=?Utf-8?B?ZGFu?=
Guest
Posts: n/a
 
      2nd Mar 2005
I just downloaded XPe studio. So far I have been unable to build even one
working runtime!

I have followed the video examples on the website and my builds either bet
the blue sceen of death or hand in an endless cycle of FirstBoot.

The only thing I am doing different is importing a devices.pmq of my system
(tap).

What in the world do I need to do to make usable runtimes?

Thanks,
-Dan


 
Reply With Quote
 
 
 
 
Slobodan Brcin \(eMVP\)
Guest
Posts: n/a
 
      2nd Mar 2005
Dan,

Reboots:
http://msdn.microsoft.com/embedded/c...s/default.aspx

What BSOD stop errors do you see?
http://msdn.microsoft.com/embedded/c...b/default.aspx
http://msdn.microsoft.com/embedded/c...b/default.aspx

Regards,
Slobodan

"dan" <(E-Mail Removed)> wrote in message
news:117C6A97-E440-47ED-92BF-(E-Mail Removed)...
>I just downloaded XPe studio. So far I have been unable to build even one
> working runtime!
>
> I have followed the video examples on the website and my builds either bet
> the blue sceen of death or hand in an endless cycle of FirstBoot.
>
> The only thing I am doing different is importing a devices.pmq of my
> system
> (tap).
>
> What in the world do I need to do to make usable runtimes?
>
> Thanks,
> -Dan
>
>



 
Reply With Quote
 
KM
Guest
Posts: n/a
 
      2nd Mar 2005
Dan,

Can you give us more info on the BSOD(s) you saw?
It may appear to be easier to fix those than trying to follow some tutorials.

--
Regards,
KM, BSquare Corp.


PS. If not accident, please do not multiply your same post.

> I just downloaded XPe studio. So far I have been unable to build even one
> working runtime!
>
> I have followed the video examples on the website and my builds either bet
> the blue sceen of death or hand in an endless cycle of FirstBoot.
>
> The only thing I am doing different is importing a devices.pmq of my system
> (tap).
>
> What in the world do I need to do to make usable runtimes?
>
> Thanks,
> -Dan
>
>



 
Reply With Quote
 
=?Utf-8?B?RGFu?=
Guest
Posts: n/a
 
      2nd Mar 2005
Yes, I set the settings for my boot drive; J: ans set the multiboot correctly.

Yes, it is a 7B error...
 
Reply With Quote
 
=?Utf-8?B?RGFu?=
Guest
Posts: n/a
 
      2nd Mar 2005
I rebuilt. With no intentional changes. No I get "missing hal.dll"
 
Reply With Quote
 
KM
Guest
Posts: n/a
 
      2nd Mar 2005
Dan,

Verify that you've got proper ARC path in your boot.ini on target.
Also make sure the ARC path points to the right name of the Windows directory you built image for.

--
Regards,
KM, BSquare Corp.


> I rebuilt. With no intentional changes. No I get "missing hal.dll"



 
Reply With Quote
 
=?Utf-8?B?RGFu?=
Guest
Posts: n/a
 
      2nd Mar 2005
Its a 7B (as if I know anything

0xf7c46640, ox0000034, 0x00000000,ox00000000

"KM" wrote:

> Dan,
>
> Can you give us more info on the BSOD(s) you saw?
> It may appear to be easier to fix those than trying to follow some tutorials.
>
> --
> Regards,
> KM, BSquare Corp.
>
>
> PS. If not accident, please do not multiply your same post.
>
> > I just downloaded XPe studio. So far I have been unable to build even one
> > working runtime!
> >
> > I have followed the video examples on the website and my builds either bet
> > the blue sceen of death or hand in an endless cycle of FirstBoot.
> >
> > The only thing I am doing different is importing a devices.pmq of my system
> > (tap).
> >
> > What in the world do I need to do to make usable runtimes?
> >
> > Thanks,
> > -Dan
> >
> >

>
>
>

 
Reply With Quote
 
=?Utf-8?B?RGFu?=
Guest
Posts: n/a
 
      3rd Mar 2005
multi(0)disk(0)rdisk(1)partition(2)\WINDOWS="Windows XP Embedded" /FASTDETECT
On primary ide channel, slave, partition 2 of that that drive.. Yes, the
directory names are correct...


"KM" wrote:

> Dan,
>
> Verify that you've got proper ARC path in your boot.ini on target.
> Also make sure the ARC path points to the right name of the Windows directory you built image for.
>
> --
> Regards,
> KM, BSquare Corp.
>
>
> > I rebuilt. With no intentional changes. No I get "missing hal.dll"

>
>
>

 
Reply With Quote
 
KM
Guest
Posts: n/a
 
      3rd Mar 2005
Dan,

The ARC path seems right.
You can try changing disk and rdisk numbers to see if it makes any difference.
But better try disconnecting the primary master driver and leave only your XPe disk (make the partition active and bootable, place
ntldr, ntdetect.com and boot.ini under root of the partition).

Make sure on the XPe partition you have a directory structure like:
\Documents and Settings
\Program files
\Windows

(not something like DriveX\...)

PS. Hope we are discussing the only boot.ini from the system partition.

--
Regards,
KM, BSquare Corp.


> multi(0)disk(0)rdisk(1)partition(2)\WINDOWS="Windows XP Embedded" /FASTDETECT
> On primary ide channel, slave, partition 2 of that that drive.. Yes, the
> directory names are correct...
>
>
> "KM" wrote:
>
> > Dan,
> >
> > Verify that you've got proper ARC path in your boot.ini on target.
> > Also make sure the ARC path points to the right name of the Windows directory you built image for.
> >
> > --
> > Regards,
> > KM, BSquare Corp.
> >
> >
> > > I rebuilt. With no intentional changes. No I get "missing hal.dll"



 
Reply With Quote
 
KM
Guest
Posts: n/a
 
      3rd Mar 2005
Dan,

You've been already given the right links to the 7B tip page.
Just make sure you've got all the critical to boot drivers in your configuration. If you are not sure, add all three the Disk drive
components.

--
Regards,
KM, BSquare Corp.


> Its a 7B (as if I know anything
>
> 0xf7c46640, ox0000034, 0x00000000,ox00000000
>
> "KM" wrote:
>
> > Dan,
> >
> > Can you give us more info on the BSOD(s) you saw?
> > It may appear to be easier to fix those than trying to follow some tutorials.
> >
> > --
> > Regards,
> > KM, BSquare Corp.
> >
> >
> > PS. If not accident, please do not multiply your same post.
> >
> > > I just downloaded XPe studio. So far I have been unable to build even one
> > > working runtime!
> > >
> > > I have followed the video examples on the website and my builds either bet
> > > the blue sceen of death or hand in an endless cycle of FirstBoot.
> > >
> > > The only thing I am doing different is importing a devices.pmq of my system
> > > (tap).
> > >
> > > What in the world do I need to do to make usable runtimes?
> > >
> > > Thanks,
> > > -Dan
> > >
> > >

> >
> >
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MS web UI controls: unable to build NightRaVeR Microsoft ASP .NET 0 17th Nov 2006 03:25 PM
The Next Build Shall be RTM guys not any other builds unless MS decides to do one more build because of bugs before RTM RC2 build 5477 is the last build before RTM Drew Windows Vista General Discussion 8 13th Oct 2006 01:41 AM
I meant RC2 Build 5744 is the last build unless ms find more bugs before the RTM build and gold version there only make another build if there more bugs and not ready for RTM Drew Windows Vista General Discussion 4 12th Oct 2006 03:17 PM
Unable to UNC with build 5365 James L VanDusen Windows Vista Networking 3 2nd May 2006 02:57 AM
Unable to build working reuntime XPe =?Utf-8?B?RGFu?= Windows XP Embedded 0 2nd Mar 2005 10:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:36 AM.