Jump to content

Windows Vista and Windows PE Help


mattthepirate

Recommended Posts

I try adding the drivers from Windows Vista to Windows PE but it says you can't and at the same time thats what its saying to do :wacko:

Here is the readme message from the Windows Vista package

In this release of "Longhorn" versions of Windows, you will be unable to

install mass storage drivers by using the Load driver option on computers with

less than 256 MB of memory. To work around this problem, add the additional

drivers to the Windows Preinstallation Environment (Windows PE) before running

Setup. Refer to the Windows Automated Installation Kit for more details about

adding drivers to Windows PE.

Link to comment
Share on other sites


Matt,

you can use drvload.exe or drvinst.exe to inject drivers into the Pe. drvload is the new version of drvinst.

Usage:

drvload INF [iNF] ...

drvload /OFFLINE INF PATH

INF A path to a driver's .INF file. In /OFFLINE mode only one c

be specified. Wildcards are not processed.

OFFLINE Specifies that a driver should be installed into a WinPE ima

instead of loaded immediately.

PATH A path to the Windows directory of a WinPE image.

Examples:

drvload c:\drivers\device.inf

drvload driver.inf

In these examples, the specified driver will be loaded and installed

immediately.

drvload /offline c:\drivers\device.inf c:\WinPE\Windows

In this example, the driver will be installed into the WinPE image

stored in the directory C:\WinPE. Notice that instead of supplying

drvload with the root directory (C:\WinPE), you must provide the

Windows directory (C:\WinPE\Windows).

Link to comment
Share on other sites

path is just the location of the files that you will use to create the PE, using the offline mode is only needed when you are trying to add drivers to a PE you are creating. Note that you will need win PE 2005 or 2004 to build the proper PE, Not sure if it will work correctly with Bart Pe or not.

the Path as is the examples would be the C:\WinPe\Windows\. all the path does is tell drvload were to load the files to.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...