[Solved] Phone doesn't boot after fstab edit
Hi all, I edited /etc/fstab to mount sdcard in /mnt/sdcard . This is the row I added to fstab file :
/dev/mmcblk1p1 /mnt/sdcard ext4 defaults 0 0
After reboot the phone doesn't boot. I see the led on with a black display.
What should it be the problem?
How can I come back to delete the added fstab row?
thanks
EDIT: I solved by using the recovery telnet console. You can find a tutorial on how to use telnet console in the Markkyboy comment below. When started the telnet session :
1) select 4 (Shell)
2) mount -t btrfs /dev/mmcblk0p28 /mnt/
3) vi /etc/fstab
4) removed the line I added
5) exit and reboot
I have again my working system.
I see you got bitten by systemd... Anyway you should be able to fix that from the recovery console. There should be instructions here somewhere for that.
Philippe De Swert ( 2014-10-27 15:59:28 +0200 )editThanks, I recovered system via recovery telnet console!
Luca ( 2014-10-27 16:03:11 +0200 )editHere you go, recovery instructions;
https://together.jolla.com/question/22079/howto-all-pc-users-recover-or-reset-a-device-that-is-stuck-in-boot-loop/
Regards, EDIT - Lol, well done Luca. :)
Spam Hunter ( 2014-10-27 16:03:30 +0200 )editThanks Markkyboy. I'll edit my first post to explain what I've done starting from the link you posted.
Luca ( 2014-10-27 16:05:49 +0200 )edit