how early, in the boot process, can i create a network link to aserver share
yoyomeltz
07-09-2005, 09:27 PM
hello and thanks for reading this,
as wxpe is booting up, i want to mount a share as early as i can and
when wxpe needs a file, it will goto the share for it.
in this way, i can minimize the size of the boot image.
any ideas how i could do this...
thanks so much,
dave
Slobodan Brcin \(eMVP\)
07-09-2005, 09:27 PM
How about using API functions:
NetUseAdd and Sleep(1) in a loop until your conection is established?
You can refine this idea with additional error handling.
Regards,
Slobodan
"yoyomeltz" <david@david.com> wrote in message news:%23iSVXo1eFHA.256@TK2MSFTNGP14.phx.gbl...
> hello and thanks for reading this,
> as wxpe is booting up, i want to mount a share as early as i can and
> when wxpe needs a file, it will goto the share for it.
> in this way, i can minimize the size of the boot image.
> any ideas how i could do this...
> thanks so much,
> dave
steves
07-09-2005, 09:27 PM
Is it possible that you can perform a network boot on your hardware?
This requires a BIOS and NIC that support PXE(Preboot eXecution
Environment). Google this newsgroup for PXE, remote boot, etc.
Steve Schilz
Slobodan Brcin (eMVP) wrote:
> How about using API functions:
>
> NetUseAdd and Sleep(1) in a loop until your conection is established?
>
> You can refine this idea with additional error handling.
>
> Regards,
> Slobodan
>
> "yoyomeltz" <david@david.com> wrote in message news:%23iSVXo1eFHA.256@TK2MSFTNGP14.phx.gbl...
> > hello and thanks for reading this,
> > as wxpe is booting up, i want to mount a share as early as i can and
> > when wxpe needs a file, it will goto the share for it.
> > in this way, i can minimize the size of the boot image.
> > any ideas how i could do this...
> > thanks so much,
> > dave
how early, in the boot process, can i create a network link to aserver share