# no /dev/sda while booting, but qemu attaches file as drive initrd is built wrong. while building initrd always add directories too Bad example: find . -type f | cpio -o -H newc | gzip > initrd.cpio.gz Good example: find . | cpio -o -H newc | gzip > initrd.cpio.gz