thanks tim.<br><br>---------- Forwarded message ----------<br>From: Tim &lt;<a href="mailto:ignored_mailbox@yahoo.com.au">ignored_mailbox@yahoo.com.au</a>&gt;<br>To: Community support for Fedora users &lt;<a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a>&gt;<br>
Date: Sat, 12 Jun 2010 15:07:11 +0930<br>Subject: Re: Re: Help required<br>On Sat, 2010-06-12 at 00:46 +0530, Pallav Jain wrote:<br>
&gt;&gt; This password will only be used within the grub menu.  You can, of<br>
&gt;&gt; course, use the same password in more than one place.  But the MD5<br>
&gt;&gt; crypted version of it will be different.<br>
&gt;<br>
&gt; (1). Does it mean that the grub is secured now, after implementing<br>
&gt; this in the grub.conf file. (2). If the grub is secured and the only<br>
&gt; bootable is device is only Harddisk, still the encryption of<br>
&gt; hard-drives is requried? may be for the enhanced security.<br>
<br>
It&#39;s only secured in that you can&#39;t easily *change* options when booting<br>
the computer up in the ordinary way.  It&#39;s easily bypassed by booting<br>
the computer, differently.<br>
<br>
If you want to secure the contents of the drive against theft, snooping,<br>
sabotage, or practical jokers, you&#39;ll need to encrypt it.<br>
<br>
&gt; while i added the encrypted password in the grub.conf file, now after<br>
&gt; restarting it asks me password one more time than usual, that is, one<br>
&gt; password of starting the pc (of bios), second after selecting the<br>
&gt; fedora or winxp (respective) and third logging to that OS (fedora or<br>
&gt; XP). (3). But i don&#39;t know why it is asking the second password in the<br>
&gt; blank black screen? is it the effect of grub.conf file, which was<br>
&gt; edited? further if i press &#39;e&#39; at the menu display, i see the encypted<br>
&gt; password, so only authorised one (like one who knows the password) can<br>
&gt; edit the same.<br>
<br>
When you turn on the computer, the first thing that goes to work is the<br>
BIOS firmeware.  It&#39;s used to boot up the computer (from a disc drive,<br>
of some sort, or over a network).  Usually, you can set two types of<br>
passwords into that BIOS:  A password that&#39;ll need to be entered before<br>
you can boot anything.  And/or a password for being allowed to change<br>
settings.  Some BIOSs will let you set both types.  For most things, I&#39;d<br>
say only bother with setting a password to lock out changing BIOS<br>
settings.  But for something with important confidential data, such as a<br>
laptop that could be easily stolen, you&#39;re best to take all the steps<br>
that you can.<br>
<br>
Next, the BIOS will start loading the bootblock of the harddrive, and<br>
this is where GRUB comes into play.  It&#39;s options and settings control<br>
what happens next.  You can set passwords for whether you can change its<br>
options.  You can set passwords for what can be loaded next.  You can<br>
set individual passwords for each different thing, or you can simply use<br>
the same password for the things that you want restricted.<br>
<br>
<br>
&gt;&gt; I&#39;ve typed in the same password, and each time it encrypts it, the<br>
&gt;&gt; encrypted version will be different.<br>
&gt;<br>
&gt; (4). yes the encrypted version is different, but is it the last one<br>
&gt; that i have to add in the grub.conf file<br>
<br>
Either will do, because (simply put) they all decrypt back to the same<br>
password.<br>
<br>
&gt; (5). Why it is so that &#39;chainloader +1&#39; is only in the second titles&#39;<br>
&gt; section and in the first title section it is &#39;root&#39; while in the<br>
&gt; second is &#39;rootnoverify&#39;.<br>
<br>
Different requirements for booting different systems.  Whether GRUB is<br>
passing over (chainloader) to a bootblock on another drive, or<br>
partition, and that other thing will take over booting.  Or whether GRUB<br>
is going to start booting an OS, more directly.<br>
<br>
You really want to look at the manuals for GRUB.  The man page is rather<br>
dire, but the info file is much more extensive, as is the website.<br>
<br>
See:  info grub<br>
or:  <a href="http://www.google.com.au/search?q=grub" target="_blank">http://www.google.com.au/search?q=grub</a><br>
<br>
--<br>
[tim@localhost ~]$ uname -r<br>
2.6.27.25-78.2.56.fc9.i686<br>
<br>
Don&#39;t send private replies to my address, the mailbox is ignored.  I<br>
read messages from the public lists.