Comment 8 for bug 848072

Revision history for this message
Jacob Strauss (jacob-strauss) wrote :

Yes, I do still see the same problem with the current kernel and initrd.

I also tried creating a VM here and pxe-booting it. I do see the same problem in the new VM.

The relevant portions of the dhcpd.conf for the new VM are as follows. The dhcp server is an old CentOS box.

allow booting;
allow bootp;
option domain-name "qrclab.com";
option domain-name-servers 172.17.0.111,172.17.0.101;
default-lease-time 3600;
max-lease-time 7200;
get-lease-hostnames true;
authoritative;

subnet 172.18.0.0 netmask 255.255.255.0 {
   option routers 172.18.0.1;

   host dunsel {
        hardware ethernet 52:54:00:18:00:80;
        fixed-address dunsel;
        next-server 172.18.0.11;
        filename "/pxelinux.0";
   }
}