Please show this as well, I'm looking at the system-info now: Code: cat /proc/cmdline I just don't see this anywhere>>"intel_iommu=off"
cat /proc/cmdline
"When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama
Originally Posted by 1fallen Please show this as well, I'm looking at the system-info now: Code: cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-6.8.0-48-generic root=UUID=0c7113c2-298d-4acc-a6d4-57e50c9abf16 ro quiet splash vt.handoff=7 Originally Posted by 1fallen I just don't see this anywhere>>"intel_iommu=off" 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
# Added via advice on ubuntuforums # https://ubuntuforums.org/showthread.php?t=2502213 intel_iommu=off
Last edited by wyattwhiteeagle; 4 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"
GRUB_CMDLINE_LINUX="intel_iommu=off"
Originally Posted by 1fallen It should look like this: Code: GRUB_CMDLINE_LINUX="intel_iommu=off" 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 Is that ok?
Yep that's correct, Don't forget to update-grub again.
Originally Posted by 1fallen Yep that's correct, Don't forget to update-grub again. grub updated and waiting to see how it goes. Hopefully we see some good results.
it happened yet again... Do I need to run new reports?
Originally Posted by wyattwhiteeagle it happened yet again... I hate when that happens, you can remove the"intel_iommu=off" from Grub Originally Posted by wyattwhiteeagle Do I need to run new reports? Crash or sudden reboots are very hard to grab logs from, but we can look at a couple more: Code: cd /var/crash && ls And let's check dmesg as well please: Code: dmesg | grep -i crash This is almost looking like a hardware issue. To rule out hardware, if possible use a different mouse and try to use a wired connection and disable WiFi.
cd /var/crash && ls
dmesg | grep -i crash
Last edited by 1fallen; 4 Weeks Ago at 11:13 PM. Reason: fix code
cd /var/crash && ls Code: _usr_bin_stacer.1000.crash dmesg | grep -i crash Code: [ 12.990727] pstore: Using crash dump compression: deflate Originally Posted by 1fallen To rule out hardware, if possible use a different mouse and try to use a wired connection and disable WiFi. I wish I could say that were possible.
_usr_bin_stacer.1000.crash
[ 12.990727] pstore: Using crash dump compression: deflate
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???
Ubuntu Forums Code of Conduct