LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-15-2013, 09:46 PM   #1
nepeta
LQ Newbie
 
Registered: Jan 2013
Posts: 9

Rep: Reputation: Disabled
How long should Slackware take to boot?


Hi, I'm installing Slackware for the first time and I read in the guide that I should make an initrd and use the generic kernel. I did, and I thought that would make booting faster but it's actually slower by a couple of seconds. It takes about 40 secs booting from either kernel. Is this normal? Did I do something wrong? I'm so scared I'm going to mess something up because I'm not used to having to do so much stuff.
 
Old 01-16-2013, 01:06 AM   #2
salparadise
Senior Member
 
Registered: Nov 2002
Location: Birmingham UK
Distribution: Various
Posts: 1,736

Rep: Reputation: 146Reputation: 146
That's about normal.
You can edit /etc/lilo.conf and add the word "compact" at the top of the file (after the comments section). That will speed up the boot process somewhat.
 
Old 01-16-2013, 01:33 AM   #3
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,198

Rep: Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307
And: Improving Slackware Boot Time, by Woodsman.

And yeah, that boot time is normal on a normal hard drive. On an SSD it's much faster.

Last edited by dugan; 01-16-2013 at 11:22 AM.
 
Old 01-16-2013, 01:56 AM   #4
bosth
Member
 
Registered: Apr 2011
Location: British Columbia, Canada
Posts: 304

Rep: Reputation: 127Reputation: 127
Compared to some other distros, Slackware does boot a bit slow. I'd echo dugan by saying that yours is about normal.
 
Old 01-16-2013, 02:40 AM   #5
wigry
Member
 
Registered: Jul 2004
Distribution: slackware
Posts: 225

Rep: Reputation: 53
First split that boot time into two parts - Kernel and the rest from Init. There is nothing much you can do to reduce the boot time of the kernel (except lilo compact line) and the rest since initrd is mainly slowed down by massive index rebuilding which can be disabled if you wish so. I however would not care about boot time at least on the desktop as it is once-a-day event. I have that 40 seconds to wait till I get the prompt.
 
Old 01-16-2013, 07:57 AM   #6
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; Slackware64-current (VM); Debian 12 (VM)
Posts: 8,290
Blog Entries: 61

Rep: Reputation: Disabled
I'm not worried about it, but 14.0 does seem to take a bit longer to boot (from lilo boot-screen to KDE desktop) than 13.37 did.
 
Old 01-16-2013, 12:01 PM   #7
vdemuth
Member
 
Registered: Oct 2003
Location: West Midlands, UK
Distribution: Slackware 14 (Server),OpenSuse 13.2 (Laptop & Desktop),, OpenSuse 13.2 on the wifes lappy
Posts: 781

Rep: Reputation: 98
I've often wondered the same thing and wonder if anyone with the technical skill would take those parts of rc.M and that cause the delays and create some sort of run-once type script for them for first time boot after initial installation and then only run again when those parts referenced are updated/altered.
If I knew how to go about it I would probably have a go myself. Unfortunately my knowledge in that area is sitting at 0%.
 
Old 01-16-2013, 12:57 PM   #8
wigry
Member
 
Registered: Jul 2004
Distribution: slackware
Posts: 225

Rep: Reputation: 53
Actually it would be fairly simple script that would store the cache updating result somewhere in a system and if the results are either missing (first boot) or out of date, the cache's would be rebuilt. Only question is to find out how to determine if the cached data is out of date or not. Anyhow with such a setup the script could run on every boot and would not consume more than couple of milliseconds to figure out whether to start update process or not.
 
Old 01-16-2013, 03:06 PM   #9
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
I've often wondered the same thing and wonder if anyone with the technical skill would take those parts of rc.M and that cause the delays and create some sort of run-once type script for them for first time boot after initial installation and then only run again when those parts referenced are updated/altered.
If I knew how to go about it I would probably have a go myself. Unfortunately my knowledge in that area is sitting at 0%.
Refer to comment #3.
 
Old 01-16-2013, 08:27 PM   #10
perbh
Member
 
Registered: May 2008
Location: Republic of Texas
Posts: 393

Rep: Reputation: 81
Quite honestly - who the h... cares how long it takes to boot and how impressive the boot-screens are?? (well, quite some few obviously see this as a problem).
So folks - how often do you boot? One of the huge advantages of linux is that it just goes and goes and goes and ... ya get the jist?? I had a server (runni ng slackware, what else?) that I didn't boot for 3 years - there were some unattended boots because of power-glitches (no ups!), but never more than a couple of times a year. I can't remember the last time I booted my primary desktop - probably in November sometime ...
So - if it takes 20 secs or 4 mins - I don't really care. It is not like that 'other OS' where rebooting is the order of the day.

Just my 2c-worth ...
 
1 members found this post helpful.
Old 01-17-2013, 01:28 AM   #11
vdemuth
Member
 
Registered: Oct 2003
Location: West Midlands, UK
Distribution: Slackware 14 (Server),OpenSuse 13.2 (Laptop & Desktop),, OpenSuse 13.2 on the wifes lappy
Posts: 781

Rep: Reputation: 98
Quote:
Originally Posted by Woodsman View Post
Refer to comment #3.
Yeah, I get that, but that's running from a cron job, rather than when booting and whilst a valid and alternative way of completing said task is not what I had in mind.
Thanks for the suggestion though.

Quote:
Quite honestly - who the h... cares how long it takes to boot and how impressive the boot-screens are?? (well, quite some few obviously see this as a problem).
So folks - how often do you boot? One of the huge advantages of linux is that it just goes and goes and goes and ... ya get the jist?? I had a server (runni ng slackware, what else?) that I didn't boot for 3 years - there were some unattended boots because of power-glitches (no ups!), but never more than a couple of times a year. I can't remember the last time I booted my primary desktop - probably in November sometime ...
So - if it takes 20 secs or 4 mins - I don't really care. It is not like that 'other OS' where rebooting is the order of the day.

Just my 2c-worth ...
I to have a server running, so can't disagree there, but not so good for laptop users though, which I also have and just gets booted as needed.
 
Old 01-17-2013, 01:42 AM   #12
salparadise
Senior Member
 
Registered: Nov 2002
Location: Birmingham UK
Distribution: Various
Posts: 1,736

Rep: Reputation: 146Reputation: 146
Some of us don't have very much money and wives who say "what do you mean you left it on all night? Was it doing anything? No? Then switch it off when you finish."

Better a daily boot than a few days with no electricity.

Besides, since I put SSD drives in my machines, they boot real fast.

Last edited by salparadise; 01-17-2013 at 01:43 AM. Reason: Spelling and gramma.
 
Old 01-17-2013, 05:40 AM   #13
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by perbh View Post
So folks - how often do you boot?
Workstation:
Code:
tobi ~ ☺ $ uptime
 12:33:23 up 3 days, 16:17,  7 users,  load average: 0.97, 0.66, 0.73
Would be longer, but I have upgraded to -current on this machine 3 days ago.

Laptop:
Quote:
tobi@dragon ~ ☺ $ uptime
12:34:43 up 6 days, 7:47, 6 users, load average: 0.26, 0.12, 0.13
Hibernation does not reset the uptime counter.

Fileserver:
Quote:
tobi@server ~ ☺ $ uptime
12:36:17 up 3 days, 9:12, 1 user, load average: 0.06, 0.02, 0.00
Usually about a month or two, but I had shut the machine down to remove dust from that machine.

I don't care about boot-time, but I am using SSDs in my machines, so I have faster boots than normal users anyway.
Quote:
It is not like that 'other OS' where rebooting is the order of the day.
I have absolutely no problem with that, my Windows install can run for days without a reboot.

Quote:
Originally Posted by vdemuth
not so good for laptop users though, which I also have and just gets booted as needed.
Use hibernation, boots faster and after power-on you are exactly where you shut down the machine.
 
Old 01-17-2013, 11:22 AM   #14
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
Yeah, I get that, but that's running from a cron job, rather than when booting and whilst a valid and alternative way of completing said task is not what I had in mind.
Rename the script to rc.housekeeping, move to /etc/rc.d, and run from within your rc.local as a background task.

Quote:
Quite honestly - who the h... cares how long it takes to boot and how impressive the boot-screens are??
Because many people shut down their systems at the end of the day. Electricity costs money.
 
Old 01-17-2013, 11:26 AM   #15
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,198

Rep: Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307
Quote:
Originally Posted by perbh View Post
So folks - how often do you boot?
My computers are turned on, on a need basis. When my computing session finishes, I power down.

Here, btw, is Pat's statement on why it takes so long:

http://www.linuxquestions.org/questi...ml#post4328130

Last edited by dugan; 01-17-2013 at 11:30 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Slackware: erratic boot times; long pause at the end. Romanus81 Slackware 4 08-12-2008 09:46 AM
SlackwareŽ 12.1 rc1 'Won't be long now!' onebuck Slackware 5 04-04-2008 05:41 AM
Slackware security updates - for how long? Nobber Slackware 12 04-03-2006 11:54 AM
Slackware , how long will it last ? ? ? caovankhanhvn Slackware 12 08-18-2004 02:00 PM
Kde in Slackware - Very Long Post slaxnoob Slackware 2 08-04-2004 04:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:06 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