Xbian Beta 2 and BTRFS problem
|
19th Jan, 2014, 12:03 PM
Post: #4
|
|||
|
|||
RE: Xbian Beta 2 and BTRFS problem
@ErickP,
easiest is it edit from the place you have cursor ![]() 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 changes to Code: initramfs initramfs.gz 0x00a00000 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 |
|||
« Next Oldest | Next Newest »
|
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
|