Ondrej Sebela I've sorted this out, but it took awhile to understand all the components at play and figure out a way around the PXE issue. If both wired and wireless systems were imaged using bootable media, then the correct boot image for each type would be on the media itself. Having different boot images for each wouldn't cause any issue. With PXE, the most recent task sequence deployment dictates which boot image is pushed on a PXE boot. My understanding is that best practices say you should keep that as the default "Boot Image (x64)". If the last task sequence deployed to unknown devices is the OSDCloud boot image, that overrides the default boot image and was causing some problems with the wired systems. Ultimately, the fix was to make sure and recreate a deployment for a normal task sequence (that uses the default boot image) after doing any work on the wifi task sequences. That allows PXE to use the default image while still allowing the wifi task sequences to use the OSDCloud image.