[Unattended] Securing PXE boot

2006-09-13 Thread Sebastian Mellmann
Hello everyone! I'm trying to secure the booting via PXE with a password. The SYSLINUX faq tells me to add a menu passwd $PASSWORD_HERE option into the default file used by PXELINUX. My default file looks like this: --- default unattended label unattended menu passwd bla

Re: [Unattended] Securing PXE boot

2006-09-13 Thread Falko Trojahn (SMI)
Hi Sebastian, My default file looks like this: --- default unattended label unattended menu passwd bla kernel uakernel append acpi=off initrd=uaroot kbd=de-latin1 z_user=xxx z_pass=xxx --- The problem is, that I'm not being asked for a password at all. Any

Re: [Unattended] Securing PXE boot

2006-09-13 Thread Tom Adriaensen
Sebastian Mellmann wrote: Hello everyone! I'm trying to secure the booting via PXE with a password. The SYSLINUX faq tells me to add a menu passwd $PASSWORD_HERE option into the default file used by PXELINUX. My default file looks like this: --- default unattended label