Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Upgrade --> No boot anymore
Thank you for your donation

Pages (3): « Previous 1 2 3 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Upgrade --> No boot anymore
2nd Feb, 2015, 08:27 PM
Post: #16
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Upgrade --> No boot anymore
Yes

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
2nd Feb, 2015, 08:29 PM
Post: #17
Diako Offline
Registered
Posts: 38
Joined: Feb 2015
Reputation: 1
RE: Upgrade --> No boot anymore
(2nd Feb, 2015 08:27 PM)CurlyMo Wrote:  Yes

Ok i'll try tonight. Thanks Smile
Find all posts by this user
Quote this message in a reply
3rd Feb, 2015, 03:58 AM
Post: #18
Diako Offline
Registered
Posts: 38
Joined: Feb 2015
Reputation: 1
RE: Upgrade --> No boot anymore
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 ?


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
3rd Feb, 2015, 04:00 AM
Post: #19
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Upgrade --> No boot anymore
Can you make a video?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
3rd Feb, 2015, 04:05 AM
Post: #20
Diako Offline
Registered
Posts: 38
Joined: Feb 2015
Reputation: 1
RE: Upgrade --> No boot anymore
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 ?


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
3rd Feb, 2015, 04:08 AM
Post: #21
f1vefour Offline
Administrator
******
Posts: 1,342
Joined: Mar 2013
Reputation: 58
RE: Upgrade --> No boot anymore
Did you scan the root file system on a PC? It will offer to fix it but in reality it will destroy the partition.

Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us.
Visit this user's website Find all posts by this user
Quote this message in a reply
3rd Feb, 2015, 04:11 AM
Post: #22
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Upgrade --> No boot anymore
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

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
3rd Feb, 2015, 04:11 AM
Post: #23
Diako Offline
Registered
Posts: 38
Joined: Feb 2015
Reputation: 1
RE: Upgrade --> No boot anymore
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.
Find all posts by this user
Quote this message in a reply
3rd Feb, 2015, 04:17 AM
Post: #24
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Upgrade --> No boot anymore
Replace rescue_early with rescue.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
3rd Feb, 2015, 04:21 AM
Post: #25
Diako Offline
Registered
Posts: 38
Joined: Feb 2015
Reputation: 1
RE: Upgrade --> No boot anymore
(3rd Feb, 2015 04:17 AM)CurlyMo Wrote:  Replace rescue_early with rescue.

With only rescue option i have the same printscreen than without only debug. (http://forum.xbian.org/attachment.php?aid=388)
I still cannot write anything.
Find all posts by this user
Quote this message in a reply
3rd Feb, 2015, 04:24 AM
Post: #26
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Upgrade --> No boot anymore
Can you get the boot files on there so you get the screen again as in post #18.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
3rd Feb, 2015, 04:26 AM
Post: #27
Diako Offline
Registered
Posts: 38
Joined: Feb 2015
Reputation: 1
RE: Upgrade --> No boot anymore
(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.
Find all posts by this user
Quote this message in a reply
3rd Feb, 2015, 04:30 AM
Post: #28
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Upgrade --> No boot anymore
Maybe @mk01 has some idea?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
3rd Feb, 2015, 04:33 AM
Post: #29
Diako Offline
Registered
Posts: 38
Joined: Feb 2015
Reputation: 1
RE: Upgrade --> No boot anymore
(3rd Feb, 2015 04:30 AM)CurlyMo Wrote:  Maybe @mk01 has some idea?

Ok i wait.
Thanks anyway Smile
Find all posts by this user
Quote this message in a reply
7th Feb, 2015, 04:09 AM
Post: #30
Diako Offline
Registered
Posts: 38
Joined: Feb 2015
Reputation: 1
RE: Upgrade --> No boot anymore
(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 Smile

@mk01 are you here plz ?
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (3): « Previous 1 2 3 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [PROBLEM] Boot failed after upgrade v14 to v15 seb2mars25 2 8,355 23rd Aug, 2015 02:56 AM
Last Post: CurlyMo

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 19th May, 2025, 05:35 PM Powered By MyBB, © 2002-2025 MyBB Group.