Git Product home page Git Product logo

Comments (7)

antonio-petricca avatar antonio-petricca commented on June 3, 2024

Hi, I have fixed it into the development branch and tried again to rebuild, but ufsd and netconsole have not been added.

Attached you can find the Dracut log.

Thank you!

from buddy-linux.

haraldh avatar haraldh commented on June 3, 2024

What is the output of:

$ modinfo crc32c

??

What is the output of dracut with --debug added?

from buddy-linux.

antonio-petricca avatar antonio-petricca commented on June 3, 2024
modinfo crc32

modinfo: ERROR: Module crc32c not found.

Here is the dracut debug log file.

Thank you!

from buddy-linux.

haraldh avatar haraldh commented on June 3, 2024

Here is the culprit:

//etc/dracut.conf.d/10-debian.conf@3(source): add_drivers+='crc32c '

So, here is the "bug":
10-debian.conf explicitly requests crc32c and since add_drivers is handled with instmods -c, it fails, if the module is not available. omit_drivers does not work here, because add_drivers was used explicitly for this module.

The fix for you is to remove /etc/dracut.conf.d/10-debian.conf If this is installed by debian you might want to file a bug, that the module is not available for the kernel and fails always.

Sidenote: looks like /etc/dracut.conf.d/10-debian.conf is missing a space anyway.

from buddy-linux.

haraldh avatar haraldh commented on June 3, 2024

Oh, and because crc32c was the first in add_modules, the following netconsole ufsd are not installed, because it bails out early.

from buddy-linux.

haraldh avatar haraldh commented on June 3, 2024

better use instmods netconsole ufsd in module-setup.sh:

installkernel() {
    instmods netconsole ufsd
}

from buddy-linux.

antonio-petricca avatar antonio-petricca commented on June 3, 2024

I confirm you that 10-debian.conf comes from the stock installation of Linux Mint 19.

I reported this issue to the Linux Mint staff by this topic.

Now my Buddy Linux works again! 👍

Thank you very much for your assistance,
Antonio

from buddy-linux.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.