Creating a multi computer boot usb key/disk
Updated: 22 May 2010 | 5 comments
Any help on this would be really appreciated.
I am attempting to make a usb key that I can use on multiple (different model) pc's and laptops. I have downloaded all the required NDIS drivers but unfortunately I dont see an option anyway to create this.
I know I am able to create a disk/usb key for one specific model of computer but I need one that I can use on multiple different model computers. If someone can let me know if this is possible and if so please let me know how to do it.
Thank you very much in advance
discussion Filed Under:
Comments
So again I ask if anyone can help me out here,
drivername=PROTMAN$
drivername=PKTDRV$
bindings=nic
intvec=0x60
chainvec=0x66
drivername = xxxxx$.
Refer to this
Refer to this site:
http://service1.symantec.com/SUPPORT/on-technology...
To have the nic card you added to the boot wizard in the MultiCard Template, you must add the PCI tag to the mcassist.cfg file. It will be in the C:\Windows\All Users\Application Data\Symantec\Ghost\Template
folder under whatever you named the driver when you added it. Open up the file and add the tag:
PCI-TAG = VEN_ID DEV_ID : name
as in
PCI-TAG 14E4 4318 : Intel 82567$
So your whole mcassist.cfg file would look like:
# This file is used by the Ghost Boot Wizard.
# You should not attempt to edit this file yourself
DRIVER-TYPE = NDIS
DRIVER-NAME = E1000.DOS
NDIS-NAME = E1000$
RECEIVE-MODE = 0
DISPLAY = YES
FILE = e1000.dos
TIMESTAMP = 1254349142
PCI-TAG = 8086 10DE : Intel 82567$
PCI-TAG = 8086 10BD : Intel 82566$
Different physical NICs of the same kind (IE Broadcom NetXtreme) may have different Device IDs, depending on when and where they were manufactured. Now the NIC should show up in the template and load correctly if 1) you have the correct NIC and 2) it has the correct tag
Would you like to reply?
Login or Register to post your comment.