Coder Social home page Coder Social logo

samwhelp / tool-initramfs-extract Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 12 KB

tool-initramfs-extract

Home Page: https://samwhelp.github.io/tool-initramfs-extract/

License: MIT License

Makefile 33.43% Shell 66.57%
initramfs initrd initramfs-extract cpio microcode

tool-initramfs-extract's Introduction

tool-initramfs-extract

Subject

Prepare

grep 'COMPRESS:' /etc/initramfs-tools/initramfs.conf

show

# COMPRESS: [ gzip | bzip2 | lz4 | lzma | lzop | xz | zstd ]

install (de)compress utils

sudo apt-get install cpio gzip bzip2 xz-utils zstd lz4 lzop

Manual Install

install curl

sudo apt-get install curl

download initramfs-extract to ~/.local/bin/initramfs-extract,

curl -fLo ~/.local/bin/initramfs-extract --create-dirs https://raw.githubusercontent.com/samwhelp/tool-initramfs-extract/main/src/asset/bin/initramfs-extract
chmod 755 ~/.local/bin/initramfs-extract

Usage

Extract /boot/initrd.img

run

initramfs-extract /boot/initrd.img initrd-root

or run

initramfs-extract "/boot/initrd.img-$(uname -r)" initrd-root

unmkinitramfs -v /boot/initrd.img initramfs

unmkinitramfs -v "/boot/initrd.img-$(uname -r)" initramfs

Extract initrd (other compress format)

create new initrd

mkinitramfs -c bzip2 -o initrd.img

then extract

initramfs-extract initrd.img initrd-root

More case

unmkinitramfs -v initrd.img initramfs

Link

tool-initramfs-extract's People

Contributors

samwhelp avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

wayneburlingame

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.