Results 1 to 5 of 5
i was wondering how do you edit the start up screen where it has mounting usb's it loads alsa turns on all your networking devices if anyone knows what im ...
- 08-18-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 50
Start up
i was wondering how do you edit the start up screen where it has mounting usb's it loads alsa turns on all your networking devices if anyone knows what im talking about i'd appreciate the help
- 08-18-2005 #2Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Not sure exactly what you'd like to do, but here's some background:
When you boot the system, first the kernel loads to RAM. The first program (process) is 'init'. init looks in a directory /etc/init.d/ to see what other processes should be started (I think in your system /etc/init.d/ is a symbolic link to /etc/rc.d/). The list of processes depends on what "runlevel" you are booting to. For a graphical display, you are probably booting to runlevel 5. For runlevel 5, the processes are in the directory /etc/rc.d/rc5.d/. Those processes (all of which are symbolic links to processes in ... I forget...) are run in alphabetical order, so that any file starting with 'K' will kill a process and any starting with 'S' will start a process. You see the result of each of those when, during booting, you see the "[OK]" or "[Failed]" on the right side of the screen.
You can read about the whole boot procedure here and here.
There should be an easy (it's all relative) to understand program listed under "System Tools" or something similar in your main menu. Be careful, take notes and do your research./IMHO
//got nothin'
///this use to look better
- 08-19-2005 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 50
those two sites were very helpful thats what i wanted to know but now im just alittle lost on the link / symbols part it wont recognize them as a file so i can manipulate them have any idea of what im talking about or have any suggestions
- 08-19-2005 #4Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
I think that you want to prevent a service from starting when you boot your computer. If that's not what you need, let me know. Otherwise....
I think this is part where you are "a little lost", right? To do what is described above, you need to have root privledges. That is most convenient if you make yourself a "sudoer" so you can use the "sudo" command. Until you do that you should use the 'su' ("switch user") command like so:
Originally Posted by How Linux boots If you are unsure which service is the one you want to prevent from starting, you may be able to boot Linux in the "interactive" mode by pressing 'i' as soon as init starts as indicated with a (probably colored) header which probably says "Welcome to Mandriva" or something like that just before the services start with all of the "[OK]" endings.Code:su - (enterpassword when requested) mv S99httpd _S99httpd <--this is from the example above: insert your service here (type 'exit' to go back to regular user)
/IMHO
//got nothin'
///this use to look better
- 08-20-2005 #5Just Joined!
- Join Date
- Feb 2005
- Posts
- 50
alright i thank you for all your help it turns out that i must've done something wrong the first time go round so now all i have to do is find the service i need to stop and stop it i also found out that the services in mandrake control center could be stopped too i just didnt know what i was talking about


Reply With Quote
