We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8329cf6 commit 597fea5Copy full SHA for 597fea5
perl-xCAT/xCAT/Utils.pm
@@ -4828,7 +4828,7 @@ sub lookupNetboot {
4828
$ret = "nimol";
4829
} elsif ($imgtype =~ /^Linux$/i) {
4830
if ($osarch =~ /^x86_64$/i) {
4831
- $ret = "xnba,pxe";
+ $ret = "xnba,pxe,grub2";
4832
} elsif ($osarch =~ /^ppc64$/i) {
4833
if (($osv =~ /rh/i and $osn < 7) or ($osv =~ /sles/i and ($osn < 11 or ($osn == 11 and $osm < 4)))) {
4834
$ret = "yaboot";
0 commit comments