Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-11-2004, 08:49 AM
|
#1
|
|
Member
Registered: Nov 2003
Location: Oxford
Distribution: Mandrake
Posts: 158
Rep:
|
Fast booting in Linux
Hi guys
Can I make Linux to boot very fast.
Well I have an OS X as well and after a fix from here
http://www.broadbandreports.com/foru...e=flat~start=0
it boots in 50sec as compared to 2min 45sec without it.
I assume there must be something similar to this for Linux.
Does anybody know how to do it?
Thanks
SS
|
|
|
|
01-11-2004, 09:31 AM
|
#2
|
|
Senior Member
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,164
Rep:
|
i think that problem you ran into before is specific to OS X.
there's alot of little things you can do to make linux boot faster, but not
that particular one.
|
|
|
|
01-11-2004, 09:44 AM
|
#3
|
|
Guru
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018
Rep:
|
Most of the boot time in Linux is for loading modules, running services, and stuff like that. To speed up boot time, you can compile a custom kernel with only the modules you need (or just compile all the stuff you need into the kernel, compile stuff you only occasionally use as modules, and load them when you need them; don't enable anything you don't need); also, find out what services and daemons are running at boot time (usually the things listed in /etc/init.d), and disable the ones you don't need (if you're using Mandrake, in the control center there is a list of services that you can selectively turn off). It's quite possible to get Linux to boot in less than 50 seconds!
|
|
|
|
01-11-2004, 10:42 AM
|
#4
|
|
Member
Registered: Nov 2003
Location: Oxford
Distribution: Mandrake
Posts: 158
Original Poster
Rep:
|
Yes, I have been to the Mandrake control, centre for system to narrow down to what services I don't need at startup. But whatever is left is the basic onew as I think that everybody needs.
I couldn't understand webmin- what does this do?
Apart from that is there any other way of making it faster.
Thanks
|
|
|
|
01-11-2004, 11:02 AM
|
#5
|
|
Senior Member
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Rep:
|
I believe webmin is a service that allows you to do certain administrative tasks over a web interface so you can do them remotely. My guess is if you are running a desktop you can turn that off.
My best guess for your slow down is Mandrake trying to auto-detect all your hardware. It has been a while since I have used a distro like Mandrake but in the past I have seen them try and modprobe just about everything to make sure they detect as much hardware as possible... this of course can take forever.
Last edited by jtshaw; 01-11-2004 at 11:05 AM.
|
|
|
|
01-11-2004, 12:46 PM
|
#6
|
|
Member
Registered: Nov 2003
Location: Oxford
Distribution: Mandrake
Posts: 158
Original Poster
Rep:
|
Thanks
I think then I can putoff webmin off.
I think you are surely right about its detection of all hardware.So what remedy you suggest.
Wehn I installed, I put a CD writer, zip drive etc, so if i don't use them regularly, can I turn them off.
What do you guys do normally, I guess most prople don't need CD wrtier/zip everyday.
Thanks
SS
|
|
|
|
01-16-2004, 06:31 PM
|
#7
|
|
Member
Registered: Nov 2003
Location: Oxford
Distribution: Mandrake
Posts: 158
Original Poster
Rep:
|
Hi all
I move my machine from work to home, so when I boot at home it takes a very long time to enable eth0. Can I disable it so that it boots very fast at home.
So I guess if I do that, it won't go to LAN when I boot there. I guess I can strart it from some command line when on lan? How can I do that?
Thanks
SS
|
|
|
|
01-16-2004, 08:13 PM
|
#8
|
|
Senior Member
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,164
Rep:
|
ifconfig eth0 down
or you could start in a runlevel that doesn't have networking
|
|
|
|
01-16-2004, 08:47 PM
|
#9
|
|
Member
Registered: Nov 2003
Location: Oxford
Distribution: Mandrake
Posts: 158
Original Poster
Rep:
|
So, if I do that while on dialup, it won't put eth0 on or try to hunt for it.
When I put my machine at LAN, then I guess by default it won't identify it. Now if I do ifconfig eth0 up will it put back on LAN?
SS
|
|
|
|
01-17-2004, 12:08 AM
|
#10
|
|
Member
Registered: Nov 2001
Location: California
Distribution: Slackware 14.0
Posts: 265
Rep:
|
An article on the IBM should be exactly what you're looking for. The article references Redhat, but the general idea should apply to Mandrake as well.
Speck
|
|
|
|
01-17-2004, 03:36 AM
|
#11
|
|
Member
Registered: Nov 2003
Location: Oxford
Distribution: Mandrake
Posts: 158
Original Poster
Rep:
|
Hi
the ifconfig down thing doesn't work.
I sis that ,but when I rebooted the computer, it still spent about 2 min in bringing up the eth0 interface.
Also, when I installed, I put zip drive. Normally, i don't use it now, can I stop it from loading while booting. Also, I have an external cd writer which has similar situtation but i want it be loadable when I want to burn CD.
Right , I am reading the IBM article and see what I make out of it.
SS
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:33 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|