myITforum.com Community Forum myITforum.com Community Forum

Home  Forums  Blogs  Live Support chat  Search Articles  Wiki  FAQ  Email Lists  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Photo Gallery  Member List  Search  Calendars  FAQ  Ticket List  Log Out

All Forums RSS Feed Subscription:


           



SATA -- ACPI/Compatibility Mode

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
  Printable Version
All Forums >> [Management Products] >> Microsoft Systems Management Server >> SMS Feature Packs >> SATA -- ACPI/Compatibility Mode Page: [1]
Login
Message << Older Topic   Newer Topic >>
SATA -- ACPI/Compatibility Mode - 9/12/2007 11:13:56 AM   
dmittel

 

Posts: 73
Score: 0
Joined: 2/1/2006
Status: offline
I have an odd one today.  I have a Sony VAIO laptop that I am trying to image via OSD. With all of my other IBM/Lenovo laptops with SATA hard drives I would have to go in to the BIOS and change the hard drive settings from ACPI to Compatibility mode otherwise OSD would not be able to access the hard drive and I would get a error message that WIM Image failed with an error code of 5.

Well the Sony that I just got does not have that option and I am starting to fear that other laptops that we purchase may have the same problem.  So, I was wondering if anyone else has run in to this problem before.  Is there a way to configure OSD to work with SATA hard drives with ACPI turned on?  Or have people found a way to change a Sony laptop to compatibility mode?  Any help would be greatly appreciated!
Post #: 1
RE: SATA -- ACPI/Compatibility Mode - 9/12/2007 11:42:45 AM   
dwertzd

 

Posts: 67
Score: 0
Joined: 8/10/2006
Status: offline
I have been able to get the IBM/Lenovo SATA to work in AHCI mode by following the information on a previous post.  Bascially I had to add the following to the [SysprepMassStorage] section of sysprep.inf

; Added for Intel SATA Controller Support
PCI\VEN_8086&DEV_2682&CC_0104 = c:\Drivers\Sata\iastor.inf ; "Intel(R) 631xESB/632xESB SATA RAID Controller"
PCI\VEN_8086&DEV_27C3&CC_0104 = c:\Drivers\Sata\iastor.inf ; "Intel(R) 82801GR/GH SATA RAID Controller"
PCI\VEN_8086&DEV_27C6&CC_0104 = c:\Drivers\Sata\iastor.inf ; "Intel(R) 82801GHM SATA RAID Controller"
PCI\VEN_8086&DEV_2822&CC_0104 = c:\Drivers\Sata\iastor.inf ; "Intel(R) ICH8R/ICH9R SATA RAID Controller"
PCI\VEN_8086&DEV_282A&CC_0104 = c:\Drivers\Sata\iastor.inf ; "Intel(R) 82801HEM SATA RAID Controller"
PCI\VEN_8086&DEV_2653&CC_0106 = c:\Drivers\Sata\iaahci.inf ; "Intel(R) 82801FBM SATA AHCI Controller"
PCI\VEN_8086&DEV_2681&CC_0106 = c:\Drivers\Sata\iaahci.inf ; "Intel(R) 631xESB/632xESB SATA AHCI Controller"
PCI\VEN_8086&DEV_27C1&CC_0106 = c:\Drivers\Sata\iaahci.inf ; "Intel(R) 82801GR/GH SATA AHCI Controller"
PCI\VEN_8086&DEV_27C5&CC_0106 = c:\Drivers\Sata\iaahci.inf ; "Intel(R) 82801GBM SATA AHCI Controller"
PCI\VEN_8086&DEV_2821&CC_0106 = c:\Drivers\Sata\iaahci.inf ; "Intel(R) 82801HR/HH/HO SATA AHCI Controller"
PCI\VEN_8086&DEV_2829&CC_0106 = c:\Drivers\Sata\iaahci.inf ; "Intel(R) 82801HEM/HBM SATA AHCI Controller"
PCI\VEN_8086&DEV_2922&CC_0106 = c:\Drivers\Sata\iaahci.inf ; "Intel(R) ICH9 SATA AHCI Controller"
PCI\VEN_8086&DEV_5029&CC_0106 = c:\Drivers\Sata\iaahci.inf ; "Intel(R) EP 80579 SATA AHCI Controller"
; End of drivers added for Intel SATA Controller Support

I download the iata76_enu.exe file from Intels website to obtain the lastest version of the SATA drivers and extracted them by running iata76_enu.exe -A -Pc:\drivers\sata. 

Hope this helps.  If not there are some really good post on this topic that got me through this process.

(in reply to dmittel)
Post #: 2
RE: SATA -- ACPI/Compatibility Mode - 9/12/2007 12:01:36 PM   
dmittel

 

Posts: 73
Score: 0
Joined: 2/1/2006
Status: offline
I had something in my sysprep.inf that was similar to that, but I'll give yours a try.  Thanks.

(in reply to dwertzd)
Post #: 3
RE: SATA -- ACPI/Compatibility Mode - 9/12/2007 2:18:51 PM   
dmittel

 

Posts: 73
Score: 0
Joined: 2/1/2006
Status: offline
Just thought about something.  Putting that info in the sysprep.inf will fix my problem that I am having in WinPE?  I understand what the point of putting it in the file is, but I'm not sure how that will help with the WinPE problem because my problem is stemming from the fact that WinPE cannot detect that there is a drive there to put the image on.  I'm not sure how putting that info in the sysprep.inf will help because that wont get loaded until after WinPE has completed.

(in reply to dmittel)
Post #: 4
RE: SATA -- ACPI/Compatibility Mode - 9/13/2007 8:51:28 AM   
deeduubleyoo

 

Posts: 9
Score: 0
Joined: 8/29/2007
Status: offline
You need include the storage drivers in your Image Package properties and update your Image Package. You might need to update the WinPE image with the drivers too.

(in reply to dmittel)
Post #: 5
RE: SATA -- ACPI/Compatibility Mode - 9/17/2007 12:11:44 PM   
dmittel

 

Posts: 73
Score: 0
Joined: 2/1/2006
Status: offline
Still having no luck with this problem.  I am still not able to get the SATA h/d to be recognized by WinPE.  I added the storage drivers to the properties of the Image Package.  When that didnt work I went through some of the older post heres and I tried to add the drivers directly in to the WinPE image (this is the post I used as a reference).  Any ideas on what I may have done wrong or still might have to do?


(in reply to deeduubleyoo)
Post #: 6
RE: SATA -- ACPI/Compatibility Mode - 9/17/2007 5:09:13 PM   
cnackers


Posts: 191
Score: 6
Joined: 9/22/2006
From: Madison, WI
Status: offline
You need to add support specifically to WinPE for it to see the drive.  Sysprep adds support in your image, but you still have to get WinPE to see it.

Here's part of a document i wrote (based off HP doc) for adding HP sata support, model this for your particular SATA drive, the same principles apply.

Adding SATA Support to Windows PE

These steps will add SATA support directly into Windows PE, if you want to add SATA support for the CIS Build CD, you must use the \Extrafiles directory and create the file structure documented below.

1) Create the WinPE folder (these guidelines will use c:\winpe) or use existing WinPE location

           2) Download the Intel SATA AHCI Controller Driver, SP32478.exe, from www.hp.com.

           3) Extract all the files from the SoftPaq.  Winrar or WinImage will be able to extract the driver files out
            
           4) These files should be extracted.
           a. iaahci.cat
           b. iaahci.inf
           c. iastor.cat
           d. iastor.inf
           e. iastor.sys
           f. license.txt
           g. readme.txt
           h. txtsetup.oem
            
           5) Copy the iaahci.inf and iastor.inf files from the floppy to the c:\winpe\i386\inf folder.
            
           6) Copy the other files to the c:\winpe\i386\system32\drivers folder.
            
           7) Open c:\winpe\i386\txtsetup.sif in Notepad.
            
           8) Go to the end of the file. There will be several blank lines

           9) Move the cursor up a few lines. This is necessary because there is a hidden marker at the end of the file.
            
           10) Add the following lines to the txtsetup.sif:

           [SourceDisksFiles]
iastor.sys= 1,,,,,,4_,4,1,,,1,4
iaAHCI.cat=1,,,,,,,20,0,0
iaAHCI.inf=1,,,,,,,20,0,0
iaSTOR.cat=1,,,,,,,20,0,0
iaSTOR.inf=1,,,,,,,20,0,0

[HardwareIdsDatabase]
PCI\VEN_8086&DEV_2681&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_2682&CC_0104 = "iaStor"
PCI\VEN_8086&DEV_27C5&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_27C3&CC_0104 = "iaStor"
PCI\VEN_8086&DEV_27C1&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_2652&CC_0104 = "iaStor"
PCI\VEN_8086&DEV_2652&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_2653&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_24DF&CC_0104 = "iaStor"
PCI\VEN_8086&DEV_25B0&CC_0104 = "iaStor"

[SCSI.Load]
iaStor = iaStor.sys,4

[SCSI]
iaStor = "Intel(R) 82801 SATA RAID/AHCI Controller (ICH5,6,7)"

           11) Save the file and exit Notepad.


Adding SATA support to SMS 2003 & OSD

There are 2 core parts to adding SATA support to SMS, first you need to update the WinPE OSDWinPE.wim file with a PE that supports SATA.  Secondly, for the OSD image to work, you need to integrate SATA support into image you are capturing for deployment. 

To update the Windows PE source files in SMS:
1)                 Open the SMS Administration console
2)                 Right click on Image Packages and select All Tasks – Update Windows PE
3)                 Point this to the source files for your modified WinPE source that supports SATA
4)                 Remember to refresh your distribution points if you do not a schedule refresh

Note:  This will create a new OSDWinPE.wim in the OSD folder, and the image package(s) source, however the ZTI share’s OSDWinPE will NOT be updated.  In order for SATA support on a OSD installation CD you will have to copy the updated file to the ZTI share.

To integrate SATA support into your image file:
            
           1) Download the Intel SATA AHCI Controller Driver, SP32478.exe, from www.hp.com.

           2) Extract all the files from the SoftPaq.  Winrar or WinImage will be able to extract the driver files out
            
           3) These files should be extracted.
           a. iaahci.cat
           b. iaahci.inf
           c. iastor.cat
           d. iastor.inf
           e. iastor.sys
           f. license.txt
           g. readme.txt
           h. txtsetup.oem

           4) On the system you intend to Sysprep, add the first 5 files (a through e, from above) to the PnP drivers store (example: c:\drivers\sata).
            
           5) Add the following section to your c:\sysprep\sysprep.inf file:

[SysprepMassStorage]
PCI\VEN_8086&DEV_2682&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) ESB2 SATA RAID Controller (Server ESB2)
PCI\VEN_8086&DEV_2681&CC_0106 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) ESB2 SATA AHCI Controller (Server ESB2)
PCI\VEN_8086&DEV_27C1&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801GR/GH SATA AHCI Controller (Desktop ICH7R/DH)
PCI\VEN_8086&DEV_27C5&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801GBM SATA AHCI Controller (Mobile ICH7M)
PCI\VEN_8086&DEV_2652&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801FR SATA AHCI Controller (Desktop ICH6R)
PCI\VEN_8086&DEV_2653&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801FBM SATA AHCI Controller (Mobile ICH6M)
PCI\VEN_8086&DEV_27C3&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 82801GR/GH SATA RAID Controller (Desktop ICH7R/DH)
PCI\VEN_8086&DEV_24DF&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 82801ER SATA RAID Controller (Desktop ICH5R)
PCI\VEN_8086&DEV_25B0&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 6300ESB SATA RAID Controller
PCI\VEN_8086&DEV_2652&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 82801FR SATA RAID Controller (Desktop ICH6R)

Please note that each line to be added starts with PCI\. These lines are continued over to a second row in this paper due to space limitations.
            
           6) Add or edit the following section of sysprep.inf to add the SATA drivers to the PnP drivers path.

[Unattended]
OemSkipEula=Yes
OemPnPDriversPath=drivers\sata; <your driver list will come here>
ConfirmHardware=No
OverwriteOemFilesOnupgrade=No
DriverSigningPolicy = Ignore
oempreinstall=yes
updateInstalledDrivers=Yes

           7) At this point, the Windows installation is ready for deployment. Run Sysprep on the updated OS, capture an image, and deploy the image to systems using SATA hardware set to the default AHCI SATA Native mode.


Note:  It is a good idea to pre-populate the sysprep.inf file with the supported MASS STORAGE devices.  Do this by running “sysprep –bmsd”.  After you have completed this, then add the SATA support identified above and comment out the following line(s) as you see below.  This will keep SYSPREP from rewriting the [SysprepMassStorage] section and erasing the added SATA support when you create the image.

[Sysprep]
;    BuildMassStorageSection = Yes


_____________________________

SATA integration - seems to always be asked
http://www.myitforum.com/forums/Adding_Sata-support_on_an_universal_image_for_zti%3F/m_145983/tm.htm
http://www.myitforum.com/forums/SATA_--_ACPI%2FCompatibility_Mode/m_164378/tm.htm

(in reply to dmittel)
Post #: 7
RE: SATA -- ACPI/Compatibility Mode - 9/17/2007 5:10:55 PM   
cnackers


Posts: 191
Score: 6
Joined: 9/22/2006
From: Madison, WI
Status: offline
Note:  This will create a new OSDWinPE.wim in the OSD folder, and the image package(s) source, however the ZTI share’s OSDWinPE will NOT be updated.  In order for SATA support on a OSD installation CD you will have to copy the updated file to the ZTI share.

this is actually not correct now that i think about, the only updated osdwinpe.wim will be sms\osd, you will have to copy that into ZTI and then you can update your image package/source or just manually replace all the osdwinpe's with the new updated one that has SATA support

_____________________________

SATA integration - seems to always be asked
http://www.myitforum.com/forums/Adding_Sata-support_on_an_universal_image_for_zti%3F/m_145983/tm.htm
http://www.myitforum.com/forums/SATA_--_ACPI%2FCompatibility_Mode/m_164378/tm.htm

(in reply to cnackers)
Post #: 8
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 2:52:54 PM   
dmittel

 

Posts: 73
Score: 0
Joined: 2/1/2006
Status: offline
Followed your instructions step by step and I can still not image a SATA drive.  I will continue to work on it .... weird.

(in reply to cnackers)
Post #: 9
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 3:10:09 PM   
cnackers


Posts: 191
Score: 6
Joined: 9/22/2006
From: Madison, WI
Status: offline
Where are you having trouble?  Can WinPE see the drive?

_____________________________

SATA integration - seems to always be asked
http://www.myitforum.com/forums/Adding_Sata-support_on_an_universal_image_for_zti%3F/m_145983/tm.htm
http://www.myitforum.com/forums/SATA_--_ACPI%2FCompatibility_Mode/m_164378/tm.htm

(in reply to dmittel)
Post #: 10
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 3:10:56 PM   
dmittel

 

Posts: 73
Score: 0
Joined: 2/1/2006
Status: offline
No, WinPE cannot see the drive.

(in reply to cnackers)
Post #: 11
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 3:13:28 PM   
cnackers


Posts: 191
Score: 6
Joined: 9/22/2006
From: Madison, WI
Status: offline
Did you modify winPE as detailed?

For CIS, you need to put the files in the extrafiles and compile the CD.

For WinPE for OSD, you need to modify the WinPE source, update it in SMS (right lick on images- update WinPE source). and then copy that winpeosd.wim from \sms\osd to your \zti source...

_____________________________

SATA integration - seems to always be asked
http://www.myitforum.com/forums/Adding_Sata-support_on_an_universal_image_for_zti%3F/m_145983/tm.htm
http://www.myitforum.com/forums/SATA_--_ACPI%2FCompatibility_Mode/m_164378/tm.htm

(in reply to dmittel)
Post #: 12
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 3:17:26 PM   
dmittel

 

Posts: 73
Score: 0
Joined: 2/1/2006
Status: offline
Yeah, I followed you steps exactly. I did the All Tasks -- Update Windows PE and copied the new OSDWinPE.wim file from the SMS/OSD folder in to the ImagePackage folder on my server.

(in reply to cnackers)
Post #: 13
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 3:18:20 PM   
cnackers


Posts: 191
Score: 6
Joined: 9/22/2006
From: Madison, WI
Status: offline
You verified that the osdwinpe.wim was the new one? creation date?

If so, then something else was missing..

Are you working with Intel SATA or something else?

_____________________________

SATA integration - seems to always be asked
http://www.myitforum.com/forums/Adding_Sata-support_on_an_universal_image_for_zti%3F/m_145983/tm.htm
http://www.myitforum.com/forums/SATA_--_ACPI%2FCompatibility_Mode/m_164378/tm.htm

(in reply to dmittel)
Post #: 14
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 3:20:46 PM   
cnackers


Posts: 191
Score: 6
Joined: 9/22/2006
From: Madison, WI
Status: offline
It also depends on the SATA version you are trying to work with.. the instructions above only covered up to ICH7 i think... ICH8 is different.. here is the current hardwareids to cover ICH7 and ICH8

[HardwareIdsDatabase]
PCI\VEN_8086&DEV_27C6&CC_0104 = "iastor"
PCI\VEN_8086&DEV_2822&CC_0104 = "iastor"
PCI\VEN_8086&DEV_282A&CC_0104 = "iastor"
PCI\VEN_8086&DEV_2821&CC_0106 = "iastor"
PCI\VEN_8086&DEV_2829&CC_0106 = "iastor"
PCI\VEN_8086&DEV_2922&CC_0106 = "iastor"
PCI\VEN_8086&DEV_2681&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_2682&CC_0104 = "iaStor"
PCI\VEN_8086&DEV_27C5&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_27C3&CC_0104 = "iaStor"
PCI\VEN_8086&DEV_27C1&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_2652&CC_0104 = "iaStor"
PCI\VEN_8086&DEV_2652&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_2653&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_24DF&CC_0104 = "iaStor"
PCI\VEN_8086&DEV_25B0&CC_0104 = "iaStor"

Likewise the mass storage section for sysprep has grown as well to cover the new versions

[SysprepMassStorage]
PCI\VEN_8086&DEV_2821&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801HR/HH/HO SATA AHCI Controller (Desktop ICH8R)
PCI\VEN_8086&DEV_2829&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801HEM/HBM SATA AHCI Controller (Mobile ICH8M-E/M)
PCI\VEN_8086&DEV_2922&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) ICH9 SATA AHCI Controller (Desktop ICH9R)
PCI\VEN_8086&DEV_27C6&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 82801GHM SATA RAID Controller (Mobile ICH7MDH)
PCI\VEN_8086&DEV_2822&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) ICH8R/ICH9R SATA RAID Controller
PCI\VEN_8086&DEV_282A&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 82801HEM SATA RAID Controller (Mobile ICH8M-E)
PCI\VEN_8086&DEV_2682&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) ESB2 SATA RAID Controller (Server ESB2)
PCI\VEN_8086&DEV_2681&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) ESB2 SATA AHCI Controller (Server ESB2)
PCI\VEN_8086&DEV_27C1&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801GR/GH SATA AHCI Controller (Desktop ICH7R/DH)
PCI\VEN_8086&DEV_27C5&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801GBM SATA AHCI Controller (Mobile ICH7M)
PCI\VEN_8086&DEV_2652&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801FR SATA AHCI Controller (Desktop ICH6R)
PCI\VEN_8086&DEV_2653&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801FBM SATA AHCI Controller (Mobile ICH6M)
PCI\VEN_8086&DEV_27C3&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 82801GR/GH SATA RAID Controller (Desktop ICH7R/DH)
PCI\VEN_8086&DEV_24DF&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 82801ER SATA RAID Controller (Desktop ICH5R)
PCI\VEN_8086&DEV_25B0&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 6300ESB SATA RAID Controller
PCI\VEN_8086&DEV_2652&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 82801FR SATA RAID Controller (Desktop ICH6R)


_____________________________

SATA integration - seems to always be asked
http://www.myitforum.com/forums/Adding_Sata-support_on_an_universal_image_for_zti%3F/m_145983/tm.htm
http://www.myitforum.com/forums/SATA_--_ACPI%2FCompatibility_Mode/m_164378/tm.htm

(in reply to cnackers)
Post #: 15
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 3:21:12 PM   
dmittel

 

Posts: 73
Score: 0
Joined: 2/1/2006
Status: offline
Yeah, I made sure it is the file with the current date/time.  I'm not sure what else I may be missing.  Yes, I am using the Intel SATA drivers.  I have tried the drivers that you supplied, the drivers from IBM/Lenovo, the drivers from Sony, and the drivers from Intel, none of which work for some reason.

The only thing I havent done is any of the sysprep.inf stuff, but that should not affect what is happening in WinPE.

(in reply to cnackers)
Post #: 16
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 3:22:20 PM   
dmittel

 

Posts: 73
Score: 0
Joined: 2/1/2006
Status: offline
quote:

ORIGINAL: cnackers

It also depends on the SATA version you are trying to work with.. the instructions above only covered up to ICH7 i think... ICH8 is different.. here is the current hardwareids to cover ICH7 and ICH8

[HardwareIdsDatabase]
PCI\VEN_8086&DEV_27C6&CC_0104 = "iastor"
PCI\VEN_8086&DEV_2822&CC_0104 = "iastor"
PCI\VEN_8086&DEV_282A&CC_0104 = "iastor"
PCI\VEN_8086&DEV_2821&CC_0106 = "iastor"
PCI\VEN_8086&DEV_2829&CC_0106 = "iastor"
PCI\VEN_8086&DEV_2922&CC_0106 = "iastor"
PCI\VEN_8086&DEV_2681&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_2682&CC_0104 = "iaStor"
PCI\VEN_8086&DEV_27C5&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_27C3&CC_0104 = "iaStor"
PCI\VEN_8086&DEV_27C1&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_2652&CC_0104 = "iaStor"
PCI\VEN_8086&DEV_2652&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_2653&CC_0106 = "iaStor"
PCI\VEN_8086&DEV_24DF&CC_0104 = "iaStor"
PCI\VEN_8086&DEV_25B0&CC_0104 = "iaStor"

Likewise the mass storage section for sysprep has grown as well to cover the new versions

[SysprepMassStorage]
PCI\VEN_8086&DEV_2821&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801HR/HH/HO SATA AHCI Controller (Desktop ICH8R)
PCI\VEN_8086&DEV_2829&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801HEM/HBM SATA AHCI Controller (Mobile ICH8M-E/M)
PCI\VEN_8086&DEV_2922&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) ICH9 SATA AHCI Controller (Desktop ICH9R)
PCI\VEN_8086&DEV_27C6&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 82801GHM SATA RAID Controller (Mobile ICH7MDH)
PCI\VEN_8086&DEV_2822&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) ICH8R/ICH9R SATA RAID Controller
PCI\VEN_8086&DEV_282A&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 82801HEM SATA RAID Controller (Mobile ICH8M-E)
PCI\VEN_8086&DEV_2682&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) ESB2 SATA RAID Controller (Server ESB2)
PCI\VEN_8086&DEV_2681&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) ESB2 SATA AHCI Controller (Server ESB2)
PCI\VEN_8086&DEV_27C1&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801GR/GH SATA AHCI Controller (Desktop ICH7R/DH)
PCI\VEN_8086&DEV_27C5&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801GBM SATA AHCI Controller (Mobile ICH7M)
PCI\VEN_8086&DEV_2652&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801FR SATA AHCI Controller (Desktop ICH6R)
PCI\VEN_8086&DEV_2653&CC_0106 = %systemdrive%\drivers\sata\iaahci.inf ; Intel(R) 82801FBM SATA AHCI Controller (Mobile ICH6M)
PCI\VEN_8086&DEV_27C3&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 82801GR/GH SATA RAID Controller (Desktop ICH7R/DH)
PCI\VEN_8086&DEV_24DF&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 82801ER SATA RAID Controller (Desktop ICH5R)
PCI\VEN_8086&DEV_25B0&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 6300ESB SATA RAID Controller
PCI\VEN_8086&DEV_2652&CC_0104 = %systemdrive%\drivers\sata\iastor.inf ; Intel(R) 82801FR SATA RAID Controller (Desktop ICH6R)



Hmm, this may be the problem, I thought I had them in there, but I may be wrong.  I'll give them a try.  Thanks for all the help!

(in reply to cnackers)
Post #: 17
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 3:22:32 PM   
cnackers


Posts: 191
Score: 6
Joined: 9/22/2006
From: Madison, WI
Status: offline
Correct, you have to get WinPE to see it first... then it's just adding the sysprep stuff for you image to support sata.. if you can get winpe to see it, then windows itself will just bomb if you don't have the SATA support integrated through sysprep

_____________________________

SATA integration - seems to always be asked
http://www.myitforum.com/forums/Adding_Sata-support_on_an_universal_image_for_zti%3F/m_145983/tm.htm
http://www.myitforum.com/forums/SATA_--_ACPI%2FCompatibility_Mode/m_164378/tm.htm

(in reply to dmittel)
Post #: 18
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 3:24:06 PM   
cnackers


Posts: 191
Score: 6
Joined: 9/22/2006
From: Madison, WI
Status: offline
quote:

ORIGINAL: dmittel

Hmm, this may be the problem, I thought I had them in there, but I may be wrong.  I'll give them a try.  Thanks for all the help!



Yeah the ones i just posted cover the latest Intel sata driver version...

The original items i posted didn't cover ICH8 for sure.. and i can't remember if hte ICH7 lines are in there or not.. it's been awhile... but what i just posted covers everything...

you also need to make sure you have the latest driver from Intel that is signed, otherwise your chipset/usb controllers won't install, they will show up as generic USB controllers

_____________________________

SATA integration - seems to always be asked
http://www.myitforum.com/forums/Adding_Sata-support_on_an_universal_image_for_zti%3F/m_145983/tm.htm
http://www.myitforum.com/forums/SATA_--_ACPI%2FCompatibility_Mode/m_164378/tm.htm

(in reply to dmittel)
Post #: 19
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 4:20:20 PM   
dmittel

 

Posts: 73
Score: 0
Joined: 2/1/2006
Status: offline
Ok, I added that, but heres a question that I never thought about.  Where does the OSDWinPE.wim get loaded from?  This is the way I have it set up (note: I dont run a true ZTI setup).  I have use RIS/OSD to do the images.  I have 2 images that I created for the RIS portion of this 1 for multiprocessor HALs and 1 for uniprocessor HALs (there are also other reasons for this).  So where does the OSDWinPE.wim get loaded from for those images?  Because I am replacing the OSDWinPE.wim that is created in all of the Image Packages, but Win PE gets loaded before I even select which one of those images I am going to install.  So where does that Win PE load from?  That is probably the one that I need to replace.

(in reply to cnackers)
Post #: 20
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 4:59:22 PM   
cnackers


Posts: 191
Score: 6
Joined: 9/22/2006
From: Madison, WI
Status: offline
Well that could be you're missing link.  The osdwinpe.wim that gets created by SMS when you update the winpe source is what is used to boot up when you use SMS OSD, that "cd" you make or the files that are pulled down when you run a ZTI contain that osdwinpe.wim...

Are you sending an advertisment for the refresh through SMS or using a SMS OSD cd?

_____________________________

SATA integration - seems to always be asked
http://www.myitforum.com/forums/Adding_Sata-support_on_an_universal_image_for_zti%3F/m_145983/tm.htm
http://www.myitforum.com/forums/SATA_--_ACPI%2FCompatibility_Mode/m_164378/tm.htm

(in reply to dmittel)
Post #: 21
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 5:12:37 PM   
dmittel

 

Posts: 73
Score: 0
Joined: 2/1/2006
Status: offline
I just found the link I was missing .... thanks for all your help.  I was missing the fact that when you use the RIS/OSD there is also a txtsetup.sif file in the i386 folder of your base image.  That file also needs to be updated with SATA information that you put in the txtsetup.sif that you edited for the OSDWinPE.wim.  As soon as I entered it in there IT WORKED!!!! Thanks again cnackers, I really appreciate it.

(in reply to cnackers)
Post #: 22
RE: SATA -- ACPI/Compatibility Mode - 10/3/2007 5:14:03 PM   
cnackers


Posts: 191
Score: 6
Joined: 9/22/2006
From: Madison, WI
Status: offline
Ah, yeah... the txtsetup.sif has to have the correct information...

glad i could help.. indirectly or not :) 

_____________________________

SATA integration - seems to always be asked
http://www.myitforum.com/forums/Adding_Sata-support_on_an_universal_image_for_zti%3F/m_145983/tm.htm
http://www.myitforum.com/forums/SATA_--_ACPI%2FCompatibility_Mode/m_164378/tm.htm

(in reply to dmittel)
Post #: 23
RE: SATA -- ACPI/Compatibility Mode - 10/4/2007 11:33:25 AM   
dmittel

 

Posts: 73
Score: 0
Joined: 2/1/2006
Status: offline
Ok, one last question on this topic then.  Is there a way to edit the sysprep.inf file without rebuilding the image?  Right now I have the PC sysprep.inf set to buildmassstorage = yes, and I know that needs to be changed and the lines above added.  I tried to replace it during the postinstall phase, but that did not seem to work properly.

(in reply to cnackers)
Post #: 24
RE: SATA -- ACPI/Compatibility Mode - 10/4/2007 11:34:32 AM   
cnackers


Posts: 191
Score: 6
Joined: 9/22/2006
From: Madison, WI
Status: offline
you can just add those lines, when sysprep runs, it populates the registry with the driver information, that information needs to be updated...

see this thread...  post #13 i believe

http://www.myitforum.com/forums/Adding_Sata-support_on_an_universal_image_for_zti%3F/m_145983/tm.htm

< Message edited by cnackers -- 10/4/2007 11:36:29 AM >


_____________________________

SATA integration - seems to always be asked
http://www.myitforum.com/forums/Adding_Sata-support_on_an_universal_image_for_zti%3F/m_145983/tm.htm
http://www.myitforum.com/forums/SATA_--_ACPI%2FCompatibility_Mode/m_164378/tm.htm

(in reply to dmittel)
Post #: 25
RE: SATA -- ACPI/Compatibility Mode - 10/4/2007 2:58:01 PM   
dmittel

 

Posts: 73
Score: 0
Joined: 2/1/2006
Status: offline
Ok, the post I believe that you are talking about is the one from nguru.  My only question is what does he mean by he Mounted the image?  Does he mean that he edited the .wim file?  If so how did he do that, that would save me tons of time.

(in reply to cnackers)
Post #: 26
RE: SATA -- ACPI/Compatibility Mode - 10/4/2007 3:07:39 PM   
cnackers


Posts: 191
Score: 6
Joined: 9/22/2006
From: Madison, WI
Status: offline
Not sure, i haven't used that method.  I build my image in a VM, so i just modify the snapshot and recapture.  I don't have to rebuild every time i need to make a change.

I have mounted images before to pull files out and replace, but i've never modified registry data.

_____________________________

SATA integration - seems to always be asked
http://www.myitforum.com/forums/Adding_Sata-support_on_an_universal_image_for_zti%3F/m_145983/tm.htm
http://www.myitforum.com/forums/SATA_--_ACPI%2FCompatibility_Mode/m_164378/tm.htm

(in reply to dmittel)
Post #: 27
RE: SATA -- ACPI/Compatibility Mode - 10/4/2007 3:09:54 PM   
dmittel

 

Posts: 73
Score: 0
Joined: 2/1/2006
Status: offline
Ok, I have a stripped down image that I just put on PCs when I need to make a change.  Guess I will just do it that way.  Thanks again.

(in reply to cnackers)
Post #: 28
Page:   [1]
All Forums >> [Management Products] >> Microsoft Systems Management Server >> SMS Feature Packs >> SATA -- ACPI/Compatibility Mode Page: [1]
Jump to: