![]() |
|
#9
|
||||
|
||||
|
there is a lot of confusion in this thread. i have a valid code signing certificate, so i will try to clear up the misconceptions.
Quote:
Quote:
Quote:
Quote:
@Kerlingen first, please read this page in its entirety. you said your third-party driver is "boot-time kernel-mode", but kernel-mode does not imply "boot-time", or at least, it does not imply what most people think it does. since the driver for your PCI\002 device comes with a signed .cat, it is actually not boot-critical (as it would require an embedded signature), but rather a pnp driver; this is the case with nearly all drivers. the important parts of the page: 1. Adding Drivers - you will be using dism offline for this; however, see #3 2. Understanding Driver Ranking - this is how pnp will decide which driver to install 3. Understanding Digital Signature Requirements - you will need to resign the driver with a test signing certificate. you will also need to boot your image to add the test signing certificate to the image. you can *THEN* use dism to add the test-signed driver to the offline image * how to create test signing certificates and test sign the driver. you will use a catalog file and the inf for this, not embedded signing * how to use dism to add the driver to the offline image i would suggest you start by trying to get windows to successfully install and load your driver on an already running system. in other words, edit the .inf, create and install the test signing certificate, create the .cat, sign it and the driver, enable test signing mode, reboot, install the driver, reboot again, and cross your fingers ;] let me know if you have any questions and i can try to help more. this page also has some useful information if you're really stuck. also, i'd just like to say that i spent a few hours digging up the references for this post and writing it (even though i do this stuff every day), if you (or anyone else) appreciates it, i would appreciate some rep, it seems to be given out rather sparingly these days even for high-quality posts. hard family to join ;] |
| The Following User Gave Reputation+1 to bongos_man For This Useful Post: | ||
copyleft (02-27-2018) | ||
| The Following User Says Thank You to bongos_man For This Useful Post: | ||
wild (02-27-2018) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| making patch hex editing in .net | js78955 | General Discussion | 4 | 01-21-2015 04:26 |
| editing Debug Information Directory in a PE file | jonwil | General Discussion | 6 | 01-15-2005 06:18 |
| Editing a .key file? | peedizzle | General Discussion | 1 | 09-09-2004 00:49 |