Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: Journalctl -b help

  1. #11
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Journalctl -b help

    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"
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  2. #12
    Join Date
    Aug 2014
    Beans
    592
    Distro
    Lubuntu 24.04 Noble Numbat

    Re: Journalctl -b help

    Quote Originally Posted by 1fallen View Post
    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
    Quote Originally Posted by 1fallen View Post
    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
    Last edited by wyattwhiteeagle; November 7th, 2024 at 07:07 PM.

  3. #13
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Journalctl -b help

    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

  4. #14
    Join Date
    Aug 2014
    Beans
    592
    Distro
    Lubuntu 24.04 Noble Numbat

    Re: Journalctl -b help

    Quote Originally Posted by 1fallen View Post
    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?

  5. #15
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Journalctl -b help

    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

  6. #16
    Join Date
    Aug 2014
    Beans
    592
    Distro
    Lubuntu 24.04 Noble Numbat

    Re: Journalctl -b help

    Quote Originally Posted by 1fallen View Post
    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.

  7. #17
    Join Date
    Aug 2014
    Beans
    592
    Distro
    Lubuntu 24.04 Noble Numbat

    Re: Journalctl -b help

    it happened yet again...

    Do I need to run new reports?

  8. #18
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Journalctl -b help

    Quote Originally Posted by wyattwhiteeagle View Post
    it happened yet again...
    I hate when that happens, you can remove the"intel_iommu=off" from Grub
    Quote Originally Posted by wyattwhiteeagle View Post
    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.
    Last edited by 1fallen; November 8th, 2024 at 11:13 PM. Reason: fix code
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  9. #19
    Join Date
    Aug 2014
    Beans
    592
    Distro
    Lubuntu 24.04 Noble Numbat

    Re: Journalctl -b help

    cd /var/crash && ls
    Code:
    _usr_bin_stacer.1000.crash
    dmesg | grep -i crash
    Code:
    [   12.990727] pstore: Using crash dump compression: deflate
    Quote Originally Posted by 1fallen View Post
    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.

  10. #20
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Journalctl -b help

    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

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •