pixeldotz
June 11th, 2008, 09:59 AM
hello,
i'm having a bit of a problem here.
i created a boot disk for our machines @ work that have the following nic drivers on them
display bootmsg.txt
default 1
prompt 1
label 1
kernel memdisk
append initrd=intel.img
label 2
kernel memdisk
append initrd=intel1b.img
label 3
kernel memdisk
append initrd=broadcom.img
label 4
kernel memdisk
append initrd=3com.ima
timeout 60000
my question is this - is there anyway to get a script somewhere in here that will autodetect the nic inside a pc and autoload the corresponding .img?
as you probably guessed, all these .img files are windows bootdisks designed to load the driver it's named as.
luckily - all the computers we have in the district use one of these 4 drivers.
i'm having a bit of a problem here.
i created a boot disk for our machines @ work that have the following nic drivers on them
display bootmsg.txt
default 1
prompt 1
label 1
kernel memdisk
append initrd=intel.img
label 2
kernel memdisk
append initrd=intel1b.img
label 3
kernel memdisk
append initrd=broadcom.img
label 4
kernel memdisk
append initrd=3com.ima
timeout 60000
my question is this - is there anyway to get a script somewhere in here that will autodetect the nic inside a pc and autoload the corresponding .img?
as you probably guessed, all these .img files are windows bootdisks designed to load the driver it's named as.
luckily - all the computers we have in the district use one of these 4 drivers.