I have a shared SSD with Windows 11 and Zorin OS. The Windows install is minor, it's bare and empty. The Zorin OS is my main OS. When the boot loader loads it gives me the (usual?) Zorin OS choice and each time I choose that, the system goes blank for a second and a bunch of error logs come up on screen for a fraction of a second before continuing to (seemingly) load Zorin OS correctly.
How do I discovered what these log notices / messages are? Their shape are definitely error reporting of some sort but they're far too fast to read.
Edit: /var/logs is where I'm looking but the boot.log file tells me nothing that looks at all useful and syslog seems to show hundreds of varied errors (mostly gnome-shell which don't seem to be the shape of those I saw at OS startup)
I can only take from this that there are no critical system errors. You have said that everything seems to work normally, as well.
You may look to your Grub Parameters and see if quiet and splash are set. You may wish to add the parameter loglevel=3 as well. Just be sure to run sudo update-grub after adding the loglevel parameter.
I'm not sure I need to change the log level as such, but I need to be able to read the printed warnings, perhaps there's a way I can force these screen output notices/warnings into a specific file of my choosing (/var/log/loadingboot.log or similar) . Actually, I just thought I can try and photograph it with my phone..... hmm....
ACPI warnings are generally harmless. What they mean:
ACPI = Advanced Configuration and Power Interface
What ACPI Tables do: They are specified tables that describe the Hardware Interface to the Kernel or Operating System.
What ACPI Warnings Mean:
If the information in the ACPI table is empty, incomplete or erroneous; it cannot be resolved or may be "not found".
The operating system notes that the ACPI table provided by the hardware manufacturer is missing that data - which you noticed in the print.
The operating system then reverts to the Fallback generic handling. Which is why everything is working on your system, in spite of the hardware failing to identify.
You cannot resolve these without contacting the hardware manufacturer and letting them know that their tables lack data - to which they may not bother with it...
I also get some of those AE not Found and ACPI warnings and I do indeed use quiet splash loglevel=3 grub parameter in order to not be nagged when booting up.