Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

SCSI drivers into WDS image?

Featured Replies

Well im trying to deploy a vista image onto a xw8200 and cant seem to get it to install without the scsi drivers... im trying to do it without making a new image

any help is appreciated

How are you deploying? What do you need to add the scsi drivers to? The Windows PE boot image, the System Image, both?

  • Author
How are you deploying? What do you need to add the scsi drivers to? The Windows PE boot image, the System Image, both?

over the network, I need to add the drivers to the image some how because it wont install for some reason and i need to add it the PE boot image

  • 3 weeks later...

Yes, you need Vista PE to recognize the HDD before you can deploy images to. It only requires 3 steps, providing that you have already installed MS Windows AIK:

1) "C:\Program Files\Windows AIK\Tools\x86\imagex" /mountrw "%Drive%\Dev\WinPE\HOME_PE20\boot.wim" 1 %Drive%\imagex

Where:

- "C:\Program Files\Windows AIK\Tools\x86\imagex" is the path and filename of the Imagex.exe

- /mountrw "%Drive%\Dev\WinPE\HOME_PE20\boot.wim" is to mount the boot.wim boot image with read and write access

- 1 is the first image within boot.wim

- %Drive%\imagex is where the directory where you mount your boot.wim into

2) "C:\Program Files\Windows AIK\Tools\PETools\peimg.exe" /inf=%Drive%\Dev\00_OEM_DRV\XP\RAID\vmscsi.inf %Drive%\imagex\Windows

Where:

- "C:\Program Files\Windows AIK\Tools\PETools\peimg.exe" is the path and filename of the peimg.exe

- /inf=%Drive%\Dev\00_OEM_DRV\XP\RAID\vmscsi.inf is the path and filename of the device OEMSETUP.INF. In this case, it's VMware's mass storage controller

- %Drive%\imagex\Windows is the path to the Vista PE Windows root

3) "C:\Program Files\Windows AIK\Tools\x86\imagex" /unmount /commit %Drive%\imagex

....for dismounting the boot.wim image and the save the changes.

Place the boot.wim back into Vista PE. That's all.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.