Jump to content

Recommended Posts

Posted

Hello,

 

I am trying to get LTSP working and i nearly had it tight and now PXE boot has broken. The clinet is timing out on TFTP when trying to PXE boot.

 

Does anyone have any thoughts please?

 

Thanks

Posted

Must be nearly 10 years since I tried LTSP...

 

Does it get DHCP? that's the first step in the process. Have you got more than one DHCP server on the physical network segment?

 

Rob

Posted
Infact i have it working on another machine. I does get the correct IP and we have one DHCP. It just seems to be this box it doesnt like
Posted

Does it have an unusual network card?

 

If it gets 1st stage DHCP and then fails then the most likly cause ( if other machines are fine) is a driver issue for the NIC.

 

Rob

Posted

Yeah that's STOCK but you need to check the boot image in tftpboot supports it ( can't see it not supporting it )

 

What actualy happens?

 

As i say it's a fair old time since I last used ltsp ( although I did use tftpboot for booting a MYTHTV diskless frontend last year) .

 

Rob

  • Thanks 1
Posted

It starts to PXE boot and just says

 

TFTP......

 

Then it times out.

 

How do i check if it supports it please?

Posted

Any TFTP loggs.

 

LTSP project should list somwhere the drivers in the build, it may be another pice of hardware that's not supported too. Have you tried a third different system?

 

Rob

Posted
Any TFTP loggs.

 

LTSP project should list somwhere the drivers in the build, it may be another pice of hardware that's not supported too. Have you tried a third different system?

 

Rob

 

Where are the logs please? sorry i am no good with Linux. I have tried a 3rd system with an intel card and that works ok.

 

Have you checked this page?

 

Troubleshooting-Wont_Boot < ltsp < TWiki

 

None of those errors are what i have. It doesnt even try to download the image

 

Thanks

Posted
Have you got a lan card with a different chipset you can try? rulling out any other hardware. Have you tried it in the same network socket as the other to rule out any network wiredness? Do you have a similar machien you can try to rule out this one just being odd.
Posted

On the same socket i have had 3 different types of machine on. This is the only one that gives the issue. I have got another identical machine and that gives the issue as well. I have found this - PXE-E32 TFTP open timeout

 

how do you increase the block size please?

Posted

Good question,

 

you need to find the tftp config , normaly that would have ben an xinetd service but that may have been replaced now, there may be a tftp config fiel in /etc/ worth a look.

 

I can have a look tonight on my laptop, none of our ubuntu servers here have tftp on them.

 

Rob

  • Thanks 1
Posted
I had that... It was missing files in the TFTP root directory on the server.....

 

But it works fine on every other type of NIC just not this one. does surely it cant be that?

Posted

if your running tftpd-hpa which you probably are...

 

cd /etc/default/

nano tftpd-hpa

 

in the option quotes add --blocksize 512

 

save it and then restart tftpd

 

/etc/init.d/tftpd-hpa restart

 

 

Installed and changed that on the laptop here and the service loaded without bombing..

 

Rob

Posted
Also, is the machine that's failing a different system architecture to the server and other clients? I am strugling to find a list of the supported architecture options.

 

https://help.ubuntu.com/community/UbuntuLTSP/LTSPQuickInstall

 

Rob

 

Its the same. :)

 

if your running tftpd-hpa which you probably are...

 

cd /etc/default/

nano tftpd-hpa

 

in the option quotes add --blocksize 512

 

save it and then restart tftpd

 

/etc/init.d/tftpd-hpa restart

 

 

Installed and changed that on the laptop here and the service loaded without bombing..

 

Rob

 

Sorry to sound thick but can you tell me what to type in to save where do i put the options please? Sorry i am really new with Linux.

 

Thanks :)

Posted

cd /etc/default

 

nano tftpd-hpa

 

lock at the last line of the file ( I think ) and there will be some quotes for options.. add in --blocksize 512

 

and save the file.

 

rob

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...