Fog upgrade to 1.5 broke PXE installation
-
@sebastian-roth There is no difference. It still pauses at the installation.
Version 1.5 binaries
# ls -la /opt/BKUP/tftpboot/*.*pxe -rw-r-xr-x 1 fog root 448 Sep 27 17:58 /opt/BKUP/tftpboot/default.ipxe -rw-r-xr-x 1 fog root 94044 Sep 27 17:58 /opt/BKUP/tftpboot/intel.kkpxe -rw-r-xr-x 1 fog root 94092 Sep 27 17:58 /opt/BKUP/tftpboot/intel.kpxe -rw-r-xr-x 1 fog root 94121 Sep 27 17:58 /opt/BKUP/tftpboot/intel.pxe -rw-r-xr-x 1 fog root 348364 Sep 27 17:58 /opt/BKUP/tftpboot/ipxe.kkpxe -rw-r-xr-x 1 fog root 348412 Sep 27 17:58 /opt/BKUP/tftpboot/ipxe.kpxe -rw-r-xr-x 1 fog root 348459 Sep 27 17:58 /opt/BKUP/tftpboot/ipxe.pxe -rw-r-xr-x 1 fog root 94880 Sep 27 17:58 /opt/BKUP/tftpboot/realtek.kkpxe -rw-r-xr-x 1 fog root 94928 Sep 27 17:58 /opt/BKUP/tftpboot/realtek.kpxe -rw-r-xr-x 1 fog root 94892 Sep 27 17:58 /opt/BKUP/tftpboot/realtek.pxe -rw-r-xr-x 1 fog root 93613 Sep 27 17:58 /opt/BKUP/tftpboot/undionly.kkpxe -rw-r-xr-x 1 fog root 93661 Sep 27 17:58 /opt/BKUP/tftpboot/undionly.kpxe -rw-r-xr-x 1 fog root 93645 Sep 27 17:58 /opt/BKUP/tftpboot/undionly.pxe
Version 1.4 binaries
~# ls -la /tftpboot/*.*pxe -rw-r-xr-x 1 fog root 448 Sep 27 17:58 /tftpboot/default.ipxe -rw-r-xr-x 1 fog root 95716 Oct 18 16:11 /tftpboot/intel.kkpxe -rw-r-xr-x 1 fog root 95764 Oct 18 16:11 /tftpboot/intel.kpxe -rw-r-xr-x 1 fog root 95765 Oct 18 16:11 /tftpboot/intel.pxe -rw-r-xr-x 1 fog root 348865 Oct 18 16:11 /tftpboot/ipxe.kkpxe -rw-r-xr-x 1 fog root 348913 Oct 18 16:11 /tftpboot/ipxe.kpxe -rw-r-xr-x 1 fog root 348777 Oct 18 16:11 /tftpboot/ipxe.pxe -rw-r-xr-x 1 fog root 96536 Oct 18 16:11 /tftpboot/realtek.kkpxe -rw-r-xr-x 1 fog root 96584 Oct 18 16:11 /tftpboot/realtek.kpxe -rw-r-xr-x 1 fog root 96605 Oct 18 16:11 /tftpboot/realtek.pxe -rw-r-xr-x 1 fog root 95290 Oct 18 16:11 /tftpboot/undionly.kkpxe -rw-r-xr-x 1 fog root 95338 Oct 18 16:11 /tftpboot/undionly.kpxe -rw-r-xr-x 1 fog root 95380 Oct 18 16:11 /tftpboot/undionly.pxe
-
@csa What do you mean by “There is no difference”?? Most if not all files differ in size! Why do you think they’re all the same?
As I already said days ago: On that picture we see you try booting Ubuntu install kernel. Do you see the very same hang on init when booting into a FOG task like deploy or capture???
-
@sebastian-roth I meant to say the issue is still the same. It gets hung at the same spot. Fog task deploy or capture NO we don’t see any issues but those are images.
Thank you -
@csa So most probably it’s got something to do with the Ubuntu install you are trying to boot. Are you able to download those files using your web browser? http://10.10.34.98/fog/OS_IMAGES/ubuntu-16.04-DVD/install/netboot/ubuntu-installer/amd64/linux and http://10.10.34.98/fog/OS_IMAGES/ubuntu-16.04-DVD/install/netboot/ubuntu-installer/amd64/initrd.gz
Which versions of the binaries did you test? See Tom’s post where he suggested to
checkout tags/1.4.0
and try those. Did you also checkout 1.3.0. Do they all have the hang? -
@Sebastian-Roth and @Tom-Elliott Thank you so much for your help. Backed-up my current images and cleanly installed from the latest GIT-repo 1.5. Coping back the same hooks worked again. Not sure what happened during the upgrade but fog is back in production now.
Thank you
Chakri