Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I get several lines of errors at boot-up and shutdown using various linux installs and with 2 different hard drives tested. I've seen others post such and get help, but i don't know how to do this. Are these errors that flash by contained in a file somewhere, or how do i create such a file? Many thanks!
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881
Rep:
Quote:
Originally Posted by billwx
I get several lines of errors at boot-up and shutdown using various linux installs and with 2 different hard drives tested. I've seen others post such and get help, but i don't know how to do this. Are these errors that flash by contained in a file somewhere, or how do i create such a file? Many thanks!
You can type the following to get a page at a time of your kernel log; (you don't need to be root)
Code:
dmesg | less
There's also the following that records the start-up process to a file;
Thanks much for the fast replies. The laptop is an HP 15, the OS currently in use there is Korora 26, so yes i think systemd.
The errors began shortly after the laptop was dropped so i feared i had damaged something. Changing the hard drive made no difference, and i noticed no problems with the machine other than the error messages. Much reading online now leads me to think it is a commonly known ACPI error that may have become visible after a kernel upgrade and have nothing to do with damaged hardware?
The dmesg | less file is huge, but the errors are these:
The laptop in question is an HP 15 and the current OS is Korora 26, so yes i think systemd. The unit was dropped shortly before these errors began to appear so i feared i had damaged something. Since this i have gotten the same results with a different hard drive and several Linux distros. I have noticed no issues with the machine other than seeing these messages. Recently i am coming to believe it's a well known ACPI error that appears with a kernel upgrade and doesn't indicate a hardware problem?
The dmesg | less file is huge, but the errors are these:
is korora based on fedora? i.e. a bleeding edge distro?
something like that is to be expected.
if your system is working properly, i wouldn't worry about some acpi errors. chances are it will get fixed soon.
or, how old is the hardware? maybe a bleeding edge distro is not suitable? or maybe it's possible to switch to LTS kernel?
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881
Rep:
From your output, it looks to me like it's just informing you that your laptop doesn't have certain "features". If your not actually having any problems, there's probably nothing to be worried about.
I see the same sort of messages in my kernel log, my machine still works no problem. Not all messages in Linux, necessarily indicate a problem(s) as such.
Korora is based on Fedora. I like it but wouldn't really call it bleeding edge. For me that's my favoritte distro the Arch-based Antergos. But I've used many distros on the machine (why i bought it in the first place).
In any case, I'm comfy that all is well AND have learned in the process. Marking it solved. Thanks to all!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.