March 19, 200917 yr 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 imageany help is appreciated
March 20, 200917 yr How are you deploying? What do you need to add the scsi drivers to? The Windows PE boot image, the System Image, both?
March 20, 200917 yr 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
April 5, 200917 yr 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%\imagexWhere:- "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 into2) "C:\Program Files\Windows AIK\Tools\PETools\peimg.exe" /inf=%Drive%\Dev\00_OEM_DRV\XP\RAID\vmscsi.inf %Drive%\imagex\WindowsWhere:- "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 root3) "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