PXE Freezes
-
Can you run:
[code]ping mastacontrola.com[/code]
-
I ended up re-installing FOG but OS kept giving other problems extracting files, and connecting to network so, am re-installing server version of Ubuntu 12.04 .
-
Hi Tom,
I was having a similar issue as was posted here. Got kernel panics trying to register a HP ProDesk 600 G1 SFF.
Using the kernel you posted solved my issue. Thank you so much. Great to find an answer by using the search on the forum.
Cheers,
Tyler Coan -
I saw a similar panic to the one originally mentioned in this thread, so I downloaded the kernel that Tom linked. However, now I get a new issue:
[CODE]request_module: runaway loop modprobe binfmt464c
Starting init: /sbin/init exists but couldn’t execute it (error -8)
request_module: runaway loop modprobe binfmt464c
Starting init: /bin/sh exists but couldn’t execute it (error -8)
Kernel panic - not syncing: No working init found. Try passing init= option to kernel[/CODE]This occurs when trying to perform full host inventory of a Dell Optiplex 3020, with Fog 0.32
-
You probably downloaded the 64 bit kernel.
Try the following:
[code]cd /tftpboot/fog/kernel/
mv bzImage bzImage.2014MAR31
wget -O bzImage --no-check-certificate https://mastacontrola.com/fogboot/kernel/bzImage32[/code] -
That worked perfectly, thanks Tom!