ProLiant Servers (ML,DL,SL)
1752806 Members
5553 Online
108789 Solutions
New Discussion юеВ

Re: DL360 G6 p410i not sysprepping

 
Melissa O'Brien
Frequent Advisor

DL360 G6 p410i not sysprepping

Has anyone managed to get their custom sysprep working on a dl360 G6 with a p410i?

First it took awhile to figure out the G6's only like Windows install CDs with slipstreamed SP2 (and maybe SP2 R2 - not sure).

I am not building my image on a G6 machine. We build on a VM so we can use across models. For new array controllers, we usually just update sysprep with the latest SAS drivers and device IDs, but it's not working for my x86 or x64 images.

Trying it with SAS driver 6.14.0.64/6.12.0.64 and Device ID:

PCI\VEN_103C&DEV_323A&SUBSYS_3245103C = c:\Sysprep\Drivers\SAS\hpcissx2.inf

I'm stuck!!
15 REPLIES 15
Melissa O'Brien
Frequent Advisor

Re: DL360 G6 p410i not sysprepping

Sorry i should clarify...

The Sysprep is completing FINE, but the sysprepped images won't boot on DL360 G6 machines. Just goes to black screen for about 15 seconds and reboots - not even a blue screen.
Dhanesh Amirthalingam
Regular Advisor

Re: DL360 G6 p410i not sysprepping

Hi


Try to install this with N lite software

you can embedded all drivers with this and do

do the activities


Try this if not please let me know
mark q
Regular Advisor

Re: DL360 G6 p410i not sysprepping

I've got the same thing here getting stop 7xb, support paq 8.30, all drivers work fine on anything else except for p410i

any luck with embedding?
Melissa O'Brien
Frequent Advisor

Re: DL360 G6 p410i not sysprepping

Hi Mark G,

The lines in our sysprep.inf used to work with the minimum amount of parameters, because the INF would contain the proper device name, OEM txt location etc.

For example we used to have this:
PCI\VEN_103C&DEV_3220&SUBSYS_3225103C = C:\Sysprep\Drivers\SAS\hpcissx2.inf

and once we changed it to this, it worked:
PCI\VEN_103C&DEV_3220&SUBSYS_3225103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"

No changes to where we stored the drivers in the image or anything. Just new INFs. Microsoft basically said this was a shortcoming with the driver.

Hope this helps!
Melissa
mark q
Regular Advisor

Re: DL360 G6 p410i not sysprepping

I've now tried both driver sets, the image is fine works on all older blades and controllers it's the p410i that's the problem.

We havent' changed anything here just the hardware, and sure enough the server gets a stop 7xb every time it boots up

I've tried every driver I can find and nothing work with the p410i.
Melissa O'Brien
Frequent Advisor

Re: DL360 G6 p410i not sysprepping

Yes we had the same thing. Image with sysprep worked on all blade and actually all DLs, MLs until the p410i was introduced.

Plug and play for this device ID is not correctly detecting the hardware.

Here's our entire hpcissx2.sys section...try adding these device IDs with all parameters to your sysprep (obviously you'll need to change the location of your driver):

PCI\VEN_103C&DEV_3230&SUBSYS_3235103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3245103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3220&SUBSYS_3225103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_3234103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3238&SUBSYS_3211103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3238&SUBSYS_3212103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_3235103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"

The driver version we're using is 6.14.0.32.

If this doesn't work you may want to look at the version of storport.sys in your image, I believe there is a minimum version required by the latest SAS drivers...
mark q
Regular Advisor

Re: DL360 G6 p410i not sysprepping

Hi Melissa,

I have changed the sysprep and am about to try it but I'm wondering are you using the line buildmassstorage=yes in your sysprep.inf?
Melissa O'Brien
Frequent Advisor

Re: DL360 G6 p410i not sysprepping

We've never used that switch, it takes too long. Plus in situations like this driver where the INF is not configured properly...

When we get new array controllers, we check the PnP device ID in device manager and add it appropriately. Hope this helps!
mark q
Regular Advisor

Re: DL360 G6 p410i not sysprepping

here's my sysprep mass storage section. I've changed it to match the format you suggested

[SysprepMassStorage]

;64-Bit/133-MHz Ultra320 SCSI Controllers
PCI\VEN_1000&DEV_0030 = "C:\Drivers\03\lsi_scsi.inf", "\", "LSI Logic Fusion-MPT U320 Storport Driver", "\txtsetup.oem"
PCI\VEN_1000&DEV_0032 = "C:\Drivers\03\lsi_scsi.inf", "\", "LSI Logic Fusion-MPT U320 Storport Driver", "\txtsetup.oem"

;4/8 Internal Port SAS Controllers
PCI\VEN_1000&DEV_0054 = "C:\Drivers\04\lsi_sas.inf", "\", "LSI Fusion-MPT SAS Storport Driver", "\txtsetup.oem"
PCI\VEN_1000&DEV_0054 = "C:\Drivers\04\lsi_sas.inf", "\", "LSI Fusion-MPT SAS Storport Driver", "\txtsetup.oem"
PCI\VEN_1000&DEV_0054 = "C:\Drivers\04\lsi_sas.inf", "\", "LSI Fusion-MPT SAS Storport Driver", "\txtsetup.oem"
PCI\VEN_1000&DEV_0054 = "C:\Drivers\04\lsi_sas.inf", "\", "LSI Fusion-MPT SAS Storport Driver", "\txtsetup.oem"
PCI\VEN_1000&DEV_0062 = "C:\Drivers\04\lsi_sas.inf", "\", "LSI Fusion-MPT SAS Storport Driver", "\txtsetup.oem"

;Smart Array SAS/SATA Controllers
PCI\VEN_103C&DEV_3230&SUBSYS_3223103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_323D103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3220&SUBSYS_3225103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_3234103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_3235103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_3237103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3238&SUBSYS_3212103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3238&SUBSYS_3211103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3232&SUBSYS_40A00E11 = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3241103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3243103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3245103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3247103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3249103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_324A103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_324B103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_333F&SUBSYS_333F103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"

;Smart Array 5x and 6x Controllers
PCI\VEN_0E11&DEV_B060&SUBSYS_40700E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_B178&SUBSYS_40800E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_B178&SUBSYS_40820E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_B178&SUBSYS_40830E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_40910E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_409A0E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_409B0E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_409C0E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_409D0E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"

;HP 6-Port SATA RAID Controller Driver for Microsoft Windows Server 2003 x64 Editions
PCI\VEN_9005&DEV_0285&SUBSYS_02859005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_02879005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_02869005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_028A9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_028E9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_028B9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_028F9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_02909005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_02929005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_02939005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0286&SUBSYS_028C9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0286&SUBSYS_028D9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_3227103C = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0286&SUBSYS_029D9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0286&SUBSYS_029C9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0286&SUBSYS_029B9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0286&SUBSYS_029E9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0286&SUBSYS_029F9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"

;Storport miniport driver for the HP ProLiant Integrated SATA Controller
PCI\VEN_1166&DEV_024A = "C:\Drivers\08\bchtsw64.inf", "\", "Broadcom HT1000 SATA Controller", "\txtsetup.oem"

;HP Proliant Smart Array Embedded SATA RAID Controller Driver for Microsoft Windows Server 2003/2008 x64 Editions
PCI\VEN_8086&DEV_3a25&SUBSYS_3118103C = "C:\Drivers\09\HpAHCIsr.inf", "\", "HP Smart Array B110i SATA RAID Controller Driver Diskette", "\txtsetup.oem"