Solved: RC2 @ symbol in top left corner
|
6th Aug, 2014, 11:57 AM
Post: #16
|
|||
|
|||
RE: RC2 @ symbol in top left corner
@rlogiacco
1. in your situation set initramfs to be always forced for boot - edit /etc/default/xbian-initramfs and variable FORCEINITRAM=yes . this will make sure inittamfs.gz will never be avoided on booting (otherwise XBian uses some kind of "smart" decision if initramfs should be used on next boot) 2. if your USB keyboard is USB but actually is not (standard HID driver doesn't work), copy drivers from /lib/modules/XXX/drivers/hid to initramfs. as CurlyMo told you edit /etc/xbian-initramfs/update-initramfs and there is even that line commented so go to line #136 and uncomment. then run as root Code: xbian-update-initramfs after that your keyboard should be working in initramfs (but most likely not with SHIFT down feature to trigger initramfs as the initialisation takes long). also as already has been told, if booting goes through initramfs, if ROOT is not available (or error mounting) you get recovery shell automatically. (and if you put "ip=dhcp telnet" into cmdline.txt then you also get remote access to the recovery shell via telnet) 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 »
|