IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New DHCP holding up startup
If I unplug my wireless NIC and boot the Thinkpad, the startup sequence pauses for a minute or so before putting up this:

DHCPSTRT: DHCP Client did not get parameters. Continuing to try in background.
Press Enter to continue.


Is there a way to get the system to continue to boot w/out the timeout or message? It's rather annoying to have to wait when I'm someplace w/out wireless access.

Darrell Spice, Jr.

[link|http://home.houston.rr.com/spiceware/|SpiceWare] - We don't do Windows, it's too much of a chore

New Re: DHCP holding up startup

Try:

AUTOFAIL=YES

in your config.sys

More stuff:

You get the pause because it's being run synchronously during config.sys processing. It was set up this way working on the assumption that there may be things dependent on the interface being up later on in startup. If you look, you should see a line:

CALL=C:\\OS2\\CMD.EXE /Q /C C:\\MPTN\\BIN\\MPTSTART.CMD >NUL

This is the line that starts up the network. MPTSTART calls \\mptn\\bin\\setup.cmd, which actually initialises your various tcpip network interfaces. Since this statement is CALL= and not RUN=, config.sys processing pauses until it's completed. If you don't want it to pause, you could try turning it into a RUN= statement. However, if later on during the boot something which needs those interfaces resolved one way or another attempts to complete before mptstart and its children, you could get unusual results;)

-- 
----------------------------------------------------------
* Jack Troughton jake at jakesplace.dhs.org *
* [link|http://jakesplace.dhs.org|[link|http://jakesplace.dhs.org|http://jakesplace.dhs.org]] [link|ftp://jakesplace.dhs.org|[link|ftp://jakesplace.dhs.org|ftp://jakesplace.dhs.org]] *
* Montr\ufffdal PQ Canada [link|news://jakesplace.dhs.org|news://jakesplace.dhs.org] *
----------------------------------------------------------
Expand Edited by jake123 Nov. 22, 2001, 08:52:26 AM EST
New CALL --> RUN worked
thanx!

Websearch on MPTSTART and AUTOFAIL show that would work too, but that the timeout pause would still occur.

Darrell Spice, Jr.

[link|http://home.houston.rr.com/spiceware/|SpiceWare] - We don't do Windows, it's too much of a chore

     DHCP holding up startup - (SpiceWare) - (2)
         Re: DHCP holding up startup - (jake123) - (1)
             CALL --> RUN worked - (SpiceWare)

I see mass suicides and riots in the future as every urkel fashion sense inspired computer nerd throws down their oxy pads and mutters, "enough is enough," then takes to the streets, scsi cards in hand, and it will be dark, dark day indeed my friend.
53 ms