RC14 - UEFI client never loads registration screen
-
Server
- FOG Version: RC14 (5974)
- OS: Ubuntu 14.04 LTS
Description
I’m trying to register a Surface Pro 4 with RC14. I’m able to PXE boot successfully (using ipxe.efi) and get to the FOG menu. After selecting full registration I see the two lines (bzimage & something else?) with …ok. Screen goes blank and sits there. Registration never loads.
-
You’ll likely need to use ipxe7156.efi instead of ipxe.efi.
-
@Tom-Elliott That gets me to “Failed to get an IP via DHCP! Tried on interfaces:”. After a while it says “Press enter to continue” which displays the registration page but it immediately tries to send the registration. Never prompts for name or other info.
-
@MRCUR And you’re using has_usb_nic=1 on the command line arguments?
-
@Tom-Elliott The host isn’t registered, so no. Do I need to manually register it?
-
@MRCUR You can apply has_usb_nic for the temporary case through FOG Configuration -> FOG Settings ->Kernel args.
-
@Tom-Elliott Perfect, thanks Tom!
-
So that worked?
-
@Tom-Elliott Yep
-
@Tom-Elliott Is there a way to make the WiFi MAC be pulled as the primary MAC on the Surface? I just realized inventory only pulled the USB NIC MAC, so when I hook up another Surface it defaults to being registered.
-
@MRCUR The way to do that would be to create a generic hostname using the USB NIC.
If the image has wifi enabled and the new fog client, it will “self register” the new hosts with their respective hostnames. Using the USB NIC you would just check “client ignore” so hosts that are being imaged can still occur but their respective hostnames would be untouched. Unfortunately there’s not a simple way to handle this though and it’s the best information I can give for now.
-
@Tom-Elliott I’ll give that a try. Thanks!