I just got a new Dell Latitude E5570 to image for a staff member. I setup the BIOS as per our normal standards, and tried to boot it by the NIC. It gets an address, and loads the boot menu. I choose the option for a full host registration, but gives me the “Unable to register host for the following reasons: <blank>” message, scrolls through hardware details, then “Attempting to send inventory…”, followed by blank lines that keep scrolling.
Trying advice from other threads, I upgraded the installation to 1.2.0 (and updated the database schema). I restarted the server, but no change. I have also tried downloading a newer kernel:
/var/www/fog/service/ipxe# file bzImage
bzImage: Linux kernel x86 boot executable bzImage, version 4.5.3 (root@debian64) #1 SMP Mon May 9 05:44:34 EDT 2016, RO-rootFS, swap_dev 0x6, Normal VGA
/var/www/fog/service/ipxe# file bzImage32
bzImage32: Linux kernel x86 boot executable bzImage, version 4.5.3 (root@debian64) #1 SMP Mon May 9 05:45:31 EDT 2016, RO-rootFS, swap_dev 0x6, Normal VGA
/var/www/fog/service/ipxe# ls -lah
total 35M
drwxr-xr-x 3 fog www-data 4.0K May 31 11:09 .
drwxr-xr-x 3 www-data www-data 4.0K May 31 11:01 ..
-rw-r--r-- 1 fog www-data 1.1K May 31 11:01 advanced.php
drwxr-xr-x 2 fog fog 4.0K May 31 11:09 backup
-rw-r--r-- 1 fog www-data 44K May 31 11:01 bg.png
-rw-r--r-- 1 fog www-data 756 May 31 11:01 boot.php
-rw-r--r-- 1 fog www-data 6.8M May 9 03:27 bzImage
-rw-r--r-- 1 fog www-data 6.7M May 9 03:27 bzImage32
-rw-r--r-- 1 fog www-data 230K May 31 11:01 grub.exe
-rw-r--r-- 1 fog www-data 9.2M May 31 11:01 init_32.xz
-rw-r--r-- 1 fog www-data 11M May 31 11:01 init.xz
-rw-r--r-- 1 fog www-data 25K May 31 11:01 memdisk
-rw-r--r-- 1 fog www-data 1.8M May 31 11:01 memtest.bin
Running Debug mode, it is not pulling an IP address after booting. It detects eth0 as a device when using the ip command, but not when using ifconfig. To query the kernel, uname -a returned: “Linux fogclient.localdomain 4.5.3 #1 SMP Mon May 9 05:44:34 EDT 2016 x86_64 GNU/Linux”, so it’s pulling the (current) latest kernel available. Both ifconfig and ip show the correct MAC address, but it looks like it’s not even attempting to contact the DHCP server again (tail -f /var/log/syslog | grep dhcpd is not showing the MAC address looking for an address after booting Debug mode).
What more can I do or test? Is there another config file I should post?