Just to insert my two cents (because I can), I just completed an FTP install with Mandrake.Originally Posted by Pudge
*ducks back out of the doorway*
How bout this...Go buy a CD-ROM for $5 at a mom and pop computer store...![]()
Just to insert my two cents (because I can), I just completed an FTP install with Mandrake.Originally Posted by Pudge
*ducks back out of the doorway*
The ALEXIS Project
MP3---VIDEO---GPS---REARVIEW---OBD---SKINNING
Color Coding :
DONE / MOSTLY DONE / BASE FEATURES / WORKING CONCEPT / NO CODE COMPLETED
Most of you guys completely missed my point. My point again is that I didn't care how complicated it is, I just want to be able to do a network boot.
One of the fellas above mentioned a service that is available for Win2k that allows for network installs. It is present in XPPro I believe, however it takes a little know-how to do. I have never tried it, so I won't talk out my *** about it, but if I remember the 2k process properly (I was present during the procedure at a large lawfirm), it was a pain in the neck. You were better off just foisting the CDROM for a few. Noisy fans will quiet down given some time, but you will end up replacing it anyhow.Originally Posted by Zip-Lock
I say better to have the install done now, and find out you have a gimped fan in the process, than to still not have the install done, and the stupid fan fail while you're gone. Really bad news if it's the P/S, proc, or vid card fan. Ack.
The ALEXIS Project
MP3---VIDEO---GPS---REARVIEW---OBD---SKINNING
Color Coding :
DONE / MOSTLY DONE / BASE FEATURES / WORKING CONCEPT / NO CODE COMPLETED
Read this:
http://support.microsoft.com/default...b;en-us;142857
Then this:
Modifying the Startup Disk for Network Interface Cards
Modifying the Startup Disk for network interface cards (NIC) requires installing the appropriate MS-DOS driver and editing two system files.
•Install an NDIS2-compatible MS-DOS driver for the NIC. These are usually included with the floppy disk supplied by the manufacturer with their drivers. If no drivers are available, download the appropriate driver from the manufacturer's Web site.
Appropriate drivers for the Microsoft Network Client for MS-DOS will always have a .dos extension. For example, the driver for Intel's EtherExpress Pro/10 EISA is: Epro.dos
This driver should be placed in the Net directory on the computer (C:\Net, unless named differently) or on the MS-DOS startup disk (A:\Net).
•Modify the System.ini file. The NIC driver needs to be referenced in the System.ini file. This entry is found in the [network drivers] section, as illustrated below:
[network drivers]
netcard=elnkii.dos
transport=ndishlp.sys,*netbeui
devdir=A:\NET
LoadRMDrivers=yes
For "netcard=," replace the current driver with the file name of the NDIS2-compatible driver placed in the Net directory (for example, Epro.dos).
•Modify the Protocol.ini file. The NIC driver needs to be referenced in the Protocol.ini file. This entry is found in the [ms$ driver_name] section (the driver name will reflect what was originally chosen in the Network Installation Startup Disk process), as shown below:
[ms$elnkii]
drivername=ELNKII$
; INTERRUPT=3
; IOADDRESS=0x300
; DMACHANNEL=1
; MAXTRANSMITS=12
For "drivername=," replace the driver listed with the file name of the NDIS2-compatible driver; use a dollar sign ($) to replace the .dos file extension (for example, EPRO$).
Note: Do not change the header (for example, [ms$elnkii] in the example above); the header is a pointer throughout the .ini file.
Table of Contents
Additional TCP/IP Settings for the Microsoft Network Client for MS-DOS
Specifying WINS Servers
If your Microsoft Network Client for MS-DOS uses DHCP (the default setting for MS-DOS TCP/IP), it will automatically receive the address for the Windows Internet Naming Service (WINS) server. If you want to statically configure your WINS server IP address, you must edit the client's Protocol.ini file and add the IP address to the [TCPIP] section.
For example, if you have two WINS servers available, add them into the [TCPIP] section as shown in the example below. Note that there are no dots (.) in the IP addresses.
[TCPIP]
WINS_SERVER0 = 11 101 13 53
WINS_SERVER1 = 11 101 12 198
Name queries will be sent to the WINS servers in the order in which they appear in the .ini file. The ipconfig command may show a different order of WINS servers (or even different WINS servers altogether) —these are the WINS server names sent by DHCP, and the Protocol.ini settings override them.
Logging On with TCP/IP Across a Router
If the domain controller is across a router from the Microsoft Network Client for MS-DOS computer, you must add a line to the client's LMHOSTS file (located in the Net directory — if there is no LMHOSTS file, you need to create one) for logons to be validated. The line has the following format:
www.xxx.yyy.zzz SRV_NAME #DOMOM_NAME
where:
•www.xxx.yyy.zzz is the IP address of the domain controller.
•SRV_NAME is the NetBIOS name of the domain controller.
•DOM_NAME is the name of the domain.
You must also ensure that the domain controller can contact the Microsoft Network Client for MS-DOS using one of the following methods:
•Enter the client's IP address and name in the domain controller's LMHOSTS file.
•Register the client with a WINS server that is accessible by the domain controller (placing a static entry in WINS for the Microsoft Network Client for MS-DOS).
Thanks, but the requirements of the project specifically don't involve floppies.Originally Posted by Defiler
Change the reference of A:\ to a USB drive
You need a PXE (Pre-boot eXecution Environment) server. You can configure most modern NICs to use a PXE server. Boots the PC from a boot image stored on the PXE server.
Altiris used to do a 30 day licence for their product Altiris Express but I don't know if they still do. It's a corporate grade product for deploying images and updates remotely. Maybe a bit overkill for what you are trying to do but you asked the question!
I was right: Pain. In. The. ***.
Temporary CDROM pilfering is the preferred temporary installation method of choice for The DeadWeasel Network of CarPC Services (tm)(r)(s)
The ALEXIS Project
MP3---VIDEO---GPS---REARVIEW---OBD---SKINNING
Color Coding :
DONE / MOSTLY DONE / BASE FEATURES / WORKING CONCEPT / NO CODE COMPLETED
rf5yeOriginally Posted by Zip-Lock
Bookmarks