I like the fedora project and i installed the fedora core 11. and did the basic tasks from:<br><br><a target="_blank" href="http://www.fedoraguide.info/"><span class="yshortcuts" id="lw_1276101389_0">http://www.fedoraguide.info/</span></a><br>
<br>As a new user, I had some problem:<br><br>&quot;While going at:<br><h4> <span class="mw-headline">
How to disable all interactive editing control for GRUB menu at:<br></span></h4><h4 style="font-weight: normal;"><a href="http://www.fedoraguide.info/index.php?title=Main_Page#How_to_disable_all_interactive_editing_control_for_GRUB_menu">http://www.fedoraguide.info/index.php?title=Main_Page#How_to_disable_all_interactive_editing_control_for_GRUB_menu</a></h4>
<br>my /boot/grub/menu.lst contents are as follows:<br><br>*********************************************************<br><br># grub.conf generated by anaconda<br>#<br># Note that you do not have to rerun grub after making changes to this file<br>
# NOTICE:  You have a /boot partition.  This means that<br>#          all kernel and initrd paths are relative to /boot/,
 eg.<br>#          root (hd0,7)<br>#          kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root<br>#          initrd /initrd-version.img<br>#boot=/dev/sda<br>default=1<br>timeout=9<br>splashimage=(hd0,7)/grub/splash.xpm.gz<br>
hiddenmenu<br>title Fedora (2.6.29.4-167.fc11.i586)<br>    root (hd0,7)<br>    kernel /vmlinuz-2.6.29.4-167.fc11.i586 ro root=/dev/mapper/VolGroup-lv_root rhgb quiet<br>    initrd /initrd-2.6.29.4-167.fc11.i586.img<br>title WinXP<br>
    rootnoverify (hd0,0)<br>    chainloader +1<br><br>*********************************************************<br><br>which
is as if, I am opening grub.conf, amazing. I don&#39;t know why it is happening. I
request you to please let me know how to make it come or repaste from
somewhere in FC11.<br><br>Other details are as follows:<br><br>OS: FC11, WinXP also (2nd preference in booting)<br>Root login: enabled via editing &quot;/etc/pam.d/gdm&quot; &amp; &quot;/etc/pam.d/gdm-password&quot;files.<br>
For any other software, (like, e.g., VLC) if I try to install, installing via user account and switching to root in the terminal.<br><br>But as listed at the url:<br><br><a href="http://www.fedoraguide.info/index.php?title=Main_Page#How_to_disable_all_interactive_editing_control_for_GRUB_menu">http://www.fedoraguide.info/index.php?title=Main_Page#How_to_disable_all_interactive_editing_control_for_GRUB_menu</a><br>
<br>Nowhere are being seen the following contents:<br><br><pre>## password [&#39;--md5&#39;] passwd<br># If used in the first section of a menu file, disable all interactive editing<br># control (menu entry editor and command-line) and entries protected by the<br>
# command &#39;lock&#39;<br><br>which should be in &#39;/boot/grub/menu.lst&#39;<br></pre>