I am trying to uncompress initrd.lz with "unlzma -c -S .lz initrd.lz | cpio -id" but it constantly stop working.
Instead I acquire the subsequent error note unlzma: Decoder error. Is this a bug? If not please advice.
I am trying to uncompress initrd.lz with "unlzma -c -S .lz initrd.lz | cpio -id" but it constantly stop working.
Instead I acquire the subsequent error note unlzma: Decoder error. Is this a bug? If not please advice.
Initially, it's "/initrd.gz", and not "/initrd.lz". Why are you demanding to uncompress this anyhow? This is an significant system file for linux plus is handled within by the kernel. You shouldn't have a need to touch it.
1) Karmic 9.10 make use of initrd.lz as a substitute of initrd.gz
2) I want to change some Casper init scripts in a live-cd context
Bookmarks