diff --git a/xCAT-server/lib/xcat/plugins/sles.pm b/xCAT-server/lib/xcat/plugins/sles.pm index 1e0a7782f..f297717e3 100644 --- a/xCAT-server/lib/xcat/plugins/sles.pm +++ b/xCAT-server/lib/xcat/plugins/sles.pm @@ -379,7 +379,9 @@ sub mknetboot } elsif ($reshash->{$node}->[0] and $reshash->{$node}->[0]->{primarynic}) { $kcmdline .= "netdev=" . $reshash->{$node}->[0]->{primarynic} . " "; } else { - if ($mac) { + if ($arch =~ /x86/) { + #do nothing, we'll let pxe/xnba work their magic + } elsif ($mac) { $kcmdline .= "BOOTIF=" . $mac . " "; } else { $callback->({