Problem Register host quick and full
-
@george1421 ok i will try
-
-
-
@george1421 help
-
@zago123 Your issues to me still appear to be a networking infrastructure issue not a fog issue. The most likely cause is spanning tree shutting off the port when it sees the network link “wink” as iPXE takes over.
Have you confirmed that the mac address displayed c0:4a:08:02:1b:a6 is indeed the mac address of the ethernet adapter?
Did you do what Sebastian suggested by putting and unmanged switch between the pxe target computer and the building switch?
-
yes,
I did what Sebastian said, and even then nothing, he takes ip and after that mistake " no configuration methods"offboard ethernet adapter
-
@george1421 hey guys, i solved here, problem in pci express
-
@zago123 Understand I can only guess at the cause because I don’t know your network. But again this makes me think its because you have spanning tree enabled on your network switch and you are not using one of the fast spanning tree protocols.
I can explain it this way. When you turn your target computer on, the link light goes on (or may already be on if you have vpro installed). So your computer pxe boots and loads the iPXE kernel from the FOG server. When iPXE kernel starts, it will momentarily turn off the link light and then back on as iPXE now manages the network adapter. This is all normal. The problem is if standard spanning tree is enabled, when iPXE turns off the link light, spanning tree stops the network port from forwarding data for 27 seconds to see if it hears a BPDU packet (i.e. someone plugged another switch into the port. The building switch doesn’t know so it listens before forwarding. This is standard spanning tree design). Well for FOG 27 seconds is a long time and FOG has already given up on booting by the time spanning tree starts forwarding data.
The no configuration methods error means that iPXE could not get a dhcp address from your dhcp server and timed out. If you were to hit the
s
key at that message to get the iPXE shell, then wait 30 seconds and key indhcp net0
my idea is that iPXE will pick up an IP address. If it does then it is for sure a spanning tree issue.Again this is not specifically a fog problem, but a problem with your networking infrastructure. We are here to help you, but we can only do so much since you have not started FOG yet.
-
@george1421
I will check my structure again, but it was solved, the cause was the pci express on the motherboard, I changed and now it boot normallythanks for the help guys
-
@zago123 What exactly did you change. Other users might come across this and hope to find your answer.