Results 1 to 10 of 10

Thread: Which module is Xubuntu seeking in error message upon boot?

  1. #1
    Join Date
    Sep 2021
    Beans
    25

    Question Which module is Xubuntu seeking in error message upon boot?

    First thing that happens after Xubuntu bootloader selection (GRUB2):

    Code:
    error: no such module.
    
    Press any key to continue...
    Key press or if I wait a few seconds, it continues to boot successfully. I am booting by ISO (not extracted). It's the same error in two different Xubuntu versions.

    Is there a typical non-critical module sought at the beginning of the boot process?

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 24.04 Noble Numbat

    Re: Which module is Xubuntu seeking in error message upon boot?

    Which Xubuntu version are you asking about? Is this Xubuntu Noble Daily, current or pending?

    I have been using the daily ISOs of Xubuntu for a few weeks now; some of them have errors when booted as a VM in KVM/QEMU but I have never seen anything about a missing module.

  3. #3
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Which module is Xubuntu seeking in error message upon boot?

    Quote Originally Posted by ajgreeny View Post
    I have never seen anything about a missing module.
    +1 i think VMC is on to the problem>>>"grub.cfg is pointing to something that doesn't exist. "

  4. #4
    Join Date
    Sep 2021
    Beans
    25

    Re: Which module is Xubuntu seeking in error message upon boot?

    This is my GRUB2 Fossa entry:

    Code:
    menuentry 'Fossa64 XUBUNTU (xubuntu-20.04.6-desktop-amd64.iso)' {
       set isofile="/Linux64-ISO/xubuntu-20.04.6-desktop-amd64.iso"
       rmmod tpm
       loopback loop (hd1,3)$isofile
       linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject
       initrd (loop)/casper/initrd
    }
    Is the offending module obvious?

  5. #5
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 24.04 Noble Numbat

    Re: Which module is Xubuntu seeking in error message upon boot?

    Are you using an installed version of Xubuntu or just a live version running from either a USB or maybe even a virtual Live OS in virtualbox?

    The grub stanza you show suggests this is a live system not a full install but we need to know as much as you can tell us.

    Note also that Xubuntu 20.04 which you are using is no longer fully supported. Some of the packages may still have support and upgrades available but all the specifically xubuntu repos are no longer available for 20.04.
    For safety you should really move to a fully supported version, cuttently mantic, 23.10, or probably better, 22.04 which has longer support period left.
    Last edited by ajgreeny; March 11th, 2024 at 10:11 AM.

  6. #6
    Join Date
    Sep 2021
    Beans
    25

    Re: Which module is Xubuntu seeking in error message upon boot?

    Quote Originally Posted by ajgreeny View Post
    Are you using an installed version of Xubuntu or just a live version running from either a USB or maybe even a virtual Live OS in virtualbox?

    The grub stanza you show suggests this is a live system not a full install but we need to know as much as you can tell us.
    That is a LIVE boot on an internal HDD.

  7. #7
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Which module is Xubuntu seeking in error message upon boot?

    He is booting a LiveCD ISO image from file or similar to /etc/grub.d/40_custom...

    Try commenting out this line like this:
    Code:
    # rmmod tpm
    Save and then update
    Code:
    sudo update-grub
    Note... GNU Grub has a TPM module (It does exist), but it is not loaded by default. So it would be there at the time that entry is executed.
    Last edited by MAFoElffen; March 11th, 2024 at 04:38 PM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  8. #8
    Join Date
    Sep 2021
    Beans
    25

    Thumbs up Re: Which module is Xubuntu seeking in error message upon boot?

    Quote Originally Posted by MAFoElffen View Post
    He is booting a LiveCD ISO image from file or similar to /etc/grub.d/40_custom...

    Try commenting out this line like this:
    Code:
    # rmmod tpm
    The Trusted Platform Module entry was standing out, but social confirmation was the ticket. Thanks for having a look.

    I wonder why it was assumed to be needed:

    https://github.com/sebanc/brunch/issues/919

Tags for this Thread

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
  •