Slow Boot Time (ASUS ROG gl552vw)

I have an Asus ROG gl552vw laptop with:

  • 12GB of Ram
  • 1TB SSD
  • Intel i7 6700HQ
  • NVIDIA graphic card.

The thing is that I have noticed that a normal boot time on my system takes more than 2 minutes. After the system starts, everything runs fine and smooth, so no problem there.
From what I have read, I figured out that more than 2 minutes of boot time cannot be considered “normal”.

When I run the command: sudo journalctl -p 3 -xb I got some errors related to the BIOS.

-- Journal begins at Wed 2021-05-19 12:43:21 -04, ends at Wed 2021-05-19 13:02:35 -04. --
may 19 12:43:21 javier-gl552vw kernel: DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x0000000078800000-0x000000007affffff], contact BIOS vendor for fixes
may 19 12:43:21 javier-gl552vw kernel: 
may 19 12:43:22 javier-gl552vw kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
may 19 12:43:22 javier-gl552vw kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
may 19 12:43:26 javier-gl552vw kernel: Bluetooth: hci0: unexpected event for opcode 0xfc2f

I I would like to speed up my booting time and solve these issues.

Is there anything I can do?

  1. In the future, when providing code/output, please copy-paste that output in-between 3 backticks ``` at the beginning and end of the code/text so that the output looks like this:

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    

    instead of like this:

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    (as that makes both our lives much easier)

  2. No need to do anything right now as I’m an editor here on this site and have fixed it for you already. However, in the future I might not see your post so review my edits by pushing the orange pencil above the post I just fixed. :wink:

  3. Please read this:
    How to provide good information
    and post some more information so we can see what’s really going on. Now we know the symptom of the disease, but we need some more probing to know where the origin lies…

  4. An inxi --admin --verbosity=7 --filter --no-host --width would be the minimum required information… (Personally Identifiable Information like serial numbers and MAC addresses will be filtered out by the above command)
    Also, please copy-paste that output in-between 3 backticks ``` at the beginning and end of the code/text.

  5. Also please provide the output to:

    systemd-analyze blame
    

:+1: