Advertisement
Guest User

Untitled

a guest
May 31st, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. + mount /dev/block/bootdevice/by-name/userdata /data
  2. mount: mounting /dev/block/bootdevice/by-name/userdata on /data failed: No such file or directory
  3. + mount --bind /data//.stowaways/sailfishos /target
  4. mount: mounting /data//.stowaways/sailfishos on /target failed: No such file or directory
  5. + mkdir /target/data
  6. + mount --bind /data/ /target/data
  7. mount: mounting /data/ on /target/data failed: Invalid argument
  8. + mount
  9. rootfs on / type rootfs (rw)
  10. devtmpfs on /dev type devtmpfs (rw,relatime,size=439808k,nr_inodes=109952,mode=755)
  11. devpts on /dev/pts type devpts (rw,relatime,mode=600)
  12. sysfs on /sys type sysfs (rw,relatime)
  13. proc on /proc type proc (rw,relatime)
  14. none on /config type configfs (rw,relatime)
  15. + DBG_REASON=
  16. + [ -e /diagnosis.log ]
  17. + DBG_REASON=Refusing to boot. See /diagnosis.log (in initrd only)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement