i am trying to extract the initrd.lz from the casper folder
lzma -dc -S .lz initrd.lz | cpio -imvd --no-absolute-filenames
and i get this message:
lzma: Decoder error
cpio: premature end of archive
i am using ubuntu 10.10, is there another command to extract lz files? am i missing a parameter?
what can be the issue? thanks
You will see this error if you are :
If you want to customize your initrd, i recommend to use the latest version 11.10 and then customize it.