Zorin Startup errors, should we worry?

Starting Zorin, tihs coming at start, what is that?
can i fix that?

Zorin running perfect

Greeting Marzipan

It is nothing to worry about - I have replied on similar posts, and basically down to MS not implementing ACPI protocols correctly for differing motherboards, or manufacturers being sloppy with ACPI implementation (Power Controls).

To hide the errors, follow the posted solution here:

2 Likes

This is the same as @swarfendor437 has on the link, just i have it on file :slight_smile:

  • You will need to open the GRUB default file & add: (loglevel=3),inside the ("") on the line, (GRUB_CMDLINE_LINUX_DEFAULT="quiet splash")

  • Example:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash loglevel=3"

Open the GRUB file to make changes with the below command;

sudo nano /etc/default/grub

  • After adding the parameter,
    Click
    ctrl+o, To Write the changes.
    Then Enter, To confirm changes & file directory.
    Now Ctrl+x, To exit the file.

  • Next run:

sudo update-grub

2 Likes

i can`t write insite the line
(GRUB_CMDLINE_LINUX_DEFAULT="quiet splash")

When using the Nano text editor, you must navigate using the arrow keys on your keyboard. Use down arrow key to get to the GRUB_CMDLINE_LINUX_DEFAULT line, then the right arrow key to move the cursor to the "quiet splash" position.

3 Likes

Hello,
wow thank you so much. i have fix it. starting without mistake.

greetings Marzipan

2 Likes

I leave mine, with updates they have gotten smaller in list length, and I keep an eye out for new additions - so far negative on that.

1 Like

Glad to see it's fixed, due to this question happening a lot, you had inspired me to write a short tutorial/guide for this process.

Enjoy the OS
Zorin Forum Community.

2 Likes