Hi, I am running GNU GRUB ver 0.92 on Red Hat 8.0
When I use the md5crypt command to encrypt a password, I get different strings everytime. grub> md5crypt Password: ******** Encrypted: $1$GDrrA0$w2I13OL9zS4h5bLqX05vY1 grub> md5crypt Password: ******** Encrypted: $1$VGrrA0$qAsIzN.0w/L1oJzMfJZdY/ The password string in both cases was entered 'ashutosh' Its obivious that now, when I insert the following line in the grub configuration file, /etc/grub.conf password --md5 $1$GDrrA0$w2I13OL9zS4h5bLqX05vY1 It wont(and doesnt) work.. As the password I enter hashes to a different string every time. Whats the use of entering a md5 hash in the configuration file anyway then ? And how do I get over this problem, in case I have overlooked anything ? Regards and Thanks Ashutosh __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub
