LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-04-2003, 04:35 AM   #1
iLLuSionZ
Member
 
Registered: Oct 2003
Location: MI
Distribution: Knoppix 3.3 = XP = Mandrake 9.2
Posts: 343

Rep: Reputation: 30
Grub.config help


i cant seem to get into that brub.config or .ini file because it has a lock on it.. why is that? and how do i get into it?
 
Old 11-04-2003, 05:39 AM   #2
koyi
Member
 
Registered: Jul 2003
Location: Osaka, Japan
Distribution: Arch, Ubuntu
Posts: 421

Rep: Reputation: 31
How did you try to "get into" grub.config?
You have to be root to be able to edit it.
 
Old 11-04-2003, 05:43 AM   #3
iLLuSionZ
Member
 
Registered: Oct 2003
Location: MI
Distribution: Knoppix 3.3 = XP = Mandrake 9.2
Posts: 343

Original Poster
Rep: Reputation: 30
i go to the file and double click it... is there anyway to become root for the period of boot time? instead of doing it every 5 mins?
 
Old 11-04-2003, 06:14 AM   #4
denominator
Member
 
Registered: Oct 2003
Distribution: Red Hat 9
Posts: 42

Rep: Reputation: 15
yeah, you can log in as root.....
if you've got your system to automatically log you in, you'll have to log out, and then type root into the username box, and then the password when it asks you for it.
Then you'll be root till you log out. Be careful now!!
 
Old 11-04-2003, 06:17 AM   #5
iLLuSionZ
Member
 
Registered: Oct 2003
Location: MI
Distribution: Knoppix 3.3 = XP = Mandrake 9.2
Posts: 343

Original Poster
Rep: Reputation: 30
how do i automatically login?
 
Old 11-04-2003, 06:34 AM   #6
denominator
Member
 
Registered: Oct 2003
Distribution: Red Hat 9
Posts: 42

Rep: Reputation: 15
there's an option somewhere in the system settings -> login screen, in the menu
 
Old 11-04-2003, 06:35 AM   #7
iLLuSionZ
Member
 
Registered: Oct 2003
Location: MI
Distribution: Knoppix 3.3 = XP = Mandrake 9.2
Posts: 343

Original Poster
Rep: Reputation: 30
cool n00b... thanks how do you knwo so much? whered you learn?
 
Old 11-04-2003, 06:46 AM   #8
denominator
Member
 
Registered: Oct 2003
Distribution: Red Hat 9
Posts: 42

Rep: Reputation: 15
gimme a break... know so much?? ten days ago i installed red hat 9. before that, i knew absolutely nothing abt linux. Where'd i learn? forums like this and the manual pages.
 
Old 11-04-2003, 08:20 AM   #9
Lostman
Member
 
Registered: Nov 2003
Location: Chicago, IL
Posts: 239

Rep: Reputation: 30
You'll find life a bit easier if you turn off the gui on boot. So when you log out you go to the command line insted of the graphical interface.

This way you can log out, type "su", put in pass, then type "startx" and go to root in your GUI. I always found it a pain to log into root without the command line.
 
Old 11-04-2003, 05:17 PM   #10
iLLuSionZ
Member
 
Registered: Oct 2003
Location: MI
Distribution: Knoppix 3.3 = XP = Mandrake 9.2
Posts: 343

Original Poster
Rep: Reputation: 30
how do i turn it off on boot?
 
Old 11-04-2003, 05:53 PM   #11
Gr3MliN
LQ Newbie
 
Registered: Oct 2003
Location: Norway
Distribution: Redhat 9
Posts: 8

Rep: Reputation: 0
As root: in /etc/inittab you have to change some value from 5 to 3, be EXTREMELY careful. (make a backup of it!)

su root #makes you root until you type exit (or ctrl+d)
ctrl+alt+F1-6 puts away GUI, ctrl+alt+F7 to get it back

Also you should try to find some site with the most common cmd's (it got tons, but they are in Norwegian) You can learn a lot from them.

You should learn using linux without GUI. When you get used to it, it's a lot faster. (I'm talking about terminals in the GUI now)

You should try and feel out linux a little more. I remember wondering about how to turn ON the GUI on startup for 2 weeks ago. Google told me in less than 5 minutes
 
Old 11-04-2003, 06:30 PM   #12
iLLuSionZ
Member
 
Registered: Oct 2003
Location: MI
Distribution: Knoppix 3.3 = XP = Mandrake 9.2
Posts: 343

Original Poster
Rep: Reputation: 30
thanks man
 
Old 11-06-2003, 03:30 AM   #13
iLLuSionZ
Member
 
Registered: Oct 2003
Location: MI
Distribution: Knoppix 3.3 = XP = Mandrake 9.2
Posts: 343

Original Poster
Rep: Reputation: 30
i cant seem to open the grub.config file still .... I go into the folder and right click "open terminal" then type su - and my p/w. it sys im root and then i go back into the folder and i cant open it.. i cant open alot of files and folders cause it says i dont have the proper permissionz.... Am i doing this right? by going into the "open terminal here" command. ?
 
Old 11-07-2003, 01:56 AM   #14
iLLuSionZ
Member
 
Registered: Oct 2003
Location: MI
Distribution: Knoppix 3.3 = XP = Mandrake 9.2
Posts: 343

Original Poster
Rep: Reputation: 30
........
 
Old 11-07-2003, 02:08 AM   #15
hiteshmaisheri
Member
 
Registered: Nov 2003
Location: Kerala, India
Distribution: Red Hat, Knoppix, Mandrake, FreeBSD
Posts: 231

Rep: Reputation: 30
just be a super user and then press ctrl-alt and f2 and type ur user name as root and give the pasword when prompted for it.... then type the following command...
ls -l /etc/grub.conf
check whether the left end shows something like this
-rwx------ {other details}
if it's so then u can edit now....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Grub config Julian2005 Linux - Newbie 2 06-21-2005 11:39 AM
grub config file not there linuxmandrake Mandriva 1 05-28-2005 02:13 PM
grub config in ubuntu linusownsme Linux - Newbie 1 05-07-2005 03:45 PM
Lunar grub config vredfreak Linux - Distributions 1 11-17-2004 11:09 PM
GRUB config file me23 Linux - Newbie 3 07-17-2003 12:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration