Am Dienstag, 12. Oktober 2004 17:36 schrieb Robert Reppel: > Hi, > > not sure what causes this. Bootup hangs after the following messages: > > Probing pci nic... > [3c590]utp[*utp*]: disable 'auto select' with DOS util!Ethernet address: > 00:A0:24:96:07:D0 > selected utp. (default) Up to here I'd interpret the message that connector "unshielded twisted pair" has been automagically selected, though you better should set it to this "utp" mode with the appropriate utility (because automagic might not always work). You probably can ignore this message.
> Searching for server (DHCP)... > ..F?.F?.F?.F?.F?.F? This means DHCP offers are received (one answer to each query), but they lack a "filename" field, so etherboot cannot determine which file to load -> that offer is ignored. Solution: Set a "filename" in your dhcpd.conf, like this: filename "/lts/vmlinuz-whatever"; Look into your /tftpboot/lts directory to find out "whatever" has to be put there. Regards Anselm ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
