Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. .....Executing task: MembootTasks.WaitForFelOrMembootableShell
  2. [ -f /proc/atags ] # exit code 0
  3. Executing task: MembootTasks.Memboot
  4. [ -f /proc/atags ] # exit code 0
  5. mkdir -p /tmp/kexec/ # exit code 0
  6. cat > /tmp/kexec/kexec && chmod +x /tmp/kexec/kexec # exit code 0
  7. cat > /tmp/kexec/unpackbootimg && chmod +x /tmp/kexec/unpackbootimg # exit code 0
  8. uistop # exit code 0
  9. cat > /tmp/kexec/boot.img; cd /tmp/kexec/; ./unpackbootimg -i boot.img # exit code 0
  10. cd /tmp/kexec/ && ./kexec -l -t zImage boot.img-zImage "--command-line=$(cat boot.img-cmdline)" --ramdisk=boot.img-ramdisk.gz --atags # exit code 0
  11. cd /tmp/; umount -ar # exit code 0
  12. Executing task: <>c__DisplayClass65_0.<Wait>b__0
  13. SSH shell disconnected
  14. Executing task: MembootTasks.WaitForShell
  15. Pinged 10.234.137.10, 0ms
  16. SSH shell connected
  17. Encryption: aes256-ctr
  18. source /hakchi/config; [ "$cf_memboot" = "y" ] # exit code 0
  19. echo "`devmem 0x01C23800``devmem 0x01C23804``devmem 0x01C23808``devmem 0x01C2380C`" # exit code 0
  20. Detected device unique ID: 0461872A873C60871C98E7D76C118000
  21. Executing task: hakchi.ShowSplashScreen
  22. uistop # exit code 0
  23. gunzip -c - > /dev/fb0 # exit code 0
  24. Executing task: <>c__DisplayClass15_0.<HandleHakchi>b__0
  25. echo "cf_install=y" >> /hakchi/config # exit code 0
  26. echo "cf_update=y" >> /hakchi/config # exit code 0
  27. mkdir -p /hakchi/transfer/ # exit code 0
  28. Executing task: <>c__DisplayClass6_0.<TransferBaseHmods>b__0
  29. mkdir -p \/hakchi\/transfer # exit code 0
  30. tar -xvC \/hakchi\/transfer # exit code 0
  31. Executing task: MembootTasks.BootHakchi
  32.  
  33. hakchi init script version: 1.0.2
  34. mkdir: can't create directory '/newroot/var/squashfs': Read-only file system
  35. mount: mounting /newroot on /newroot/var/squashfs failed: No such file or directory
  36. overmounting /lib/modules
  37. hakchi already installed
  38. installing clovercon...
  39. creating uninstall for clovercon...
  40. package clovercon installed
  41. installing clovershell...
  42. creating uninstall for clovershell...
  43. package clovershell installed
  44. installing copyleft...
  45. creating uninstall for copyleft...
  46. package copyleft installed
  47. installing font_remount...
  48. creating uninstall for font_remount...
  49. package font_remount installed
  50. installing gamepath-cleanup...
  51. package gamepath-cleanup installed
  52. installing hakchi...
  53. package hakchi installed
  54. installing ntfs-3g...
  55. creating uninstall for ntfs-3g...
  56. package ntfs-3g installed
  57. installing tiny7zx...
  58. creating uninstall for tiny7zx...
  59. package tiny7zx installed
  60. transferring data...
  61.  
  62.  
  63. loading hakchi
  64. usbMode: device
  65. find: /newroot/var/squashfs/usr/share/: No such file or directory
  66. overmounting /bin
  67. overmounting /etc
  68. menu code:
  69. no romz found at: /
  70. overmounting /usr/bin/clover-canoe-shvc
  71.  
  72. jumping to switch_root...
  73. boot # exit code 0
  74. Tasker completed all tasks, conclusion: Success
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement