Password protect Partic Magic iPXE menu item
-
I created a menu item for Parted Magic and it’s working great. I even added the parameters to password protect it. Thought it was working great. Turns out you can leave username and password fields blank and get to Parted Magic. Any idea what I’m doing wrong. FOG 1.5.5 on Ubuntu 16.04.
This is my parameters and it is set to show on all hosts. TIA.
login
params
param mac0 ${net0/mac}
param arch ${arch}
param username ${username}
param password ${password}
kernel http://${fog-ip}/pmagic/bzImage64
initrd http://${fog-ip}/pmagic/initrd.img
initrd http://${fog-ip}/pmagic/files.cgz
imgargs bzImage64 boot=live ip=dhcp edd=on noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=normal sleep=0 loglevel=0 keymap=us splash quiet - || read void
boot || read void