Getting Some error message on boot

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
vsvinit0

Getting Some error message on boot

Post by vsvinit0 »

I am getting some errors on boot. Mostly I have fixed some of the errors by changing kernel parameters and changing some settings in bios. I tried to fix these remaining errors but I am not getting any proper solution. Is there any way to fix these errors or disable them.

Error Message

Code: Select all

[    1.610872] Couldn't get size: 0x800000000000000e
[    2.501602] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector ObjectID from Adapter Service for connector index:2!
[    2.501651] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector ObjectID from Adapter Service for connector index:3!
[    2.575614] [drm:generic_reg_wait [amdgpu]] *ERROR* REG_WAIT timeout 1us * 100 tries - tgn10_lock line:566
[   33.335853] dell_smbios: Unable to run on non-Dell system

Note
To fix the dell_smbios error I have blacklisted this module in the blacklist.config file.


inxi -Fxz

Code: Select all

System:    Host: Swift-SF315-41 Kernel: 4.15.0-38-generic x86_64 bits: 64 gcc: 7.3.0
           Desktop: Cinnamon 3.8.9 (Gtk 3.22.30-1ubuntu1) Distro: Linux Mint 19 Tara
Machine:   Device: laptop System: Acer product: Swift SF315-41 v: V2.11 serial: N/A
           Mobo: RR model: Becks_RR v: V2.11 serial: N/A UEFI: Insyde v: V2.11 date: 07/05/2018
Battery    BAT0: charge: 46.8 Wh 100.0% condition: 46.8/48.9 Wh (96%)
           model: OEM AC14B8K status: Full
CPU:       Quad core AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx (-MT-MCP-) 
           arch: Zen rev.0 cache: 2048 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 15971
           clock speeds: max: 2000 MHz 1: 1403 MHz 2: 1323 MHz 3: 1405 MHz 4: 1376 MHz
           5: 1546 MHz 6: 1387 MHz 7: 1574 MHz 8: 1353 MHz
Graphics:  Card: Advanced Micro Devices [AMD/ATI] Vega [Radeon Vega 8 Mobile] bus-ID: 02:00.0
           Display Server: x11 (X.Org 1.19.6 )
           drivers: ati,amdgpu (unloaded: modesetting,fbdev,vesa,radeon)
           Resolution: 1920x1080@60.03hz
           OpenGL: renderer: AMD RAVEN (DRM 3.23.0 / 4.15.0-38-generic, LLVM 6.0.0)
           version: 4.5 Mesa 18.0.5 Direct Render: Yes
Audio:     Card-1 Advanced Micro Devices [AMD] Device 15e3 driver: snd_hda_intel bus-ID: 02:00.6
           Card-2 Advanced Micro Devices [AMD/ATI] Device 15de
           driver: snd_hda_intel bus-ID: 02:00.1
           Sound: Advanced Linux Sound Architecture v: k4.15.0-38-generic
Network:   Card: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter
           driver: ath10k_pci bus-ID: 01:00.0
           IF: wlp1s0 state: up mac: <filter>
Drives:    HDD Total Size: 1000.2GB (1.7% used)
           ID-1: /dev/sda model: WDC_WD10SPZX size: 1000.2GB temp: 37C
Partition: ID-1: / size: 197G used: 16G (9%) fs: ext4 dev: /dev/sda7
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 47.0C mobo: N/A gpu: 0.0
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 252 Uptime: 7 min Memory: 1290.7/6932.1MB
           Init: systemd runlevel: 5 Gcc sys: 7.3.0 Client: Shell (bash 4.4.191) inxi: 2.3.56
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
gm10

Re: Getting Some error message on boot

Post by gm10 »

Did you try this kernel parameter yet: amdgpu.dc=0?
vsvinit0

Re: Getting Some error message on boot

Post by vsvinit0 »

gm10 wrote: Sun Nov 11, 2018 9:19 am Did you try this kernel parameter yet: amdgpu.dc=0?
No, I have not tried this parameter. By the way what this parameter does. Any details?

Kernel Parameters on my machine
GRUB_CMDLINE_LINUX_DEFAULT="quiet ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 idle=nomwait"
vsvinit0

Re: Getting Some error message on boot

Post by vsvinit0 »

gm10 wrote: Sun Nov 11, 2018 9:19 am Did you try this kernel parameter yet: amdgpu.dc=0?

It doesn't work. I added this kernel parameter and I am stuck on the boot screen with the error

Code: Select all

[    1.632627] Couldn't get size: 0x800000000000000e
gm10

Re: Getting Some error message on boot

Post by gm10 »

But at least we got rid of the amdgpu errors. ;)

Not sure, remove the amdgpu parameter again so you can boot, then check if there's a BIOS update first, and I'd also try the latest stable mainline kernel. For the latter, download all of these into an empty folder:
http://kernel.ubuntu.com/~kernel-ppa/ma ... 31_all.deb
http://kernel.ubuntu.com/~kernel-ppa/ma ... _amd64.deb
http://kernel.ubuntu.com/~kernel-ppa/ma ... _amd64.deb
http://kernel.ubuntu.com/~kernel-ppa/ma ... _amd64.deb

Now open a terminal window in that folder and run

Code: Select all

sudo dpkg -i *
Reboot and see if it helped.
vsvinit0

Re: Getting Some error message on boot

Post by vsvinit0 »

gm10 wrote: Tue Nov 13, 2018 1:03 am But at least we got rid of the amdgpu errors. ;)

Not sure, remove the amdgpu parameter again so you can boot, then check if there's a BIOS update first, and I'd also try the latest stable mainline kernel. For the latter, download all of these into an empty folder:
http://kernel.ubuntu.com/~kernel-ppa/ma ... 31_all.deb
http://kernel.ubuntu.com/~kernel-ppa/ma ... _amd64.deb
http://kernel.ubuntu.com/~kernel-ppa/ma ... _amd64.deb
http://kernel.ubuntu.com/~kernel-ppa/ma ... _amd64.deb

Now open a terminal window in that folder and run

Code: Select all

sudo dpkg -i *
Reboot and see if it helped.

Ok, I did what you suggested. But got two new errors

Code: Select all

[    1.654212] AMD-Vi: Unable to write to IOMMU perf counter.
[    3.745019] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector ObjectID from Adapter Service for connector index:2! type 0 expected 3
[    3.745127] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector ObjectID from Adapter Service for connector index:3! type 0 expected 3
[    3.794614] kfd kfd: Failed to resume IOMMU for device 1002:15dd
[    3.794813] kfd kfd: device 1002:15dd NOT added due to errors
[   27.274468] dell_smbios: Unable to run on non-Dell system
gm10

Re: Getting Some error message on boot

Post by gm10 »

Was worth a try. You can go back to your original kernel via the GRUB menu (hold Shift after the BIOS screen to make it appear, you might have to press Esc in addition), select Advanced, then your previous kernel. Once you've booted back to your 4.15 kernel, remove the one I had you install:

Code: Select all

apt purge "linux-*4.19*"
Unfortunately that's all I had, there seem to be some incompatibility issues with your device. It's not uncommon with recent devices. You didn't say in your OP whether those errors actually cause issues, but unless they do it's probably not worth investing too much time into.
vsvinit0

Re: Getting Some error message on boot

Post by vsvinit0 »

gm10 wrote: Tue Nov 13, 2018 11:33 am Was worth a try. You can go back to your original kernel via the GRUB menu (hold Shift after the BIOS screen to make it appear, you might have to press Esc in addition), select Advanced, then your previous kernel. Once you've booted back to your 4.15 kernel, remove the one I had you install:

Code: Select all

apt purge "linux-*4.19*"
Unfortunately that's all I had, there seem to be some incompatibility issues with your device. It's not uncommon with recent devices. You didn't say in your OP whether those errors actually cause issues, but unless they do it's probably not worth investing too much time into.
No these errors don't cause any issue or lag in my system. I just wanted to get rid of those errors. Actually a few days back I reinstalled this distro on my system as previously I was getting a lot of issues. This time I just tweak it to fix most of the errors. But still, I was not able to fix them completely. So I was seeking any help. Anyway thanks for the help gm10. I got to know a lot of new things and will experiment with your suggestions.

And one more thing I got timeshift installed on my machine can I use that to revert back the settings and configuration to the previous point.
gm10

Re: Getting Some error message on boot

Post by gm10 »

Oh yes, sure, that's what Timeshift exists for.

And I'm sure your issues will eventually be resolved with a future BIOS/firmware/kernel/graphics driver update. :)
Locked

Return to “Beginner Questions”