Results 1 to 4 of 4

Thread: Changing grub.conf

  1. #1
    Join Date
    Jul 2009
    Posts
    58

    Changing grub.conf

    I need help in Changing grub.conf file on my computer. How do i do it? I need to edit this file to make entry for my existing OS which didn't come automatically. Any ways how to do it? Please help as i am not too much familiar with linux. Also where will be this file located? Thanks!

  2. #2
    Join Date
    Jan 2009
    Posts
    710

    Re: Changing grub.conf

    This file is located at the following location : boot/grub/grub.conf. This is the complete path of the file... Make sure you know what you are editing else you may en up screwing your computer, and it won't boot... Which Operating system do you use? I think there is some othere file that needs to be edited to add or delete boot entries... But still All the best!

  3. #3
    Join Date
    Jul 2009
    Posts
    58

    Re: Changing grub.conf

    I am using Ubuntu 9.04 and i want to add Windows XP to the start up. I installed Ubuntu on the other hard disk, fearing data loss. But now no option comes up to boot in to Windows. So i wanted to add its entry... Thanks...

  4. #4
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Changing grub.conf

    Don't edit grub.conf to add entries. Instead edit menu.lst located in the grub folder. The full path is /boot/grub/menu.lst. To open you must be logged into root. Type in console :

    Code:
    sudo chown /boot/grub/menu.lst [to change this files owner]
    sudo chmod +rwx /boot/grub/menu.lst [to get rights to edit this file]
    sudo gedit /boot/grub/menu.lst
    Add the entries and save the file...

Similar Threads

  1. Grub is unable to boot CentOS, hangs at the Grub prompt
    By Man-Than in forum Operating Systems
    Replies: 5
    Last Post: 07-05-2011, 12:17 PM
  2. GRUB Legacy vs GRUB 2
    By KiaKya in forum Operating Systems
    Replies: 5
    Last Post: 03-02-2011, 04:32 PM
  3. Edit grub/defaults/grub file on triple-boot system
    By Hishem-Remashiya in forum Operating Systems
    Replies: 5
    Last Post: 14-11-2010, 06:44 AM
  4. GRUB load shows unknown filesystem, grub rescue error
    By aFRODITA in forum Operating Systems
    Replies: 4
    Last Post: 13-11-2010, 07:34 AM
  5. Backtrack grub and Ubuntu grub
    By Mulan in forum Operating Systems
    Replies: 6
    Last Post: 09-05-2010, 12:11 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,985,291.41921 seconds with 16 queries