We use clonezilla (drbl) for cloning and booting dos-shell over pxe. We use bart's network bootdisk to access the different network-drivers. We would like to use a universal driver.. (we don't have to upgrade the dos-driver anymore)
when we load the intel universal ndis-driver we'll get this error:
UNDI API Not available
Is this a known error? And is there another way to load generic drivers for network cards in dos.
Regard's,
SchaapMansZ
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Problem solved!
kernel memdisk ----> kernel memdisk keeppxe
(now the undi stack will be loaded)
++++ KEEPING THE PXE STACK AROUND ++++
Normally, PXELINUX will unload the PXE and UNDI stacks before invoking
the kernel. In special circumstances (for example, when using MEMDISK
to boot an operating system with an UNDI network driver) it might be
desirable to keep the PXE stack in memory. If the option "keeppxe"
is given on the kernel command line, PXELINUX will keep the PXE and
UNDI stacks in memory. (If you don't know what this means, you
probably don't need it.)
Regards,
SchaapMansZ
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
We use clonezilla (drbl) for cloning and booting dos-shell over pxe. We use bart's network bootdisk to access the different network-drivers. We would like to use a universal driver.. (we don't have to upgrade the dos-driver anymore)
when we load the intel universal ndis-driver we'll get this error:
UNDI API Not available
Is this a known error? And is there another way to load generic drivers for network cards in dos.
Regard's,
SchaapMansZ
Okee guy's,
Problem solved!
kernel memdisk ----> kernel memdisk keeppxe
(now the undi stack will be loaded)
++++ KEEPING THE PXE STACK AROUND ++++
Normally, PXELINUX will unload the PXE and UNDI stacks before invoking
the kernel. In special circumstances (for example, when using MEMDISK
to boot an operating system with an UNDI network driver) it might be
desirable to keep the PXE stack in memory. If the option "keeppxe"
is given on the kernel command line, PXELINUX will keep the PXE and
UNDI stacks in memory. (If you don't know what this means, you
probably don't need it.)
Regards,
SchaapMansZ
Great! Thanks for sharing that with us.