We have new computers that have a choice when booting: boot from disk (but there is no system on it), BIOS Setup, UEFI Shell. I would like to check if they are connected to the network (there is a DHCP server in it that would assign them addresses), or boot from the network to install the system.
Question1: Does UEFI Shell have the ability to do this in some simple way, something like "load network", "ifconfig -a dhcp", and then it shows that the computer got an IP address on the eth0 interface from the server DHCP (+ what address, mask, from what server), or that it didn't get it?
Question2: is there any "boot network" command, after which the computer will ask the DHCP server to boot from the network, and after receiving an answer that gives it such a possibility, the system will boot from the network (with the possibility that the system installer will start in this way)?
I tried to browse the help for UEFI shell but found nothing to be helpful - what seemed to make sense, when trying to use it only gave some error messages, of which I could only understand that something is not configured - but how to configure it?
Question1: Does UEFI Shell have the ability to do this in some simple way, something like "load network", "ifconfig -a dhcp", and then it shows that the computer got an IP address on the eth0 interface from the server DHCP (+ what address, mask, from what server), or that it didn't get it?
Question2: is there any "boot network" command, after which the computer will ask the DHCP server to boot from the network, and after receiving an answer that gives it such a possibility, the system will boot from the network (with the possibility that the system installer will start in this way)?
I tried to browse the help for UEFI shell but found nothing to be helpful - what seemed to make sense, when trying to use it only gave some error messages, of which I could only understand that something is not configured - but how to configure it?