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
flagTried
sudo apt-get update && sudo apt-get upgrade
Tried
sudo service rsyslog stop
andsudo 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
nomodeset
, then install Nvidis drivers. – Jun 25 '19 at 18:08nomodeset
it should boot in low graphics but not freeze, then install Nvidia dtivers. – Jun 25 '19 at 18:12tail syslog
so we can see repeated error messages. – WinEunuuchs2Unix Jun 25 '19 at 19:37