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.

loading drivers at windows setup. guide or app

Featured Replies

Hello,

I am trying to figure out a way to simply add drivers to windows setup that load so windows can install on various types of HD controllers.

I found this guide here, which shows you how:

http://www.windowsserverx64.com/CSK/techni...ardware/56.aspx

However this process takes a long time and I have a few drivers I want to add. Is there an app out there that can edit the txtsetup.sif and add the entries for these drivers. I know nlite can add drivers to a setup so they can be installed when windows is finally installed. That is not what I want. I know how to do that.

Does anyone know of an application that can do what im asking or a simpler process for it?

THANKS


  • Author

I know about driver packs. That is similar to what nlite does when it adds drivers to the driver cab. I am only talking about loading the drivers to see the HD/SCSI/RAID controllers. I want an app or method that makes it easier then it is. Someone knows how to do this because I know there are discs out there that have had this done and I know the people that made them did not just manually add all those lines to txtsetup.sif

If you use the base from driverpacks.net it can add HD/SCSI/RAID controller drivers for text mode setup. Meaning you don't have to press F6 to load the drivers. They are available and will be loaded by Windows setup.

As for manual....

Adding drivers to txtsetup.sif is really not that hard to do. There are some tutorials out there.

When I used XP I just added this to the end of txtsetup.sif. Be careful because there is a sometimes invisible character at the end of the txtsetup.sif. It must go before that "invisible" character. Notepad won't show it but Notepad2 will.

[SourceDisksFiles]
fasttx2k.sys = 1,,,,,,3_,4,1
viamraid.sys = 1,,,,,,3_,4,1
ptipbmf.dll = 1,,,,,,3_,4,1

[HardwareIdsDatabase]
PCI\VEN_105A&DEV_3376 = "fasttx2k"
PCI\VEN_105A&DEV_3373 = "fasttx2k"
PCI\VEN_1106&DEV_3149 = "viamraid"

[SCSI.load]
fasttx2k = fasttx2k.sys,4
viamraid = viamraid.sys,4

[scsi]
fasttx2k = "Promise FastTrak 376/378 (tm) Controller"
viamraid = "Via VT8237 Sata Raid Controller"

Then added the cabbed files fasttx2k.sy_, ptipbmf.dl_ and viamraid.sy_ to my i386 folder.

Windows then recognized my two raid controllers on my Asus K8V SE Deluxe. I didn't have to press F6.

You will need to know the info for your controllers.

It would be easier to just use the base from driverpacks.net though.

Edited by jaws75

  • Author

THANKS Jaws.. This is exactly what I needed. I did not know that driver packs could be loaded at that time. I will look into this.

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.