driesm
Developer
Whenever I try to set a password in loader.conf in terms of password="test" my system does not autoboot nor does it show the beastie boot menu. From the manual pages:
password Protect boot menu with a password without interrupting autoboot process. The password should be in clear text format. If a password is set, boot menu will not appear until any key is pressed during countdown period specified by autoboot_delay variable or autoboot process fails. In both cases user should provide specified password to be able to access boot menu.
Am I doing something wrong or am I just completely misinterpreting the setting of password="test" in loader.conf. I also added the errror message I get when the system tries to autoboot after a password has been set. When I execute
Thanks in Advance
password Protect boot menu with a password without interrupting autoboot process. The password should be in clear text format. If a password is set, boot menu will not appear until any key is pressed during countdown period specified by autoboot_delay variable or autoboot process fails. In both cases user should provide specified password to be able to access boot menu.
Am I doing something wrong or am I just completely misinterpreting the setting of password="test" in loader.conf. I also added the errror message I get when the system tries to autoboot after a password has been set. When I execute
show password
it says the password is set to test. Furthermore, when I enter the command boot
the system boots perfectly without any hickups. It just doesn't do so automatically. My loader.conf contents are simply: password="test". Also, when I remove the variable of password="test" in loader.conf my system does autoboot and shows the beastie boot menu.Thanks in Advance