The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Linux

Reply
 
Thread Tools Search this Thread Display Modes
Old 06-05-2006, 11:13 PM   #1
Newbie
 
Join Date: Jan 2006
Posts: 11
My Photos: (0)
Quicker boot times?

What would you guys suggest to streamline the boot process?

Are there any specific distros you would suggest?

I think I'm going to go with Ubuntu as a base install, then recompile the kernel to be lean, and install something like XFCE for a quick windowmanager.
__________________
My '94 C1500 truck.
jon_k is offline   Reply With Quote
Sponsored Links
Old 06-06-2006, 10:57 AM   #2
Maximum Bitrate
Change's CarPC Specs
 
Change's Avatar
 
Join Date: Aug 2004
Location: California
Vehicle: 03 Honda Civic sedan
Posts: 482
My Photos: (0)
Check out XUbuntu, it's Ubuntu with XFCE instead of Gnome. Saves you a bit of trouble in removing unnecessary Gnome stuff and getting XFCE installed.
http://www.xubuntu.org
__________________
System status: in progress
Change is offline   Reply With Quote
Old 06-06-2006, 11:23 AM   #3
Variable Bitrate
f1vlad's CarPC Specs
 
f1vlad's Avatar
 
Join Date: Feb 2006
Location: Nashua,NH
Vehicle: 06 WRX TeaR
Posts: 346
My Photos: (0)
I'll try this tonight too, last night installed FEDORA CORE, it's too slow bootup compared to Windows XP
__________________
f1vlad.com/wrxtear/carputer
■■■■■■■■■■■■■■■■■■■■■ 80% progress ¤
New England carputer meet. Click here.
f1vlad is offline   Reply With Quote
Old 06-07-2006, 10:47 AM   #4
Newbie
 
Join Date: Oct 2003
Location: Tampa, FL
Vehicle: 2000/Volkswagen/Jetta
Posts: 38
My Photos: (0)
Make sure you turn off all unnecessary services. Do a

Code:
chkconfig --list | grep 3:on

to see which services are started at boot time. You can get rid of a whole bunch of 'em, especially in a car environment.
sumit_b is offline   Reply With Quote
Old 06-11-2006, 04:19 PM   #5
blk
Newbie
 
blk's Avatar
 
Join Date: Jun 2006
Location: Switzerland
Vehicle: 1996 VW Golf III Variant
Posts: 44
My Photos: (0)
initng

check out initng, it's quite a boost for me, have a running myth frontend (on ratpoison-wm, so quite minimal) in about 30sec from grub.
what it does is basically heavily parallelize the boot process, to not idle around
blk is offline   Reply With Quote
Old 06-12-2006, 02:20 AM   #6
Newbie
 
Join Date: Jan 2006
Posts: 11
My Photos: (0)
Thanks for the comments. The chkconfig or other proprietary redhat-only commands wont work as I'm on debian.

I've basically parallized the booting process, and stripped all unneeded init scripts.

Seems to work.
__________________
My '94 C1500 truck.
jon_k is offline   Reply With Quote
Old 07-17-2006, 11:51 AM   #7
Banned
 
Join Date: Mar 2006
Posts: 16
My Photos: (0)
Wouldn't using a flash drive for the booting system really speed up the process?

Kinda make an embedded Linux, using the HD only for data storage.
bugmenot13 is offline   Reply With Quote
Old 07-17-2006, 12:00 PM   #8
FLAC
 
shotgunefx's Avatar
 
Join Date: Apr 2005
Location: Boston, MA
Vehicle: 2002 Chrysler Sebring Coupe LXI
Posts: 1,760
My Photos: (33)
Quote: Originally Posted by jon_k
Thanks for the comments. The chkconfig or other proprietary redhat-only commands wont work as I'm on debian.

I've basically parallized the booting process, and stripped all unneeded init scripts.

Seems to work.

I've found some aspects a real PITA with Debian. Some things are not as transparent as they could be. Like, how the hell do I stop modules from being loaded? They're are multiple places to blacklist them and none seem to work.

For instance, I have firewire, but no desire to use it or load it, figure I might be able to shave off a second or so taking out all the related modules, but for the life of me, I can't make it do it outside of renaming the modules. /etc/modutils/aliases is not cutting it.

You might want to look at bootchart, it's in apt for testing (don't think it's in stable, but not sure), it's a good tool for timing boots and showing what's taking up all the time.

What is everyone else getting for boot time? I'm at 35 seconds. Not bad, not great.

OTOH, suspend/resume is taking almost the same amount of time as a boot. I'd really like to hear some tips in that department.
shotgunefx is offline   Reply With Quote
Old 07-17-2006, 01:01 PM   #9
Maximum Bitrate
Change's CarPC Specs
 
Change's Avatar
 
Join Date: Aug 2004
Location: California
Vehicle: 03 Honda Civic sedan
Posts: 482
My Photos: (0)
Bootchart is in testing and unstable, if you're running stable you can get the bootchart source package and compile it for your system.
See here: http://lyre.mit.edu/~powell/debian-h...ld-source.html
(an easy way to make sure all dependencies are met for the source package is apt-get build-dep packagename)
__________________
System status: in progress
Change is offline   Reply With Quote
Old 07-17-2006, 01:41 PM   #10
FLAC
 
shotgunefx's Avatar
 
Join Date: Apr 2005
Location: Boston, MA
Vehicle: 2002 Chrysler Sebring Coupe LXI
Posts: 1,760
My Photos: (33)
Quote: Originally Posted by Change
Bootchart is in testing and unstable, if you're running stable you can get the bootchart source package and compile it for your system.
See here: http://lyre.mit.edu/~powell/debian-h...ld-source.html
(an easy way to make sure all dependencies are met for the source package is apt-get build-dep packagename)

Any thoughts on preventing the xx1394 modules loading? Is it hotplug doing it?

I keep cutting services and what not but I can't get past 33 seconds. I think most of it is hotplug. (Not sure if I'm reading the bootchart correctly)
shotgunefx is offline   Reply With Quote
Sponsored Links
Old 07-18-2006, 01:01 PM   #11
Maximum Bitrate
Change's CarPC Specs
 
Change's Avatar
 
Join Date: Aug 2004
Location: California
Vehicle: 03 Honda Civic sedan
Posts: 482
My Photos: (0)
Quote: Originally Posted by shotgunefx
Any thoughts on preventing the xx1394 modules loading? Is it hotplug doing it?

I keep cutting services and what not but I can't get past 33 seconds. I think most of it is hotplug. (Not sure if I'm reading the bootchart correctly)

Hm. List of Hotplug-related files here: http://www.die.net/doc/linux/man/man8/hotplug.8.html

More documentation here: http://linux-hotplug.sourceforge.net/

Aha, there's an /etc/hotplug/blacklist file that can be used to specify modules you never want loaded: http://www.bangmoney.org/presentations/hotplug/
__________________
System status: in progress
Change is offline   Reply With Quote
Old 07-18-2006, 01:21 PM   #12
Newbie
 
Join Date: Jul 2005
Posts: 26
My Photos: (0)
Cool fedora: early-login

Fedora's early-login for gdm works well, its much faster than a full boot up to login. This is one of the reasons I use fedora, and I ditched debian b/c the bootup is too long and no way around it.
rocken is offline   Reply With Quote
Old 07-18-2006, 01:43 PM   #13
Maximum Bitrate
Change's CarPC Specs
 
Change's Avatar
 
Join Date: Aug 2004
Location: California
Vehicle: 03 Honda Civic sedan
Posts: 482
My Photos: (0)
Quote: Originally Posted by blk
check out initng, it's quite a boost for me, have a running myth frontend (on ratpoison-wm, so quite minimal) in about 30sec from grub.
what it does is basically heavily parallelize the boot process, to not idle around

runit is another init replacement, and there's even a Debian package for it: http://www.debian-administration.org/articles/199
(Downside to runit is that it seems to work quite differently than init/initng, but initng is currently only in Debian experimental)
__________________
System status: in progress
Change is offline   Reply With Quote
Old 07-18-2006, 05:28 PM   #14
FLAC
 
shotgunefx's Avatar
 
Join Date: Apr 2005
Location: Boston, MA
Vehicle: 2002 Chrysler Sebring Coupe LXI
Posts: 1,760
My Photos: (33)
Quote: Originally Posted by Change
Hm. List of Hotplug-related files here: http://www.die.net/doc/linux/man/man8/hotplug.8.html

More documentation here: http://linux-hotplug.sourceforge.net/

Aha, there's an /etc/hotplug/blacklist file that can be used to specify modules you never want loaded: http://www.bangmoney.org/presentations/hotplug/

Thanks, it gets confusing with the various subsystems. modutils/udev/hotplug.

I think I'll have to read up a bit more on coldplug too.

Don't know if I mentioned it or not, but I fixed my sound getting borked on resume. I had ampd and acpi both running. Getting rid of ampd fixed it.
shotgunefx is offline   Reply With Quote
Old 07-19-2006, 03:17 PM   #15
Maximum Bitrate
Change's CarPC Specs
 
Change's Avatar
 
Join Date: Aug 2004
Location: California
Vehicle: 03 Honda Civic sedan
Posts: 482
My Photos: (0)
Quote: Originally Posted by shotgunefx
Thanks, it gets confusing with the various subsystems. modutils/udev/hotplug.

I think I'll have to read up a bit more on coldplug too.

Let me know what you find about hotplug. My system appears to be loading modules from /etc/modules and then hotplug loads and attempts to load the same modules all over again...time to get to the module tweaking!
__________________
System status: in progress
Change is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Boot times 84RegalRider Linux 50 07-23-2007 02:58 PM
Help! Monitor (PC to Avic-N1 via RCA) won't display anything after boot up screen! lil' is 300 General Hardware Discussion 6 04-09-2006 02:23 PM
boot times with XP Alives General Hardware Discussion 2 11-15-2001 12:42 PM
boot times pinkysqueaks General MP3Car Discussion 39 08-31-2001 06:30 PM
boot times for mp3 players alany General Hardware Discussion 4 12-16-1999 12:09 AM


All times are GMT -5. The time now is 11:16 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics