Maj bzimage
-
This post is deleted! -
Here they are :
-
@jps Ok looking at the pictures everything looks good (it should be working), but do see for eno2 there is no carrier (cable not plugged in). I am a little surprised as its named eno2 but if that is what the hardware selected its ok, because its a logical name.
Do we know why its saying the network cable isn’t plugged in? I would think that it had to be if the system pxe booted this far.
If you are still at the fos linux command prompt you can test this command and see what it produces
/sbin/udhcpc -i eno2 --now
-
Here it is
I specify I re-run “ip a s” and there is no “no-carrier” -
@jps Ok this is interesting an also makes me think.
I want you to do this in sequence step by step. If you are still at the command prompt just reboot the target computer the job will still exist in FOG.
- PXE boot the computer in debug mode.
- As soon as you get to the FOS Linux command prompt key in
ip a s
. Confirm that you do not have an IP address - Wait ~30 seconds.
- Key in
/sbin/udhcpc -i eno2 --now
- Confirm that it detects an IP address.
If the above does work then time resolves the problem. This is usually an indication of spanning tree being used on your building network switch. I want you to check with your network team to ensure on of the fast spanning tree protocols (portfast, RSTP, MSTP, fast-stp, or what ever your switch mfg calls it) is used on the network port where the computer is. Standard spanning tree reacts to slowly because FOS Linux boots in 10 seconds and standard spanning tree doesn’t start forwarding data for 27 seconds. By the time standard spanning tree starts forwarding data FOS Linux has already given up. That is what I think.
-
I could not reiterate the case where I have no ip address. On the other hand at boot (not as a debug task) I have this:
-
This post is deleted! -
@Sebastian-Roth When I reboot the machine to it’s installed OS it runs on gigabit.
-
@jps
command not found
…?! Possibly and issue in the scripts?! I will take a look. -
What version of FOG are you running?
I ask because the “Starting eno2 interface” hasn’t been around since 1.3.0 was released.
-
@Tom-Elliott Version: 5929
-
@jps While you can go with just updating kernel and init files with some manual adjustments in the config I am wondering if a proper upgrade to 1.5.9 would be the better choice in your case. We fixed hunderds of bugs since then.
Why so you still use such an old version?