Jump to content

banzemanga

Member
  • Posts

    11
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by banzemanga

  1. same as deipotent I have been trying to slipstream it to Windows XP Pro x64 amd it was unsuccessful. This method was completely successfully in my x86 version of Windows and a complete failure in x64 where: -Setup recognizes AHCI drivers for textmode -Setup recognizes AHCI drivers for GUI mode -Windows recognizes drivers as IDE since it was installed as IDE? -Blue Screen and restart automatically I know it was installed IDE because if i switch my harddrive to ide emulation, Windows work fine. Here is my old topics in case anyone finds the solutions fro x64: http://www.msfn.org/board/how-does-nlite-s...tml#entry764287 http://www.msfn.org/board/Unable-to-slipst...Wi-t117304.html
  2. Hello, i have been trying to slipstream intel Mass Storage Manager's AHCI drivers into my Windows XP Pro x64 CD. Here is the topic i created some time ago but no one replied (i wonder if i posted it in the wrong section) http://www.msfn.org/board/Unable-to-slipst...Wi-t117304.html (i will summarize the old post here so that there is no need to read it) I know that nLite was able to slipstream the drivers successfully, but i want to do it manually so i am asking the experts of nLite here how is it done? (or anybody who were able to slipstream it manually in the past) The reason i want to do it manually is because if i slipstream it with nLite and have Windows running; when i try to change the regional language, it asks me for the windows cd and it has to be there. Otherwise i can't change the language but if i do it manually, i can change the regional language the regional language and ask me for the cd but i press ok without the windows cd and it would change without problems. I have grown tied to trying all kinds of things, i have lost count of how many cd i used (over 40 of them for sure). -The different methods i have been trying include: -modifying txtsetup.sif -modifying winnt.sif (using [MassStorageDevices], [OEMBootFiles], OEMPnPPath) -modifying hivesys.inf and setupreg.hiv -modifying txtsetup.oem when using OEMBootFiles -using compressed cab and uncompressed drivers -putting drivers in different locations root\$OEM$\...., amd64\(w/o)$OEM$\(w/o)TEXTMODE\, i386\(w/o)$OEM$\(w/o)TEXTMODE\.... -and many other combinations i might have forgotten to mention I know that nLite modifies txtsetup.sif and add the drivers under amd64\nldrv but i also see that it actually changes some dll files during the process (probably causing the regional language tweak). So i wonder what i have done incorrectly. -If i try the MassStorageDevices "= Retail" and specify them on txtsetup, it recognizes the ahci drivers for the setup but it installs ide drivers and after the installation and first time running windows will give me a blue screen. I know ide is installed because if i switch my harddrive to ide mode it runs without problem (but slower) -If i try the MassStorageDevices + OEMBootFiles, it gives me an error loading txtsetup.oem (18) in oemdisk.c -Other methods give me the same problem as being able to recognize it for the windows installation but installs the ide drivers and after installation blue screen. Here are the links of the different methods i have been trying: http://www.msfn.org/board/Add-slipstream-S...ded#entry693528 http://www.msfn.org/board/lofiversion/index.php/t47053.htm http://unattended.msfn.org/unattended.xp/ http://www.msfn.org/board/TEXTMODE-MassSto...hod-t19792.html
  3. Hello, i have slipstreamed sata ahci drivers for Windows XP Pro x86 before and it works. Currently, i am having trouble making it work for the x64 version of Windows XP. For some reason what happens is that for the setup, it recognizes the slipstreamed drivers but after the installation it doesn't recognize it anymore. I have tried different ways and guides including msfn unattended guide: http://unattended.msfn.org/unattended.xp/view/web/36/ and topics from this site http://www.msfn.org/board/Add-slipstream-SATA-drivers-A-fully-wo-t77999.html&pid=693528&mode=threaded#entry693528 But none of them explain for x64 versions of Windows specifically. For my slipstreaming what i did was first to allocate the TXTSETUP.SIF file which was inside a folder called AMD64 and added the following codes: [sourceDisksFiles] iastor.sys = 1,,,,,,_x,4,1 [HardwareIdsDatabase] PCIVEN_8086&DEV_2922&CC_0106 = "iaStor" PCIVEN_8086&DEV_282A&CC_0104 = "iaStor" PCIVEN_8086&DEV_2829&CC_0106 = "iaStor" PCIVEN_8086&DEV_2822&CC_0104 = "iaStor" PCIVEN_8086&DEV_2821&CC_0106 = "iaStor" PCIVEN_8086&DEV_2682&CC_0104 = "iaStor" PCIVEN_8086&DEV_2681&CC_0106 = "iaStor" PCIVEN_8086&DEV_27C3&CC_0104 = "iaStor" PCIVEN_8086&DEV_27C6&CC_0104 = "iaStor" PCIVEN_8086&DEV_27C1&CC_0106 = "iaStor" PCIVEN_8086&DEV_27C5&CC_0106 = "iaStor" PCIVEN_8086&DEV_2653&CC_0106 = "iaStor" [sCSI.Load] iastor = iastor.sys,4 [sCSI] iastor = "Intel® ICH9 SATA AHCI Controller (Desktop/Server/Workstation)" iastor = "Intel® 82801HEM SATA RAID Controller (Mobile ICH8M-E)" iastor = "Intel® 82801HEM/HBM SATA AHCI Controller (Mobile ICH8M-E/M)" iastor = "Intel® ICH8R/ICH9R SATA RAID Controller (Desktop/Server/Workstation)" iastor = "Intel® 82801HR/HH/HO SATA AHCI Controller (Desktop/Server/Workstation)" iastor = "Intel® 631xESB/632xESB SATA RAID Controller (Server/Workstation ESB2)" iastor = "Intel® 631xESB/632xESB SATA AHCI Controller (Server/Workstation ESB2)" iastor = "Intel® 82801GHM SATA RAID Controller (Mobile ICH7MDH)" iastor = "Intel® 82801GR/GH SATA RAID Controller (Desktop ICH7R/DH)" iastor = "Intel® 82801GR/GH SATA AHCI Controller (Desktop ICH7R/DH)" iastor = "Intel® 82801GBM SATA AHCI Controller (Mobile ICH7M/DH)" iastor = "Intel® 82801FBM SATA AHCI Controller (Mobile ICH6M)" Then i added all the dirvers' files into AMD64 since no WINNT.SIF file was specified. Another reason why did not use WINNT.SIF was because it was originally not present on the CD. But did try to use it and it gave me an fatal error saying that the data structure of the setup changed and did not install anything at all. So what i tried next was to add the following code since they had it for other drivers like ramdisk, atapi, disk, etc. But i got the same problem that the drivers were recognized for the setup and ather the setup it did not recoginze the dirvers. [scsiClass.Load] iastor = iastor.sys [Map.SCSI] iastor = "AHCI" [scsiClass] iastor = "SCSI AHCI" I even tried to add the compressed cab files like the guide said and nothing changed. (for example iastor.sys compressed to iastor.sy_) I even took a step further and took the original files and put them into a cab file called SP2.CAB where the CD had may other drivers inside there and nothing changed. So what now? Well, i tried using nLite but i gave me a trade off of problems. It did slipstream the drivers properly and worked after setup but a new problem was generated due to the fact that nLite repaces some of the original files with some that comes with nLite. The new problem is that everytime i want to change the Regional Language it will ask me for the CD and i must have the CD inserted in order to change the language. If i slipstream it manually without problems, it would ask me for the CD when i change the regional languages but i don't have to have the CD inserted. If press ok, the language will change without problems because it would search for the files that are already in the pc. In other had, if i slipstream it with nLite, the new problem won't go away. To make it short i want to slipstream the drivers manually. P.S. Sorry, i am not using codeboxes because they look worse where all of them are same size and some of them will become a scrollable box. If anyone knows how to format them, please tell me so i can put them right away.
  4. Nice, lite final is out. Now we only need to wait for the micro to come out.
  5. The link is still dead. No more micro versions with their individual languages? Will be looking forward to the final micro release with an individual language and link working if possible. P.S. But what a pain. Nero is launching version 8 and yet another custom packaging.
  6. I got an fatal error right from the start. Error-code 1 / -3 / 10900 See Doc#5305
  7. That is exactly i was going to say. I will be looking forward the the micro version! ^^
  8. Hello, everyone. I want to know how can i include the new versions of DirectX redistributable into my modified nLite Windows instalation. Can i just include the new DirectX redistributable package as a hotfix?
  9. Where is the micro version? I would like to download that one.
×
×
  • Create New...