EFI pxe network boot error

Posted by Lee on Server Fault See other posts from Server Fault or by Lee
Published on 2010-01-06T20:09:23Z Indexed on 2010/03/20 4:01 UTC
Read the original article Hit count: 543

Filed under:
|
|

Asking this on both [serverfault][1] and [superuser][2].

When attempting to network boot RHEL 5.4 on an old ia64 machine I get the following error :

![alt text][3]

So I've basically followed the tutorial here : [http://www-uxsup.csx.cam.ac.uk/pub/doc/suse/sles9/adminguide-sles9/ch04s03.html][4]

DHCPD,TFTPD etc are already setup and working with standard x86 PXE clients.

I've unpacked the boot.img file into /tftpboot/ia64/ and passed the path to the elilo.efi file via DHCP with the filename ""; option.

Changing this filename generates a PXE file not found error (see below). So I assume that PXE has found the file... ![alt text][5]

The only thing wrong I can find in the logs is :

Jan 6 19:49:31 dhcphost in.tftpd[31379]: tftp: client does not accept options

Any ideas? I'm sure I hit a problem like this a few years ago but I can't remember the fix :)

Thanks in advance!

Thanks in advance! [1]: http:// serverfault.com/questions/100188/ efi-pxe-network-boot-error [2]: http:// superuser.com/questions/92295/ efi-pxe-network-boot-error [3]: http:// i.imgur.com/Zx1Jy. png [4]: http:// www-uxsup.csx.cam.ac.uk/pub/doc/suse/sles9/adminguide-sles9/ch04s03.html [5]: http:// i.imgur.com/CEzGf. jpg

© Server Fault or respective owner

Related posts about linux

Related posts about tftp

  • Xinet tftp timeout

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I trying to set up a PXE boot server. Everything is working but the TFTP client is timing out. TFTP connection timeout I am using this to setup the TFTP server. http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/ /etc/xinet.d/tftp service tftp { protocol … >>> More

  • CentOS tftp server is broken

    as seen on Server Fault - Search for 'Server Fault'
    I'm trying to run tftpd from xinetd on CentOS 6; however, I can only tftp from localhost. I have a file in /opt/tftpboot/fw.test.conf that I can retrieve if I tftp to localhost: [mpenning@localhost ~]$ tftp localhost tftp> get fw.test.conf tftp> quit [mpenning@localhost ~]$ ls fw.test.conf [mpenning@localhost… >>> More

  • TFTP uploads failing

    as seen on Server Fault - Search for 'Server Fault'
    I am running TFTPD via xinetd on a Centos 5.4 server. I am able to access files via tftp fine, so I know the service is running ok. However, whenever I try and upload a file I get a 0 Permission denied message. I have already created the file in /tftpboot and set the permissions to 666. My tftpd… >>> More

  • Generate TFTP Content on the fly?

    as seen on Server Fault - Search for 'Server Fault'
    I know this isn't the purpose of TFTP, but I'm working in an environment where a lot of different types of devices pull provisioning info from a TFTP server. What I'm developing is a provisioning system that tracks and maintains device configurations, and I would like to have the requested files… >>> More

  • TFTP PUT Failing Across Hosts

    as seen on Server Fault - Search for 'Server Fault'
    I have a TFTP server installed on a CentOS host. /etc/xinetd.d/tftp: service tftp { disable = no socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args… >>> More