Bug #29952
Updated by Lukas Zapletal over 4 years ago
Bootdisk FULL HOST Found the problem, it is the BOOTIF what breaks the full host disk. It cannot be set to BOOTIF=01-$mac_default_net because when not PXE/HTTP booting, this variable is NOT set in grub, therefore it renders to BOOTIF=01- which is wrong and GENERIC HTTP UEFI provisioning support dracut cannot initialize the network. Going to fix that.