diff --git a/src/pylorax/__init__.py b/src/pylorax/__init__.py index 1c8dd999..057800cc 100644 --- a/src/pylorax/__init__.py +++ b/src/pylorax/__init__.py @@ -415,7 +415,7 @@ class Lorax(BaseLoraxClass): # create efi images efiboot = None - if grubefi: + if grubefi and self.efiarch not in ("IA32",): kernel = self.outputtree.kernels[0] initrd = initrds[0]