My Laptop takes more than 2 minutes to complete booting and another 1 minute or so after i provide to password to successfully login. This was more than twice as my normal boot time where i will be in desktop in about 1 minute. When i tried exploring the reason I found as soon as i enter in the terminal session the following error was displayed
[0.196207] pmp 00:0b can’t evaluate _crs: 12311
doing fast boot
Warning: Deprecated config file /etc/modprobe.conf, all config files belong to into
Warning: Deprecated config file /etc/modprobe.conf, all config files belong to into
Warning: Deprecated config file /etc/modprobe.conf, all config files belong to into
Warning: Deprecated config file /etc/modprobe.conf, all config files belong to into
Creating devices with udev
Warning: Deprecated config file /etc/modprobe.conf, all config files belong to into /etc/modprobe.d/.
Only after this the welcome message and login prompt appears
Please guide me on how to get rid of this error message and to improve the boot speed. Any help is highly appreciated.
Even I don’t have that folder in my system. I think the error message is only because I don’t have that folder(files). I can only find modprobe.d folder in the /etc folder. I have tried even to check the hidden files in this /etc folder but can’t find a folder named modprobe.conf
On 2013-08-20 02:16, cakarunkumar wrote:
>
> caf4926;2580112 Wrote:
>> FYI: the file your error lists -/etc/modprobe.conf-
>> Is not on my system
>>
>> If it actually exists on your system, I suggest deleting it
>
> Even I don’t have that folder in my system. I think the error message
> is only because I don’t have that folder(files). I can only find
> modprobe.d folder in the /etc folder. I have tried even to check the
> hidden files in this /etc folder but can’t find a folder named
> modprobe.conf
NOT a folder, it is a file. I have it, doesn’t cause any problem.
Telcontar:~ # l /etc/modprobe.conf.-
-rw-r--r-- 1 root root 12796 Oct 7 2005 /etc/modprobe.conf.-
Telcontar:~ #
The file is a byproduct of upgrading the system. All of its contents
should by now be in files inside the “/etc/modprobe.d/” folder. The old
file is renamed with a dash on the end, so that it is not used. But some
silly process still tries to read it.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
On 2013-08-20 02:16, cakarunkumar wrote:
>
> caf4926;2580110 Wrote:
>> The firewall is ON by default
>
> Yes the firewall was on by default but i switched it off after install
> and now i have switched it on again
Do you try to activate any networked service during boot? A remote mount
via samba or nfs?
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
FWIW,
I don’t think you copied the error code correctly. If you change “pmp” to “pnp” you’ll get plenty of Google hits on your error
Recommended search:
pnp can’t evaluate _crs
In plain words, I speculate that your error relates to “Plug and Play” which makes sense since the next entries are udev entries, and there is an integrity check failure on the result. Further speculating, the original file likely was created before your upgrade and now the files used to ensure integrity either don’t exist or are not used by the system after upgrade. So, in principle I agree that the easy try should be to simply remove the file and see what happens.
Yes your correct on my spelling mistake on the error. I tried googling with the correct spelling. But sadly no page seems to provide an answer for this!!!
On 2013-08-25 19:06, cakarunkumar wrote:
>
> robin_listas;2580929 Wrote:
>> Install this:
>>
>> systemd-analyze - Tool for processing systemd profiling information
>>
>>
>> and then you can see where is boot taking time.
> I Have installed on my laptop and found the log file created by it in
> /usr/bin/ and the following is only dispalyed by the file
>
> #!/usr/bin/python
>
> import getopt, dbus, sys, os
…
> verb.get(args[0], unknown_verb)()
>
>
> I can’t understand anything in this. Please guide me further.
Indeed. That is not the log, it is the program that generates the log.
Telcontar:~ # systemd-analyze --help
systemd-analyze --user] time
systemd-analyze --user] blame
systemd-analyze --user] plot
Process systemd profiling information
-h --help Show this help
Telcontar:~ #
You can, for example, run:
systemd-analyze plot > plot.svg
and then, for example:
display plot.svg
to display the graph.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
On 2013-08-26 04:36, cakarunkumar wrote:
>
> robin_listas;2581570 Wrote:
> Thank you for the explaination. I tried running both the commands. The
> first one(plot.svg) went on fine, however the second one(display
> plot.svg) throws an error message as pasted below. Can you educate me on
> what has caused this error?
>
>
> Code:
> --------------------
> linux-mqcm:~ # display plot.svg
> display: unable to open image `plot.svg’: No such file or directory @ error/blob.c/OpenBlob/2642.
>
> --------------------
Exactly what it says, that the file does not exist. Do a listing and
find it. If not there, re-verify the previous command that should
generate it.
>
>
–
Cheers / Saludos,
Carlos E. R.
(from 11.4, with Evergreen, x86_64 “Celadon” (Minas Tirith))
On 2013-08-26 19:16, wolfi323 wrote:
> Run “systemd-analyze blame” and post the output.
> That will be easier I guess…
True, but results are confusing. Sometimes a service takes a lot of time
to complete, but not because there is some problem with it, but because
it is waiting for some other service to complete. With the graph you can
hope to find that out visually.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4, with Evergreen, x86_64 “Celadon” (Minas Tirith))