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

Xbian Beta 2 and BTRFS problem
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Xbian Beta 2 and BTRFS problem
19th Jan, 2014, 12:03 PM
Post: #4
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Xbian Beta 2 and BTRFS problem
@ErickP,

easiest is it edit from the place you have cursor Wink just the begging of the line. there is no "magic sequence" or something so

case 1
Code:
rescue sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 ……….

case 2
Code:
init=/bin/bash sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 ……….

"rescue" is XBians initramfs rescue shell. for it to work, initramfs.gz needs to be uncommented in config.txt
Code:
#initramfs initramfs.gz 0x00a00000
gpu_mem_512=128
….

changes to

Code:
initramfs initramfs.gz 0x00a00000
gpu_mem_512=128
….

init=XYZ is default linux kernel command line parameter and is telling what init binary should be loaded from rootfs as first. for init= doesn't matter if you boot with or without initramfs.gz as linux kernel will understand it and launch it as well.

[i]and with init=/bin/bash you will be dropped exactly to your / with uid=0 rights. after you finishes, do "sync; reboot -fn". normal reboot nor halt will function as this mode is single user level (without runlevel controls)

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Xbian Beta 2 and BTRFS problem - ErickP - 17th Jan, 2014, 12:54 PM
RE: Xbian Beta 2 and BTRFS problem - mk01 - 17th Jan, 2014, 02:06 PM
RE: Xbian Beta 2 and BTRFS problem - ErickP - 18th Jan, 2014, 01:22 AM
RE: Xbian Beta 2 and BTRFS problem - mk01 - 19th Jan, 2014 12:03 PM

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

Current time: 29th May, 2025, 11:46 AM Powered By MyBB, © 2002-2025 MyBB Group.