Skip to content

Commit

Permalink
Add comment for debugging boot issues with uefi
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Sep 29, 2023
1 parent 27a6673 commit 324502d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tests_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ func startVM() (context.Context, VM) {
)
// Needed to be set for secureboot!
m.Args = append(m.Args, "-machine", "q35,smm=on")
// Want to debug EFI booting? Uncomment this line below and check the log, it will show the efi logs
//m.Args = append(m.Args, "-debugcon", "file:/tmp/ovmf_debug.log", "-global", "isa-debugcon.iobase=0x402")

}

Expand Down

0 comments on commit 324502d

Please sign in to comment.