Giter Club home page Giter Club logo

Comments (3)

PJ-Singh-001 avatar PJ-Singh-001 commented on August 16, 2024

Did you install your kernel from the official Ubuntu repositories, did you download the kernel from somewhere else, or did you compile your own kernel?

from cubic.

Mistuke avatar Mistuke commented on August 16, 2024

Did you install your kernel from the official Ubuntu repositories, did you download the kernel from somewhere else, or did you compile your own kernel?

I compiled my own kernel, but it looks like it's the content of the initrd that cubic creates, it does indeed actually miss the entire /scripts/casper folder.

manually unpacking and repacking the initrd using unmkinitramfs and cpio gave me a working image, which was also significantly larger than the one cubic made.

from cubic.

PJ-Singh-001 avatar PJ-Singh-001 commented on August 16, 2024

You must have a initrd that matches your vmlinuz file.
You can try executing update-initramfs -u or update-initramfs -k all to generate the initrd file.

Also, it may be hard for Cubic to identify which initrd corresponds to which vmlinuz (this usually happens when you create your own kernel files, as in your case). To overcome this, give your initrd and your vmlinuz files the same unique version name. (This is the portion of the file name following the -). For example, you could name your files:

initrd.img-5.4.0-60-generic
vmlinuz-5.4.0-60-generic

from cubic.

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.