Ft1Byh0hl / spacemonkey_root

Process for rooting Space Monkey device
24 stars 8 forks source link

Recovery Chroot system not listens any port #4

Closed iav closed 5 years ago

iav commented 5 years ago

I follow your script op to boot from my disk. It turns green led, then turns it blue. I seeit takes DHCP address. But I can't connect to ssh — connection refused. I think we forgot to set sshd to start on boot — and if I tell in chroot

# systemctl enable sshd.service
Created symlink sshd.service → (null).
Failed to enable: Too many levels of symbolic links.

What can go wrong? Maybe, need to add fstab?

iav commented 5 years ago

Yes! It works after I add into fstab /dev/sda1 / ext3 defaults 0 1

Ft1Byh0hl commented 5 years ago

Sounds like you figured it out.