Results 1 to 8 of 8

Thread: Multiple Errors During Boot and in Log

  1. #1
    Join Date
    Apr 2024
    Location
    Nova Scotia, Canada
    Beans
    16
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Multiple Errors During Boot and in Log

    Hello all.

    Before I start, here's a link to the output of the Ubuntu Forums system-info script:

    https://paste.ubuntu.com/p/fDwy9YzSfW/

    I've been using Ubuntu for probably a month now. I've been noticing a few error messages appearing during Boot:

    kernel: x86/cpu: SGX disabled by BIOS
    integrity: Problem loading X.509 certificate -65
    Bluetooth: hci0: Malformed MSFT vendor event: 0x02

    I did some googling of the error messages and haven't found much conclusive information.

    For the SGX disabled by BIOS one I found that it can be fixed by enabling SGX in the BIOS but I have no option in there.

    Problem loading X.509 certificate -65, seems to be common for Acer laptops. I read that it's cause by out of date certificates in the BIOS.

    Bluetooth: hci0: Malformed MSFT vendor event: 0x02. My Bluetooth still seems to work fine.

    Anyway while trying to figure out those errors since they appear I checked the log program and found a whole list of errors in the log, I also uploaded that to pastebin:

    https://paste.ubuntu.com/p/4FRdf7BvB4/

    My system seems to be operating fine, I've been playing games, running CAD software and just using my computer as normal. Most games seem to work better on Ubuntu than they did on Windows once I get them running.

    I was wondering if any of those log messages are anything I should worry about? Most of the results I got from searching them had comments saying they were nothing overly serious.

    Thanks.



  2. #2
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Multiple Errors During Boot and in Log

    Quote Originally Posted by nicolasdentremont View Post

    kernel: x86/cpu: SGX disabled by BIOS
    integrity: Problem loading X.509 certificate -65
    Bluetooth: hci0: Malformed MSFT vendor event: 0x02

    I was wondering if any of those log messages are anything I should worry about? Most of the results I got from searching them had comments saying they were nothing overly serious.

    Thanks.


    Those errors/warnings come in some Acer laptops as its BIOS contains two obsolete certificates. The error message's is harmless and can be ignored.

    Enjoy your Buntu.

    EDIT how ever you can look at the drive with:
    Code:
    sudo badblocks -sv /dev/sda2
    For example mine would look like this:
    Code:
    sudo badblocks -sv /dev/nvme0n1p1
    Checking blocks 0 to 307199
    Checking for bad blocks (read-only test): done                                                 
    Pass completed, 0 bad blocks found. (0/0/0 errors)
    Last edited by 1fallen; 2 Weeks Ago at 12:48 AM. Reason: fixed for the OP's drive
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  3. #3
    Join Date
    Apr 2024
    Location
    Nova Scotia, Canada
    Beans
    16
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Multiple Errors During Boot and in Log

    Quote Originally Posted by 1fallen View Post
    Those errors/warnings come in some Acer laptops as its BIOS contains two obsolete certificates. The error message's is harmless and can be ignored.

    Enjoy your Buntu.
    Thanks for the info, that's basically what most of the comments I found regarding that were.

    Quote Originally Posted by 1fallen View Post
    EDIT how ever you can look at the drive with:
    Code:
    sudo badblocks -sv /dev/sda2
    For example mine would look like this:
    Code:
    sudo badblocks -sv /dev/nvme0n1p1
    Checking blocks 0 to 307199
    Checking for bad blocks (read-only test): done                                                 
    Pass completed, 0 bad blocks found. (0/0/0 errors)
    I will give that a try, It looks like it's going to take a long time to complete the test.

  4. #4
    Join Date
    Apr 2024
    Location
    Nova Scotia, Canada
    Beans
    16
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Multiple Errors During Boot and in Log

    No bad blocks found.

  5. #5
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Multiple Errors During Boot and in Log

    Your UEFI firmware version number looks low or older.
    Best to make sure you have latest firmware for both UEFI and NVMe drive.
    You can directly see that:
    sudo lshw | grep -m 1 -A 5 "*-firmware" &
    udisksctl status
    or
    sudo nvme list
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  6. #6
    Join Date
    Apr 2024
    Location
    Nova Scotia, Canada
    Beans
    16
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Multiple Errors During Boot and in Log

    Quote Originally Posted by oldfred View Post
    Your UEFI firmware version number looks low or older.
    Best to make sure you have latest firmware for both UEFI and NVMe drive.
    You can directly see that:
    sudo lshw | grep -m 1 -A 5 "*-firmware" &
    udisksctl status
    or
    sudo nvme list
    sudo lshw | grep -m 1 -A 5 "*-firmware"

    Code:
     *-firmware
              description: BIOS
              vendor: Insyde Corp.
              physical id: 0
              version: V1.01
              date: 03/06/2019
    udisksctl status
    Code:
    [1] 4391
    MODEL                     REVISION  SERIAL               DEVICE
    --------------------------------------------------------------------------
    WDC PC SN520 SDAPNUW-512G-1014 20110000  191653800146         nvme0n1 
    ST9500325AS               0005HPM1  6VEMJ8AA             sda
    But: sudo nvme list
    Results in:
    Code:
    sudo: nvme: command not found
    On the Acer website, in BIOS/Firmware section for my specific model number there is a Update Insyde solution v1.33. That looks like the updated version of my current BIOS V1.01.

    It looks like I'll have to install it with Windows since the file is a .exe.

  7. #7
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Multiple Errors During Boot and in Log

    Many UEFI can update from UEFI directly if file extracted into FAT32 partition which UEFI can read.
    Some also update from a DOS bootable flash drive.

    If nvme not installed you have to installed it, but udiskctl showed version.
    If NVMe drive probably withwhile to install nvme.
    sudo apt install nvme-cli
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  8. #8
    Join Date
    Apr 2024
    Location
    Nova Scotia, Canada
    Beans
    16
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Multiple Errors During Boot and in Log

    Quote Originally Posted by oldfred View Post
    Many UEFI can update from UEFI directly if file extracted into FAT32 partition which UEFI can read.
    Some also update from a DOS bootable flash drive.

    If nvme not installed you have to installed it, but udiskctl showed version.
    If NVMe drive probably withwhile to install nvme.
    sudo apt install nvme-cli
    I do have a NVMe drive in the laptop but my Ubuntu is on a regular HDD. The NVMe drive is what my Windows is on.

    Anyway I updated the BIOS. It was a suprisingly quick and easy process. I don't have any new BIOS options and all the error messages are still there. No new ones at least.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •