Unable to show Custom Menus on netboot self-hosted server #1518
Unanswered
rguaitaskydance
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I've been trying for weeks to set up a self-hosted netboot server. I've managed to run the Ansible Playbook and connect to the server via HTTP iPXE from test workstations.
However, my goal is to create custom menu entries to host my own images there, and so far, I've been unable to achieve this.
As the Self-Hosted instructions state, I modified the main.yml file (they don't specify that's the place to change it, but I found it myself) with this two parameters:
custom_generate_menus: true
custom_templates_dir: "{{ netbootxyz_conf_dir }}/custom"
After that, I copied the template menu custom.ipxe to /etc/netbootxyz/custom, ran the Ansible playbook again, restarted the httpd service and even rebooted the server, but custom menus just do not appear.
Is there anything else I need to do to make it work? Another way to apply changes?
Thanks a lot :)
Beta Was this translation helpful? Give feedback.
All reactions