I'm sorry, I wrote the wrong command.
The command should have been
*sudo chmod +w /boot/grub/grub.cfg* (Not +x)
After you are done with the editing run
*sudo chmod -w /boot/grub/grub.cfg*
The commands Prasad has posted will also work.

To remove memtest+ entries of the installation which is having the grub,
just make the following change to */etc/grub.d/20_memtest86+* (remember to
open it as superuser)
Line 23 looks like - *if test -e /boot/memtest86+.bin ; then*
change that to - *if ! test -e /boot/memtest86+.bin ; then*
ie put a *!* (which means not) just after if with blank space before and
after.

To change the order change the number given at the beginning of the
filenames inside /etc/grub.d/
*10_linux* - Entry for your live OS (Ubuntu 9.10)
*20_memtest+* - memtest+ entry
*30_os-prober* - Entry for other OSes

For example if you want the entry for Ubuntu 9.10 to come after other OSes
then change the filename of *10_linux* to something like *35_linux*.

After you have done your editing run the command *sudo update-grub* to
update your grub.cfg.

Which title do you want to change and to what? Kindly post the current
titles and the expected ones.

Regards
Ajith Sen


On Mon, Nov 16, 2009 at 5:03 PM, Adhin D <[email protected]> wrote:

> @ Ajith
>
> How you did that?
>
> I followed your instruction, but cant still save the grub.cfg file after
> editing, even in superuser mode. I'm attaching a screenshot of what happens
> while saving.
>
> If you have done that with editing files in /etc/grub.d/ please tell me how
> to edit it...
> I cant understand the contents of those files (....looks like a progamming
> language & i'm not used to that)
>
> I'll be grateful if you post your config files that deals with following 3
> things.
>
> 1. Change the order of entries
> 2. Change the titles
> 3. Remove the memtest+ entries <is it enough to delete those files?>
>
> rest of things, I can manage with startup manager
>
> Thanks for reply
>
> --
> "Freedom is the only law".
> "Freedom Unplugged"
> http://www.ilug-tvm.org
>
> You received this message because you are subscribed to the Google
> Groups "ilug-tvm" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
>
> For details visit the website: www.ilug-tvm.org or the google group page:
> http://groups.google.com/group/ilug-tvm?hl=en
>

-- 
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en

Reply via email to