# File lib/rubyipmi/freeipmi/commands/chassis.rb, line 52
    def bootpxe(reboot=false,persistent=false)
      bootstatus = config.bootpxe(persistent)
      # Only reboot if setting the boot flag was successful
      if reboot and bootstatus
        power.cycle
      end
    end