WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: PXE boot core.gz ARP Time Out  (Read 3424 times)

Offline newbie000

  • Newbie
  • *
  • Posts: 21
PXE boot core.gz ARP Time Out
« on: April 05, 2012, 03:05:12 AM »
Hi all,

I was trying to do PXE boot of tiny core linux image, the size is about 90 MB (Core + GUI packages + configuration). During the PXE boot, the client PC got an IP from DHCP but after that the image cannot be loaded with message:

TFTP
ARP time out...


I've checked with ps aux command that the tftp service is running..

Anyone got idea?

    [EDIT]: Corrected typo in subject line. Changed ARM to ARP.    Rich
« Last Edit: April 05, 2012, 06:25:23 AM by Rich »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10969
Re: PXE boot core.gz ARM Time Out
« Reply #1 on: April 05, 2012, 03:46:41 AM »
Is there a firewall or some other device blocking ARP?
The only barriers that can stop you are the ones you create yourself.

Offline newbie000

  • Newbie
  • *
  • Posts: 21
Re: PXE boot core.gz ARP Time Out
« Reply #2 on: April 05, 2012, 06:53:04 PM »
Hi Curaga,

There is not, i used to do the PXE boot successfully in the same way, i only changed the standard core.gz file with the one with GUI packages. I increased the timeout seconds (default is 300) on file /pxelinux.cfg/default to higher value but no success.

TC as terminal server is on the same vlan with the one to booted from PXE, attached to the same switch.

terminal server: 192.168.10.114
Range for PXE boot : 192.168.10.200 - 210
Gateway : 192.168.10.1
DNS : 192.168.10.41

During PXE boot, the client got 192.168.10.200 ip and then ARP time out.

Is this related to network issue instead of the modified core.gz file?

Thanks.
« Last Edit: April 05, 2012, 07:01:54 PM by newbie000 »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10969
Re: PXE boot core.gz ARP Time Out
« Reply #3 on: April 05, 2012, 10:59:17 PM »
Did the client start downloading the initrd? It could be that there's some timeout in tftp, and having the initrd too big (=slow transfer) triggers it? Just my guess.

edit: Also, what messages do you see from the server?
« Last Edit: April 05, 2012, 11:00:54 PM by curaga »
The only barriers that can stop you are the ones you create yourself.

Offline newbie000

  • Newbie
  • *
  • Posts: 21
Re: PXE boot core.gz ARP Time Out
« Reply #4 on: April 10, 2012, 02:05:37 AM »
Hi there,

That's the thing, no message on the server terminal. The initrd hasn't been loaded, the message on client screen is as follow:

TFTP
ARP time out
TFTP couldn't open connection.

And it stops there...


Offline newbie000

  • Newbie
  • *
  • Posts: 21
Re: PXE boot core.gz ARP Time Out
« Reply #5 on: April 10, 2012, 02:15:00 AM »
Dear all,

I don't know exactly what causes the ARP time out issue. I stop terminal server service, delete all /netboot file, re-run the terminal server again and re-create the configuration file, and replace the core.gz with the customized on - GUI + startup command, now the PXE boot run successfully.

The thing is, i cannot right click (choose menu), the mouse icon is became X instead of pointer format, does it mean i've missed some GUI packages to be included on core.gz file ?

Thanks for the advice.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10969
Re: PXE boot core.gz ARP Time Out
« Reply #6 on: April 10, 2012, 05:18:23 AM »
The window manager (flwm_topside), likely.
The only barriers that can stop you are the ones you create yourself.