Agree, You "just" have to remeber to chmod +x, update-grub, check grub.cfg and add what's new to 40_custom. :)<br><br>I had a thing with grub1. I like to remove splash and quiet options from the kernel/linux line. Every time I update kernel, there was always a question about menu.lst being changed, and what I would like to do about it.<br>
<br>With grub2, I've set GRUB_CMDLINE_LINUX_DEFAULT="" and no more of that.<br><br>I also like:<br>    insmod raid<br>    insmod mdraid<br>    insmod ext2<br>    set root=(md0)<br><br>and so on.<br><br><div class="gmail_quote">
That is, I'm feeling fine and hopeful with grub2. Hope it gets closer to yours and others needs soon. Didn't find any sort mecanism, and for sure no menu GUI, I agree.<br>
<br>
What follows is from <a href="https://wiki.ubuntu.com/Grub2">https://wiki.ubuntu.com/Grub2</a>:<br><br>Manually. <span class="anchor" id="line-379"></span><ul><li><p class="line862">To prevent a file in <em>/etc/grub.d</em> from adding items to the menu, remove the <em>executable</em> bit or remove the applicable file. <span class="anchor" id="line-380"></span></p>
</li><li><p class="line891"><em><strong>memtest86+</strong></em>: If you don't want to have <em>memtest86+</em> displayed in your menu, run <tt class="backtick">sudo chmod -x /etc/grub.d/20_memtest86+</tt>. The file will remain but will not be acted upon by <em>update-grub</em>.  <span class="anchor" id="line-381"></span></p>
</li><li><p class="line891"><em><strong>Recovery mode:</strong></em> If you don't want <em>Recovery mode</em> entries for your linux kernels, edit <em>/etc/default/grub</em> and add this line: <span class="anchor" id="line-382"></span></p>
<ul><li style="list-style-type: none;"><span class="anchor" id="line-383"></span><span class="anchor" id="line-384"></span><pre>GRUB_DISABLE_LINUX_RECOVERY=true</pre><span class="anchor" id="line-385"></span></li></ul></li>
<li><p class="line862">If a custom script in the <em>/etc/grub.d/</em> folder contains multiple menu entries, individual items may be removed and others retained. <span class="anchor" id="line-386"></span></p></li><li><p class="line862">
Tip: If the user wants his custom entries to appear at the top of the menu, the file can be named a value less than <em>"10_linux"</em>, such as <em>"07_custom"</em>. Check that the <em>"DEFAULT"</em> value in <em>/etc/default/grub</em> points to the correct <em>menuentry</em> after making this change. <span class="anchor" id="line-387"></span></p>
</li><li><p class="line862">Changes will not take effect on the Grub 2 menu until <tt class="backtick">"update-grub"</tt> is run to update <em>grub.cfg</em></p></li></ul><br>Regards<br>Luis<br><br><br>On Thu, Apr 1, 2010 at 5:18 PM, Liam Proven <span dir="ltr"><<a href="mailto:lproven@gmail.com">lproven@gmail.com</a>></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 class="im">On Thu, Apr 1, 2010 at 4:33 PM, Luis Paulo <<a href="mailto:luis.barbas@gmail.com">luis.barbas@gmail.com</a>> wrote:<br>

> Liam<br>
><br>
> If you copy entries on boot.cfg to 40_custom and disable 10,20 and 30<br>
> entries with chmod -x, you'll be able to configure every entry as you<br>
> please. I think, didn't try it, just looking for solutions.<br>
><br>
> Understand your questions, hope some GUI will come along, and I don't have<br>
> shares on grub2.<br>
<br>
</div>Thanks for the suggestion, but I fear it sounds a bit drastic! I do<br>
want to still get automatic kernel updates and so on. If I have to<br>
install them manually into Grub, one day, I am certain to forget &<br>
then get an unbootable system if I remove the old ones.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Liam Proven • Profile: <a href="http://www.linkedin.com/in/liamproven" target="_blank">http://www.linkedin.com/in/liamproven</a><br>
Email: <a href="mailto:lproven@cix.co.uk">lproven@cix.co.uk</a> • GMail/GoogleTalk/Orkut: <a href="mailto:lproven@gmail.com">lproven@gmail.com</a><br>
Tel: +44 20-8685-0498 • Cell: +44 7939-087884 • Fax: + 44 870-9151419<br>
AOL/AIM/iChat/Yahoo/Skype: liamproven • LiveJournal/Twitter: lproven<br>
MSN: <a href="mailto:lproven@hotmail.com">lproven@hotmail.com</a> • ICQ: 73187508<br>
<br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br>