Imaging isseus new host [svn 5201]
-
Hello,
my config:
svn 5201
I have problems with imaging new host. Image is win 8.1. Few days ago I deployed this image to few clients and was good.
New host is added to fog.
Today I got this
Any help appreciated.
Regards -
@robza This means that iPXE does not really like the realtek NIC. I guess you are using undionly.kpxe, right? You can try undonly.kkpxe, ipxe.pxe/kpxe/kkpxe or maybe even realtek.pxe/kpxe/kkpxe…
See if any of those is working for this machine!Not sure if you know how to change this!? The filename is offered to the client via DHCP. So it depends on which DHCP server you use. Did you install FOG with DHCP? If yes you should find it in /etc/dhcp/dhcpd.conf and need to restart it after changing the config
service isc-dhcp-server restart
-
I have seen this when the kernel/init wasn’t downloaded fully.
Try to re-run the installer and see what happens.
Also, post the output of
ls -lat /var/www/html/fog/service/ipxe/
after you’ve re-run the installer, so we can look at the size of the kernel on your server to verify that it’s all there.I just now updated to svn 4286 and here is my output for the above command:
[root@fog bin]# ls -lat /var/www/html/fog/service/ipxe total 46580 -rw-r--r-- 1 fog apache 15416784 Nov 3 16:21 init_32.xz -rw-r--r-- 1 fog apache 16361748 Nov 3 16:21 init.xz -rw-r--r-- 1 fog apache 6799776 Nov 3 16:21 bzImage -rw-r--r-- 1 fog apache 6711552 Nov 3 16:21 bzImage32 -rw-r--r-- 1 fog apache 1839104 Nov 3 16:21 memtest.bin -rw-r--r-- 1 fog apache 234697 Nov 3 16:21 grub.exe -rw-r--r-- 1 fog apache 205192 Nov 3 16:21 refind.efi -rw-r--r-- 1 fog apache 1357 Nov 3 16:21 advanced.php -rw-r--r-- 1 fog apache 44908 Nov 3 16:21 bg.png -rw-r--r-- 1 fog apache 679 Nov 3 16:21 boot.php -rw-r--r-- 1 fog apache 25340 Nov 3 16:21 memdisk -rw-r--r-- 1 fog apache 20933 Nov 3 16:21 refind.conf drwxr-xr-x 3 apache apache 4096 Nov 3 16:21 .. drwxr-xr-x 2 fog apache 4096 Nov 3 16:21 . [root@fog bin]#
-
It seems that you are not the only one experiencing this. I’ve just updated to the very latest at home and am experiencing identically what you are experiencing.
One of the @developers believe something is corrupt/goofed. See here for further details: https://forums.fogproject.org/topic/6057/svn-5209-not-able-to-pxe-boot/13
-
Hi, @Uncle-Frank
I use “next-server option” and I have there specified few filenames:
filename “ipxe.kkpxe”;
filename “ipxe.kpxe”;
filename “undionly.kpxe”;
filename “undionly.kkpxe”;
It is correct, or client use first image?
After update to svn 5521 imaging back to normal state.
Regards -
@robza We had a minor issue within the script embedded into the iPXE binary. It’s now fixed as you already saw. If you want to change the filename in DHCP just change that one line. Adding several lines might work (I guess the last one is then) but is pretty confusing. I wouldn’t suggest doing that.
-
@Sebastian-Roth
Thanks for reply. I come back to last settings.
Regards