dreamcat4 / docker-images

Dreamcat4's Docker Images (Trusted Builds)
MIT License
160 stars 66 forks source link

Can't load boot menu #50

Closed diversunt closed 3 years ago

diversunt commented 3 years ago

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? image Thanks!

oXis commented 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
dreamcat4 commented 3 years ago

Thanks! The change is pushed to github. And have queued up a new build on dockerhub