Comment 1 for bug 1704243

Revision history for this message
Andres Rodriguez (andreserl) wrote :

Failed to changing boot order is a non-failure status. Meaning if you see that, MAAS failed to change the boot order, but will continue to try to power on the machine.

When this is failing is when MAAS is trying to power on the machine. That would typically happen because:

1. Buggy BMC.
2. Issues when contacting the BMC.

That said, the fact that it fails to change to boot order is an indifcation that soething is wrong. So:

1. Have you tried to deploy this machine manually?
2. If you do: ipmipower -D LAN_2_0 -h <ip> -u <maas ipmi user> -p <maas ipmi password> --cycle --on-if-off, does that work ?