so just this line with the - push @$machineFlags, 'smm=off' if should_disable_smm($conf, $vga);
and replace with the + line push @$machineFlags, 'smm=off'; #if should_disable_smm($conf, $vga);
ok will try now and try again and report back in a few mins thanks so much
Spiro