Hi,
   I have a problem with the ipv6 pxe server setup while doing ipv6 uefi pxe 
boot from uefi client (Intel Dekstop DQ57TM) machine which has an Intel 10G 
adapter.
   Ipv6 pxe server is been connected back to back with the uefi client machine.

I see below error on the screen of client machine for the first trial of ipv6 
pxe boot.

>>Start PXE over IPv6..
Station IP address is 2000:0:0:0:0:0:0:1
Server IP address is 2000:0.0:0:0:0:0:11
NBP filename is elilo.efi
NBP filesize is 250510 Bytes
Downloading NBP file..

Success to download NBP file.
no config file found in
foricing interactive mode due to config file error(s)

ELILO boot:......................................' for hours.

->Intermittently, below messages are observed on second trial of ipv6 pxe boot 
from the same setup.

>>Start PXE over IPv6..
Station IP address is 2000:0:0:0:0:0:0:1
Server IP address is 2000:0.0:0:0:0:0:11
NBP filename is elilo.efi
NBP filesize is 250510 Bytes
Downloading NBP file..

Success to download NBP file.
buffer too small,  need netbuf_size=16777216
buffer too small,  need netbuf_size=25165824
buffer too small,  need netbuf_size=16777216
buffer too small,  need netbuf_size=25165824


For more information, my ipv6 dhcp and pxe server was configured on Rhel6.4 os 
as below.

==>cat /etc/dhcp/dhcpd6.conf

default-lease-time 2592000;
  preferred-lifetime 604800;
  option dhcp-renewal-time 3600;
  option dhcp-rebinding-time 7200;
  option dhcp6.name-servers 2000::11;
  option dhcp6.domain-search "test.example.com","example.com";
  option dhcp6.info-refresh-time 21600;
  dhcpv6-lease-file-name "/var/lib/dhcpd/dhcpd6.leases";

  subnet6 2000::/64 {
          range6 2000::10 2000::;
          range6 2000:: temporary;
          prefix6 2000:: 2000:111:: /64;
          option dhcp6.bootfile-url "tftp://[2000::11]/elilo.efi";;
          option dhcp6.name-servers 2000::11;
}

=>Contents of the directory /tftpboot

elilo.conf
elilo.efi
vmlinuz_rhel65
initrd_rhel65.img

=>cat elilo.conf

prompt
timeout=100
default=linux
image=vmlinuz_rhel65
        label=linux
        description = "RHEL6.5"
        initrd=initrd_rhel65.img

=>cat /etc/xinetd.d/tftp

service tftp
{
        socket_type       = dgram
        protocol             = udp
        wait                    = yes
        user                    = root
        server                 = /usr/sbin/in.tftpd
        server_args         = -s /tftpboot
        disable                = no
        per_source          = 11
        cps                       = 100 2
        flags                     = IPv6

I have tried to resolve the problem, but nothing has. To anyone who is willing 
to help, I would really appreciate it.

Thanks,
Avinash


------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to