i have formated my partition tha i had windows xp installed on , and left ubuntu!! but when i start my laptop it asks me which o/s to use can i get rid of that??

Asked by shiakos

i have formated my partition that i had windows xp installed on , and left ubuntu!! but when i start my laptop it asks me which o/s to use ,can i get rid of that??

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
midnightflash
Solved:
Last query:
Last reply:
Revision history for this message
Jim Hutchinson (jphutch) said :
#1

Edit the /boot/grub/menu.lst file and remove any options you are not using.
You can also set timeout to less (2 is default on a single OS setup) and
remove the # from the hidemenu line to not show grub unless you press
escape. Make sure the first menu entry is the one you want to default boot.
You can change the default option but updates will cause the wrong option to
boot and you will need to edit the file again. It's best to keep the one you
want as default at the top.
On Sun, Oct 19, 2008 at 5:21 PM, shiakos <
<email address hidden>> wrote:

> New question #48493 on Ubuntu:
> https://answers.launchpad.net/ubuntu/+question/48493
>
> i have formated my partition that i had windows xp installed on , and left
> ubuntu!! but when i start my laptop it asks me which o/s to use ,can i get
> rid of that??
>
> --
> You received this question notification because you are an answer
> contact for Ubuntu.
>

--
Jim (Ubuntu geek extraordinaire)
----
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

Revision history for this message
shiakos (shiakosc) said :
#2

hi! i did what you said but when i go to close the menu.lst it asks me to save , when i press save it says tha i do not have permission to save !

Revision history for this message
shiakos (shiakosc) said :
#3

hi! i did what you said but when i go to close the menu.lst it asks me
to save , when i press save it says tha i do not have permission to save
!

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Revision history for this message
Best midnightflash (midnightflash) said :
#4

Do it like:

$ sudo gedit /boot/grub/menu.lst

to get the right to edit the file.

Revision history for this message
Jim Hutchinson (jphutch) said :
#5

Oops, my bad. Yes, you have to have admin (called root) rights to edit that file. Use the sudo command suggested above. For more info on sudo see https://help.ubuntu.com/community/RootSudo.

Revision history for this message
shiakos (shiakosc) said :
#6

thank it worked!