Giter VIP home page Giter VIP logo

Comments (5)

abhishek-sa1 avatar abhishek-sa1 commented on June 3, 2024

@gurevichmark can you help me in this?

from xcat-core.

samveen avatar samveen commented on June 3, 2024

@abhishek-sa1 This is more of a kernel module loading issue vs. genesis or xcat issue.

For fixing the issue please check on the following:

  • Which linux kernel version are you using for building the genesis image?
  • Is the driver for the card compiled into that kernel or is it a separate module file (.ko in /lib/modules/KERNEL_VERSION/ )?

When the kernel loads on the target machine, it initializes all the hardware for which the drivers are built-in. For hardware without built-in drivers, the kernel needs to be informed which drivers to load, usually via a manual insmod (or better modprobe which handles inter-module dependencies), or via config containing the module names to load from

  • /etc/modprobe.d/*.conf
  • /etc/modules-load.d/*.conf

Adding such files into the genesis tree and then rebuilding the image may solve your problem, as the mods are in the genesis tree, from what you have shown above.

Note: Please paste text instead of screenshots: it makes the task of selecting and checking so much easier.

from xcat-core.

abhishek-sa1 avatar abhishek-sa1 commented on June 3, 2024

@samveen
I am using kernel version 4.18.0-372.9.1.el8.x86_64 and xCAT is running on RHEL 8.6 OS with x86_64 architecture.

from xcat-core.

abhishek-sa1 avatar abhishek-sa1 commented on June 3, 2024
dracut-install: ERROR: installing 'dhclient'
dracut: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.PSkuHN/initramfs -a mkswap df ifenslave ssh-keygen scp clear dhclient lldpad
dracut-install: ERROR: installing 'rngd'
dracut: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.PSkuHN/initramfs -a rngd

Noticed above error while buidling rpm in x86_64 architecture and RHEL 8.6 OS.

from xcat-core.

samveen avatar samveen commented on June 3, 2024

@abhishek-sa1 with a quick check on google gave me https://bugzilla.redhat.com/show_bug.cgi?id=2054092

Would you also review the availability of the rngd command on the build system?

from xcat-core.

Related Issues (20)

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.