Skip to content

Commit

Permalink
Update Supermicro X11 PXE boot command
Browse files Browse the repository at this point in the history
The difference between the 2 commands is `chassis bootdev pxe` vs
`chassis bootdev pxe options=efiboot`. The one with options=efiboot does
not really work (if the server has OS installed on disk, it will boot
it).

Tested on Supermicro X11DSC+ with BIOS 3.1 and firmware 1.68.
  • Loading branch information
Ahmed Abdrabo committed Mar 17, 2021
1 parent 428fe2c commit 28596b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/supermicro/supermicrox11/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (s *SupermicroX) PxeOnce() (status bool, err error) {
if err != nil {
return status, err
}
_, err = i.PxeOnceEfi(context.Background())
_, err = i.PxeOnceMbr(context.Background())
if err != nil {
return false, err
}
Expand Down

0 comments on commit 28596b0

Please sign in to comment.