Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
07-21-2022, 06:45 PM
|
#1
|
Senior Member
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151
Rep:
|
Where would a boot message be written?
For the last few days, when I start my laptop, before I get to the actual login screen, I get a message, about 10 lines long, something about a missing packets.
It flashes by so fast, I can't really read it. Then I am at the login screen.
Where would such a message be logged?
I looked in sys.log, kern.log, boot.log, dmesg, but I can't see anything similar.
The laptop seems to be working OK.
|
|
|
07-21-2022, 09:27 PM
|
#2
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,737
|
You've looked at the places I would have suggested.
It could well be that this is nothing to worry about. At time of boot, the kernel probes for all sorts of stuff. It's not unusual for some items to return a not-found message.
It's a long shot, but you could try recording the boot process with a cellphone or other device, then reviewing the recording.
|
|
1 members found this post helpful.
|
07-21-2022, 10:40 PM
|
#3
|
Senior Member
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151
Original Poster
Rep:
|
Good idea, I'll do that! Thanks!
|
|
|
07-22-2022, 12:41 AM
|
#4
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,737
|
Please let us know what happens!
|
|
|
07-22-2022, 06:14 AM
|
#5
|
Senior Member
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151
Original Poster
Rep:
|
These 2 photos report a BIOS bug, I believe.
Like I said, this started a few days ago, not exactly sure when.
My laptop still works fine.
Is there anything I should/could do?
|
|
|
07-22-2022, 06:43 AM
|
#6
|
LQ Guru
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,112
|
ACPI errors seldom signify anything. A lot of ACPI software is sloppily written and not according to the international ACPI standard. Windows doesn't mind that but the Linux kernel tends to get sniffy about it.
|
|
|
07-22-2022, 08:44 AM
|
#7
|
Member
Registered: Jan 2022
Location: Limassol, Cyprus
Distribution: Debian
Posts: 382
Rep:
|
I also have ACPI errors, the computer boots and works without any problems. Another user reported similar errors and everything works okay.
On this thread. https://www.linuxquestions.org/quest...ic-4175711968/
|
|
|
07-22-2022, 10:19 PM
|
#8
|
Senior Member
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151
Original Poster
Rep:
|
Thanks for the advice everyone!
I looked up ACPI errors here
Trying to fix that is way beyond my abilities. And everything is working.
"If it ain't broke, don't fix it!" is a laudable maxim!
|
|
|
07-22-2022, 10:31 PM
|
#9
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,737
|
If everything else is working, I think that is the best choice.
|
|
|
07-25-2022, 10:02 AM
|
#10
|
Member
Registered: Jul 2017
Location: King's Lynn, UK
Distribution: Nowt but Puppies....
Posts: 660
|
Over the last 10-12 years - the first 4 or 5 especially, before settling down with Puppy - I don't think I've seen a single distro anywhere that will boot without the kernel complaining about something at boot.
i know very little about the kernel, beyond a layman's understanding of its basic operation - but I would imagine there must be some kind of error-detection threshold built-in. The kernel finds x, y or z isn't present, or initialized, or doing what it would LIKE to see.....but it allows boot to proceed anyway. Otherwise I rather suspect that no machine, anywhere, would ever be able to boot the thing.....
Mike.
Last edited by Mike_Walsh; 07-25-2022 at 10:36 AM.
|
|
|
07-25-2022, 02:09 PM
|
#11
|
Member
Registered: Jan 2022
Location: Limassol, Cyprus
Distribution: Debian
Posts: 382
Rep:
|
Quote:
Originally Posted by Pedroski
Where would a boot message be written?
|
Option -b
|
|
1 members found this post helpful.
|
07-29-2022, 03:26 PM
|
#12
|
LQ Guru
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 11,069
|
Isn't that what the dmesg command does?
|
|
|
07-29-2022, 08:24 PM
|
#13
|
Senior Member
Registered: Aug 2016
Posts: 3,345
|
Quote:
Originally Posted by sundialsvcs
Isn't that what the dmesg command does?
|
Not quite.
dmesg dislays the kernel messages where journalctl displays all system logged messages
|
|
1 members found this post helpful.
|
07-30-2022, 08:48 AM
|
#14
|
LQ Guru
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,112
|
Some distros dump the kernel's message ring to a file called boot or similar as soon as booting is complete. This could be done with systemd distros too if klogd is set up to use journald's optional output socket. I suppose it depends on the developers.
|
|
|
All times are GMT -5. The time now is 05:35 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|