On Thu, 2010-06-10 at 17:27 +0530, Pallav Jain wrote: > thx for the method you give. but my simple doubt is that: > > if i append those extra lines at the end of the > file /boot/grub/menu.lst , If you append them at the end of the file, they won't be used. Things need to be set in the file *before* they're used. The file is read from the top of the file, but not all of the file in the one go. i.e. You have settings that are read before the menu appears, items that will be listed in the menu, and options that will only be run when you pick an item from the list. If you put a password at the end, it won't be read until everything else has already happened. And if booting is started by an item, nothing else in the configuration file after that point will be read. > is it okay even if the contents of that file (menu.lst) are not those > as written on the website, which says to append only after searching > the string: > > ## password ['--md5'] passwd If you're using tools to automatically remove a line and replace it, then you'd do something like that. Otherwise, *YOU* will be doing that by hand. As far as the example file being different from yours, that's normal. There are many different things that you can put into the grub.conf file, you don't need *all* of them. -- [tim@localhost ~]$ uname -r 2.6.27.25-78.2.56.fc9.i686 Don't send private replies to my address, the mailbox is ignored. I read messages from the public lists. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines