Results 1 to 3 of 3

Thread: PCI bus error, severity = corrected, HP Probook G4

  1. #1
    Join Date
    May 2010
    Beans
    280

    PCI bus error, severity = corrected, HP Probook G4

    I'm having a terrible time trying to get Ubuntu 20 installed. This is an erase-all fresh install.

    After installation is completed I sometimes can't even reboot or maybe I can reboot a few times, but then I get the dreaded neverending scroll of "PCI bus error, severity = corrected,"

    This laptop has UEFI. On reboot, to live DVD of Ubuntu 20, I can choose UEFI DVD or Legacy DVD.

    My HD is GPT.
    /dev/sda1, biosgrub or efi boot, 1 GB
    /dev/sda2, ext4, /, 40 GB
    /dev/sda3, ext4, /home, 900 GB
    /dev/sda4, swap

    With my disk already partitioned, I let Ubuntu do it's install (not "something else"), I successfully booted into Ubuntu. Then on about the 3rd reboot "pci bus errror".

    Some forum posts say I need "Method nomodeset"
    https://ubuntuforums.org/showthread.php?t=2381339

    But how would I do that.
    Also, once I see the "pci bus error" I can no longer do anything to repair it.

    Is this related: When I am able to boot into Ubuntu 20 I then get a warning that my root partition is nearly full (only 650MB available).

    Laptop: HP ProBook 450 G3
    Last edited by webmanoffesto; September 14th, 2020 at 08:09 PM.

  2. #2
    Join Date
    May 2010
    Beans
    280

    Re: PCI bus error, severity = corrected, HP Probook G4

    I followed the instructions on the below two pages. I've rebooted 4 times and ... so far, so good

    https://ahelpme.com/tag/pcie-bus-error/
    Under Ubuntu you can add in the file
    /etc/default/grub
    the following line
    GRUB_CMDLINE_LINUX="pcie_aspm=off"

    https://itsfoss.com/pcie-bus-error-severity-corrected/
    Add pci=noaer in this line. AER stands for Advanced Error Reporting and ‘noaer’ asks the kernel to not use/log Advanced Error Reporting. The changed line should look like this:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=noaer"

  3. #3
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: PCI bus error, severity = corrected, HP Probook G4

    I'm glad you solved it.

    This is an unrelated comment pertaining to your installation mode and partitioning only.

    1. You want UEFI mode, period. So, I hope sda1 is the ESP (EFI System Partition). Anyway, it can't be both.
    2. 1GB for ESP is absolutely insane*. Less than half of that is enough to boot 10-12 different OSes. 1GB is a waste of space.
    3. Since many releases ago Ubuntu doesn't use a swap partition by default. It uses a swapfile. A separated swap partition isn't needed. And very likely another huge waste of space if anything bigger than 2GB for normal usage without hibernation which you shouldn't use anyway and not even enabled by default, same as Windows.


    * In my current installation with Ubuntu standalone only 9MB of the 537MB ESP (installer default) is used.
    Last edited by CelticWarrior; September 15th, 2020 at 01:20 AM.

Tags for this Thread

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
  •