how can I do the same on my Nexus 5 (LG-D821). Rooted Android 6.0.1. Recovery - CWM 6.0.4.5.
I write the command: $ fastboot boot boot.img (the phone is frozen and needs to be rebooted)
Conclusion:
root @ubuntu: / home / user / Desktop # $ fastboot boot boot.img loading 'boot.img' ...
OKAY [0.967s]
loading...
FAILED (reading status failed (no such device))
finished. total time: 45.929s
And after I write the command in the terminal: $ adb shell pull / dev / block / mmcblk0p28 userdatanexus.img.
Output / system / bin / sh: pull: not found
I want to create / userdata / image. Thanks
source share