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
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
Multiple boot using GRUB2 from live ISO files located on USB
Read more ...
Multiple boot using SYSLINUX from live ISO files located on USB
Read more ...
Added tweet on @lloadm
Read