@seppim said in Advanced Login:
I guess I need to set the “Advanced menu command”? But why is this not out of the box working?
Yes, you need to add some custom advanced menu that you want to see after the login. There is no default.
Here is some example code you can start working on:
menu item --gap -------------- iPXE advanced boot menu -------------- item DBAN Boot and Nuke item SHELL iPXE Shell item RETURN Return to previous menu choose --default RETURN --timeout 10000 target && goto ${target} :DBAN kernel ${boot_url}/dban/dban.bzi nuke="dwipe" silent vga=785 boot goto MENU :SHELL shell || goto MENU :RETURN chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} || prompt goto MENU autobootHere is more stuff if you need: https://forums.fogproject.org/topic/7329/sub-menu-within-fog-advanced-menu