LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-21-2005, 09:48 AM   #1
sleepisforwimps
Member
 
Registered: Apr 2005
Location: Susex, England.
Distribution: Slackware 10.1, Devil Linux
Posts: 49

Rep: Reputation: 15
DHCPD configuration help


Hi,

I've been trying to get a laptop booted across a network for a few days now without success. The machine in question is a Toshiba Portege 3490CT that does not have an OS installed on it at the moment. The problem with it is that it doesn't have a regular floppy drive or CD drive, I don't have a SCSI CD drive to put into it and it doesn't recognise the USB floppy drive so my only other option, as far as I can see, is to boot it across a network. I've got a Slackware 10.1 box running a TFTP and DHCPD server which I'm trying to use to get it started. The first problem I ran into was that with the default kernel the laptop would not boot from it and gave the error message: "PXE-E3A: TFTP Too many packages" which, per one thread I found, occurs when the kernel is larger than 600KB. I then tried numerous times to compile a smaller kernel that would come under this limit but they would not compile if I disabled too many options and the ones that did were all larger than 1MB so that didn't work. I then found a kernel in the lowmem.i directory of the Slackware installation disc that was less than 640KB so I decided to use that. Now I don't get that original error message but instead I get the following lines repeated ad infinitum on the laptop when I try to boot it:

Code:
8000
AX:0208
BX:0200
CX:0002
DX:0000
I have no idea what this means and how to debug it. The laptop gets as far as being assigned a IP address, and does try to load the kernel but all I get then is the above output. The following is my dhcpd.conf file which I'm pretty sure is correct:

Code:
# dhcpd.conf
#
# Configuration file for ISC dhcpd (see 'man dhcpd.conf')
#
          allow booting;
          allow bootp;
          option routers 192.168.3.6;
          option broadcast-address 192.168.3.255;

          option subnet-mask 255.255.255.0;
          option domain-name "slacknet";
          option domain-name-servers 192.168.2.1;
          default-lease-time 21600;
          max-lease-time 43200;
          ddns-update-style ad-hoc;




          subnet 192.168.3.0 netmask 255.255.255.0 {
                range 192.168.3.101 192.168.3.150;
          }

          group {
                next-server 192.168.3.6;
                #This is the pxe bootloader file
                filename "vmlinuz";
                # One host block per client. This network only has one.
                host stb1 {
                        hardware ethernet 00:00:39:ED:7A:20;
                        #fixed-address 192.168.3.150;
                }
        }
Any idea what the problem is? On the other hand if anybody has any alternative ideas how I can get a OS installed on the laptop with the resources listed above I would appreciate any suggestions.
 
Old 08-22-2005, 03:32 AM   #2
peter_robb
Senior Member
 
Registered: Feb 2002
Location: Szczecin, Poland
Distribution: Gentoo, Debian
Posts: 2,458

Rep: Reputation: 48
There's a very complete HOWTO at http://www.linux.com/howtos/Network-...TO/index.shtml

It looks like you may need the initrd from the install cd in your tftp server so that you boot into the install cd environment..
 
Old 08-22-2005, 07:05 PM   #3
sleepisforwimps
Member
 
Registered: Apr 2005
Location: Susex, England.
Distribution: Slackware 10.1, Devil Linux
Posts: 49

Original Poster
Rep: Reputation: 15
I tried that already as it's the same as the man page but I did find this page which looks like what I'm after.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
dhcpd subnet declaration problems in dhcpd.conf vcrispo Linux - Networking 6 07-15-2005 10:32 AM
DHCPD startup failure, mdk 9.2, dhcpd v3.0.1rc11 fuzzyworm Linux - Networking 1 02-14-2004 03:58 AM
dhcpd configuration brijesh Linux - Networking 2 12-17-2003 04:33 AM
dhcpd configuration peok Linux - Networking 4 10-31-2003 01:53 PM
dhcpd.master or dhcpd.conf rickg Linux - Networking 0 04-11-2002 03:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration