(2nd Feb, 2015 08:27 PM)CurlyMo Wrote: [ -> ]Yes
Ok i'll try tonight. Thanks 

 
So i started my RPi with this boot content and booting freezed at "process init".
I edited comandline.txt to add "debug rescue_early" and i have the message in the printscreen.
The RPi is not blocked because in my previous test i connected my keyboard when i saw this message to check if i can write anything and i saw a message saying the keybord was detected.
But i can't do anything when i'm in this state (no keyboard responding).
What can i do ?
 
With only debug option in comandine.txt (without rescue_early) i have the message in the printscreen attached.
For the video i can do it with my smartphone or it will be unreadable for you ?
 
Did you scan the root file system on a PC? It will offer to fix it but in reality it will destroy the partition.
 
Can you intentionally go to the rescue shell and run this:
Code:
mount -t btrfs /dev/mmcblk0p2 /rootfs -o subvol=root/@,autodefrag,compress=lz4
exec switch_root /rootfs
 
 
No i only can read the boot partition in my Mac.
I didn't touch the other partition.
 (3rd Feb, 2015 04:11 AM)CurlyMo Wrote: [ -> ]Can you intentionally go to the rescue shell and run this:
Code:
mount -t btrfs /dev/mmcblk0p2 /rootfs -o subvol=root/@,autodefrag,compress=lz4
exec switch_root /rootfs
 
How can i go to the rescue shell ?
I added rescue_early in cmdline.txt but i wasn't able to write anything.
 
Replace rescue_early with rescue.
 
Can you get the boot files on there so you get the screen again as in post #18.
 
 (3rd Feb, 2015 04:24 AM)CurlyMo Wrote: [ -> ]Can you get the boot files on there so you get the screen again as in post #18.
Yes it was with rescue_early option
But even with this option i can't write anything.
 
Maybe @
mk01 has some idea?
 
 (3rd Feb, 2015 04:30 AM)CurlyMo Wrote: [ -> ]Maybe @mk01 has some idea?
Ok i wait.
Thanks anyway 

 
 (3rd Feb, 2015 04:33 AM)Diako Wrote: [ -> ] (3rd Feb, 2015 04:30 AM)CurlyMo Wrote: [ -> ]Maybe @mk01 has some idea?
Ok i wait.
Thanks anyway 
@
mk01 are you here plz ?