1

My Laptop can be found here. For the past 2-3 Weeks I am trying to install Linux into my PC. I have tried make bootable USB using rufus and also by using ubuntu default Startup Disk creator. I have Tried all options with Ubuntu 18.04.2 LTS and Ubuntu 19.04 that I have downloaded from their site 2-3 times.

But every time I am facing the same Problem is that my PC /var/log keeps on filling up my PC over and over again or my PC freezes after I put my password.

  • Legacy support enabled

  • booting in UEFI mode

  • I have tried all other options as given here.

  • Tried deleting logs and still they come up next time.

  • tried Erase whole disk and install ubuntu

  • I have tried setting up nouveau.modeset=0 in the boot option.

  • Tried Installing with nomodeset flag

  • Tried sudo apt-get update && sudo apt-get upgrade

  • Tried sudo service rsyslog stop and sudo systemctl disable rsyslog

  • Tried kerner logging disable as shown here still dosn't works.

None of the above options helps. I am still getting the logs filled again. Please help me

tail syslog shows the following

Jun 26 01:12:25 Notebook kernel: [   36.448930] pcieport 0000:00:1c.5:    [ 0] Receiver Error         (First)
Jun 26 01:12:25 Notebook kernel: [   36.448953] pcieport 0000:00:1c.5: AER: Corrected error received: 0000:00:1c.5
Jun 26 01:12:25 Notebook kernel: [   36.448958] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Jun 26 01:12:25 Notebook kernel: [   36.448960] pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
Jun 26 01:12:25 Notebook kernel: [   36.448963] pcieport 0000:00:1c.5:    [ 0] Receiver Error         (First)
Jun 26 01:12:25 Notebook kernel: [   36.449021] pcieport 0000:00:1c.5: AER: Corrected error received: 0000:00:1c.5
Jun 26 01:12:25 Notebook kernel: [   36.449026] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Jun 26 01:12:25 Notebook kernel: [   36.449030] pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
Jun 26 01:12:25 Notebook kernel: [   36.449033] pcieport 0000:00:1c.5:    [ 0] Receiver Error         (First)
Jun 26 01:12:25 Notebook kernel: [   36.449155] pcieport 0000:00:1c.5: AER: Corrected error received: 0000:00:1c.5
whiteknife@Notebook:/var/log$ tail kern.log 
Jun 26 01:31:50 Notebook kernel: [  391.576410] pcieport 0000:00:1c.5: can't find device of ID00e5
Jun 26 01:31:50 Notebook kernel: [  391.576416] pcieport 0000:00:1c.5: AER: Corrected error received: 0000:00:1c.5
Jun 26 01:31:50 Notebook kernel: [  391.576430] pcieport 0000:00:1c.5: can't find device of ID00e5
Jun 26 01:31:50 Notebook kernel: [  391.576439] pcieport 0000:00:1c.5: AER: Corrected error received: 0000:00:1c.5
Jun 26 01:31:50 Notebook kernel: [  391.576450] pcieport 0000:00:1c.5: can't find device of ID00e5
Jun 26 01:31:50 Notebook kernel: [  391.576470] pcieport 0000:00:1c.5: AER: Corrected error received: 0000:00:1c.5
Jun 26 01:31:50 Notebook kernel: [  391.576490] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Jun 26 01:31:50 Notebook kernel: [  391.576501] pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
Jun 26 01:31:50 Notebook kernel: [  391.576510] pcieport 0000:00:1c.5:    [ 0] Receiver Error         (First)
Jun 26 01:31:50 Notebook kernel: [  391.576521] pcieport 0000:00:1c.5: AER: Corrected error received: 0000:00:1c.5

system@xyz.jornal file

/var/log image

/var/log/journal image

1 Answers1

0

As per this bug report edit your grub command line with:

pci=noaer

I'm on mobile but will update from computer with instructions on how to update grub.