LN_cmd

Home»Howto»Shell»Mount initrd

Mount initrd

Perform commands starting in directory containing initrd.gz

extract

# mkdir initdir

# cd initdir

# zcat ../initrd.gz | cpio -i -d

compress

# cd initdir

# find . | cpio -o -H newc | gzip -9 > ../initrd.gz

  • Boot Linux from USB. part I

    Multiple boot using GRUB2 from live ISO files located on USB
    Read more ...

  • Boot Linux from USB. part II

    Multiple boot using SYSLINUX from live ISO files located on USB
    Read more ...

  • Tweet update.

    Added tweet on @lloadm
    Read