@polaco1782: I tried to emulate but it enters into emergency mode giving me `
[email protected]` prompt every time I try to boot.
I've made changes as you suggested on your readme file, ie, commented lines in `/etc/ld.so.preload`, changed `mmcblk0p` to `sda` in /etc/fstab`. Can you describe step by step what you did to make it work right ? It could be useful to other users as well.
Thanks.
Attached is the snapshot : (link:
http://i.imgur.com/va8l51Z.png)
Update :
I was able to make it work by, commenting all the mmcblk entries in `/etc/fstab`. I was doing it wrong.
It works perfectly fine.
In order to make fresh jessie image to work, this needs to be done.
1. Mount .img file.
2. Comment any lines present in `/etc/ld.so.preload`. Save file.
3. Comment mmcblk entries from `/etc/fstab`. Save file.
4. Unmount.
5. Use that image to emulate qemu by `qemu-system-arm -kernel kernel-name -cpu arm1176 -m 256 -M versatilepb -serial stdio -append "root=/dev/sda2 rootfstype=ext4" -hda image-file-name.img`