Please show this as well, I'm looking at the system-info now:
I just don't see this anywhere>>"intel_iommu=off"Code:cat /proc/cmdline
Please show this as well, I'm looking at the system-info now:
I just don't see this anywhere>>"intel_iommu=off"Code:cat /proc/cmdline
"When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama
BOOT_IMAGE=/boot/vmlinuz-6.8.0-48-generic root=UUID=0c7113c2-298d-4acc-a6d4-57e50c9abf16 ro quiet splash vt.handoff=7
I know I put that line where you said put it and updated grub...let me check that file and make sure it's still there.
I put this at the very end of /etc/default/grub...
Code:# Added via advice on ubuntuforums # https://ubuntuforums.org/showthread.php?t=2502213 intel_iommu=off
Last edited by wyattwhiteeagle; 3 Weeks Ago at 07:07 PM.
Software Equivalents
https://help.ubuntu.com/community/SoftwareEquivalents
Bash Scripting
https://help.ubuntu.com/community/Be.../BashScripting
It should look like this:
Code:GRUB_CMDLINE_LINUX="intel_iommu=off"
"When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama
Is that ok?GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="intel_iommu=off"
# Added via advice on ubuntuforums https://ubuntuforums.org/showthread.php?t=2502213
# intel_iommu=off
Software Equivalents
https://help.ubuntu.com/community/SoftwareEquivalents
Bash Scripting
https://help.ubuntu.com/community/Be.../BashScripting
Yep that's correct,
Don't forget to update-grub again.
"When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama
Software Equivalents
https://help.ubuntu.com/community/SoftwareEquivalents
Bash Scripting
https://help.ubuntu.com/community/Be.../BashScripting
it happened yet again...
Do I need to run new reports?
Software Equivalents
https://help.ubuntu.com/community/SoftwareEquivalents
Bash Scripting
https://help.ubuntu.com/community/Be.../BashScripting
I hate when that happens, you can remove the"intel_iommu=off" from Grub
Crash or sudden reboots are very hard to grab logs from, but we can look at a couple more:
And let's check dmesg as well please:Code:cd /var/crash && ls
This is almost looking like a hardware issue.Code:dmesg | grep -i crash
To rule out hardware, if possible use a different mouse and try to use a wired connection and disable WiFi.
Last edited by 1fallen; 3 Weeks Ago at 11:13 PM. Reason: fix code
"When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama
Software Equivalents
https://help.ubuntu.com/community/SoftwareEquivalents
Bash Scripting
https://help.ubuntu.com/community/Be.../BashScripting
nothing else is popping out in any of your logs so far.
My friend I'm at a loss for any other suggestions....from what those two showed, I'm leaning more to hardware issues.
Or a corrupt install......is there anything when this all began that you installed recently, or changed???
"When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama
Bookmarks