Closed diversunt closed 3 years ago
I think menu-timeout
is not defined by default, that's why you have "": invalid integer value
.
Just add set menu-timeout 30000
to boot.ipxe
, before the choose
command. It sets the timeout to 30 seconds.
set menu-timeout 30000
choose --timeout ${menu-timeout} --default ${menu-default} selected || goto cancel
set menu-timeout 0
Thanks! The change is pushed to github. And have queued up a new build on dockerhub
Hello! I trying boot to standard "boot menu" for the test, but "boot menu" give me error is below. Can you help me fix that? Thanks!