LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do you edit GRUB? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-you-edit-grub-224967/)

adamt56 08-31-2004 05:28 PM

How do you edit GRUB?
 
Would anyone be so kind to help a newbie edit GRUB. I thought I had figured it out but the only result I can get is "access denied", even when l logon as SU.

I am running Fedora Core 2.0

Thanks :p


michaelk 08-31-2004 05:33 PM

What are you using to edit the file?

You can use any text editor i.e.
emacs grub.conf

adamt56 08-31-2004 09:57 PM

Linux Terminal - - logging in as SU

the typing /boot/grub/grub.conf

Boby 08-31-2004 10:18 PM

Hello and welcome to LQ!

Try:
su
Password: *******
joe /boot/grub/grub.conf


or
su
Password: *******
vi /boot/grub/grub.conf


Hope this helped!
Boby

adamt56 09-01-2004 04:36 PM

Neither of those methods worked. Any other suggestions?

Thanks : )

berkay 09-01-2004 04:44 PM

First you have to mount your boot partiton...
Code:

mount /boot
must mount your boot partition... Then you can edit grub.conf by
Code:

nano -w /boot/grub/grub.conf
or..
Code:

vi /boot/grub/grub.conf
Cheers...

berkay

adamt56 09-01-2004 04:51 PM

It's already mounted.

michaelk 09-01-2004 07:48 PM

/boot/grub/menu.lst (that is a small L)
or
/etc/grub.conf

One is a link to the other.

Also to search try:
whereis grub.conf


All times are GMT -5. The time now is 05:39 AM.