I&#39;ll assume grub as that is the usual default boot loader:<br><br>Get a md5 hash of the password you would like.  One way to get it is to ask grub on its command line to give it to you:<br><br>grub&gt; md5crypt<br><br>
Not that useful unless you write it down from here.<br><br>Or from the linux command line (as root on NON-Ubuntu systems, or as regular user on Ubuntu):<br><br>$ grub-md5-crypt<br><br>Which you can redirect to wherever you need to make it easy for you to put into the configuration file (usually /boot/grub/menu.lst)<br>
<br>For accessing grub command line, editing options, and any entry protected by keyword &quot;lock&quot; (in the boot entry) specify the following line BEFORE any and all TITLE lines:<br><br>password --md5 MD%ENCRYPTEDLINE <br>
<br>If you wish to have a specific password for an entry, outside of the above, put a similar line with a different md5 hash IN a boot entry (after a TITLE line).<br><br>Brian<br><br><br><div class="gmail_quote">On Fri, Jul 31, 2009 at 3:37 PM, Thompson Freeman <span dir="ltr">&lt;<a href="mailto:tfreeman@intel.digichem.net">tfreeman@intel.digichem.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">On 07/31/2009 02:22:05 PM, john anderson wrote:<br>
&gt; Awhile back I installed Ubuntu as a dual boot on a windows<br>
&gt; box. I ran<br>
&gt; into an issue where the &#39;restore partition&#39; for windows<br>
&gt; showed up in the<br>
&gt; boot loader selections as a boot choice. The problem is<br>
&gt; that this makes<br>
&gt; it a little too easy to wipe and reset the the windows<br>
&gt; partition.<br>
&gt;<br>
&gt; Now, admittedly its the windows partition we are talking<br>
&gt; about, but I<br>
&gt; would like to avoid this as a potential problem when I<br>
&gt; talk people into<br>
&gt; trying Linux.<br>
&gt;<br>
&gt; I am planning on installing Ubuntu 9.04 on my niece&#39;s<br>
&gt; computer but I am<br>
&gt; afraid that a poor keystroke by her or her little brother<br>
&gt; could cause<br>
&gt; havoc. I figure I could maybe comment out that line in the<br>
&gt; grub file.<br>
&gt; Would this solve the issue and how would you then run the<br>
&gt; restore<br>
&gt; partition when you actually wanted to. (Or rather how<br>
&gt; would I explain<br>
&gt; this over the phone.)<br>
<br>
</div></div>Before taking this at face value, check with the<br>
documentation first. However, if memory serves, you can set<br>
a password requirement for any line in the boot menu.<br>
<br>
Of course, since I&#39;ve never done this, please don&#39;t ask<br>
_how_. In fact, if my memory proves to be correct, would<br>
you be so kind as to document it to the list please??<br>
Locking up the restore partition and the single user boot<br>
option strikes me as a &quot;good idea&quot;...<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
</div></div></blockquote></div><br>