Pure64 10.1 is my main OS and I love it, but it always boots much slower (~40 seconds) compared to my prior OS (Devuan ASCII, ~12 seconds).
It's no big deal if it's normal. I just want to make sure that there is no problem with my configuration. Some of the delay is due to all my extensions, so let's see what happens if I exclude the bulk of the extensions. I will use the
printk.time=1 boot parameter for the two tests below.
Boot time is ~12 seconds (/var/log/messages
here) when my onboot.lst contains this:
Xfbdev.tcz
aterm.tcz
fluxbox.tcz
Boot time jumps up to ~24 seconds (/var/log/messages
here; note the ~10 second delay between lines 1037 and 1038) when my onboot.lst contains this:
Xorg-7.7.tcz
aterm.tcz
fluxbox.tcz
xf86-video-intel.tcz
Does any obvious pathology jump out at you in either log? I prefer using full-blown Xorg7.7--is there a reason it takes about twice as long to boot than Xfbdev?
P.S. This machine is a T400 ThinkPad with integrated Intel graphics. My harddrive is a nice and fast SSD. I'm using mount mode for the extensions (i.e., I don't use
copy2fs.flg).