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

[HOW-TO] Installing XBIAN directly on RASPBIAN IMG
Thank you for your donation

Pages (8): « Previous 1 2 3 4 5 ... 8 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
[HOW-TO] Installing XBIAN directly on RASPBIAN IMG
7th Dec, 2013, 07:59 AM
Post: #16
coloxim Offline
Registered
Posts: 33
Joined: Dec 2013
Reputation: 0
RE: [HOW-TO] Installing XBIAN directly on RASPBIAN IMG
In cmdline?
Sorry...forgive me...but is really hard follow you for me..

;(

I'll repeat all from the first point.. can you tell me what I've not to do and when, please? If it's possible...

Wink
Find all posts by this user
Quote this message in a reply
7th Dec, 2013, 08:15 AM
Post: #17
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: [HOW-TO] Installing XBIAN directly on RASPBIAN IMG
Ok, will not shorten the informations anymore.

initramfs if is needed needs to be part of /boot/config.txt file as firmware is loading this information or data into memory. the text inside code box is usual config.txt including initramfs definition.

Code:
initramfs initramfs.gz  0x00a00000
gpu_mem_256=128
gpu_mem_512=128
arm_freq=840
core_freq=275
sdram_freq=400
over_voltage=0

also file named initrmfs.gz should be present in /boot and with the .debs you installed its size should be ~6115k (6Mb). kernel.img ~2500k. then cmdline.txt holding kernel command line parameters - all in ONE line - and should look similar to raspbians , but with the two changes (rootfstype=btrfs and rootflags=subvol=root/@ - rootflags are bit longer but this is essential information to boot system later and start conversion now).

if you remove "quiet" "loglevel=0" from cmdline.txt you should see text rolling on the screen right after you start RPI. this can be important even if we don't understand the info but IF there is text going on we know kernel.img file is not damaged. if you have "quiet" and loglevel=0 we are not able to tell wheter kernel is wrong, or it froze on loading or it was booting but failed on other error later.



you wan't to rollback the whole card ?

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
7th Dec, 2013, 09:02 AM
Post: #18
coloxim Offline
Registered
Posts: 33
Joined: Dec 2013
Reputation: 0
R: RE: [HOW-TO] Installing XBIAN directly on RASPBIAN IMG
(7th Dec, 2013 08:15 AM)mk01 Wrote:  Ok, will not shorten the informations anymore.

initramfs if is needed needs to be part of /boot/config.txt file as firmware is loading this information or data into memory. the text inside code box is usual config.txt including initramfs definition.

Code:
initramfs initramfs.gz  0x00a00000
gpu_mem_256=128
gpu_mem_512=128
arm_freq=840
core_freq=275
sdram_freq=400
over_voltage=0

also file named initrmfs.gz should be present in /boot and with the .debs you installed its size should be ~6115k (6Mb). kernel.img ~2500k. then cmdline.txt holding kernel command line parameters - all in ONE line - and should look similar to raspbians , but with the two changes (rootfstype=btrfs and rootflags=subvol=root/@ - rootflags are bit longer but this is essential information to boot system later and start conversion now).

if you remove "quiet" "loglevel=0" from cmdline.txt you should see text rolling on the screen right after you start RPI. this can be important even if we don't understand the info but IF there is text going on we know kernel.img file is not damaged. if you have "quiet" and loglevel=0 we are not able to tell wheter kernel is wrong, or it froze on loading or it was booting but failed on other error later.



you wan't to rollback the whole card ?


Ops..
I've copied the files that you posted before..
Do you think I have repeat all from the start?

i-ve repeat all now the raspberry boot, but i haven-t to wait 15 min....its boots fast...
Find all posts by this user
Quote this message in a reply
7th Dec, 2013, 10:03 AM
Post: #19
coloxim Offline
Registered
Posts: 33
Joined: Dec 2013
Reputation: 0
RE: [HOW-TO] Installing XBIAN directly on RASPBIAN IMG
ok....im installing xbian-update...
but the passwprd for xbian user?


nevermind...
doesn' t work...

give up...

;(
Find all posts by this user
Quote this message in a reply
9th Dec, 2013, 11:22 PM
Post: #20
Toshi Bass Offline
Registered
Posts: 2
Joined: Dec 2013
Reputation: 0
RE: [HOW-TO] Installing XBIAN directly on RASPBIAN IMG
Hi

I am trying to fool instructions [HOW TO] installing XBIAN directly on Raspbian.img however it fails at stage 2

root@raspberrypi:~# sudo apt-get install xbian-package-xbianhome
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package xbian-package-xbianhome

any advice ? thanks....
Find all posts by this user
Quote this message in a reply
10th Dec, 2013, 04:43 AM
Post: #21
Toshi Bass Offline
Registered
Posts: 2
Joined: Dec 2013
Reputation: 0
RE: [HOW-TO] Installing XBIAN directly on RASPBIAN IMG
OK moved on a bit started install process from beginning this time it found xbianhome so followed instructions changed config.txt with addition line changed cmdline.txt with revised script removed quite, ran apt-get install xbian-update seemed to be ok rebooted pi and after some wait screen clears and login prompt appears, i login expecting splash screen or something - nothing just normal pi@raspberypi # $ so try service lightdm start - OK starting -- try sudo start xbmc - xbmc start/running hmmm me thinks what next ???????????
Find all posts by this user
Quote this message in a reply
13th Dec, 2013, 12:55 PM
Post: #22
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: [HOW-TO] Installing XBIAN directly on RASPBIAN IMG
@Toshi,

if you install on top of raspbian, your previous boot settings are preserved.

btw: without xbianhome xbmc won't start. still unavailable package for you ?

Code:
sudo -i
apt-get clean; apt-get update; apt-get install xbian-package-xbianhome

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
13th Dec, 2013, 02:46 PM
Post: #23
FrankXbian Offline
Registered
Posts: 4
Joined: Dec 2013
Reputation: 0
RE: [HOW-TO] Installing XBIAN directly on RASPBIAN IMG
I need some help following these instructions. I am new to Raspberry and Linux. I got as far as inputing the code in step 1. I am stuck at the part within step 1 stating
Quote:so please edit /etc/apt/sources.list.d/xbian.list and uncomment line 2 and 3)
I am within Raspbian GUI. I entered the code from the "LXTerminal" successfully. I went into the file manager /etc/apt/sources.list.d/xbian.list, I uncomment the 2 lines and try to save. I get the error "Can't open file to write". I tried saving as a new file, changed permissions by right clicking. Thank you.
Find all posts by this user
Quote this message in a reply
13th Dec, 2013, 03:11 PM
Post: #24
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: [HOW-TO] Installing XBIAN directly on RASPBIAN IMG
you need root permissions to edit those files. just use your LXTerminal as before and run

Code:
sudo nano /etc/apt/sources.list.d/xbian.list

to edit sources file.

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
13th Dec, 2013, 03:41 PM
Post: #25
FrankXbian Offline
Registered
Posts: 4
Joined: Dec 2013
Reputation: 0
RE: [HOW-TO] Installing XBIAN directly on RASPBIAN IMG
(13th Dec, 2013 03:11 PM)mk01 Wrote:  you need root permissions to edit those files. just use your LXTerminal as before and run

Code:
sudo nano /etc/apt/sources.list.d/xbian.list

to edit sources file.

Okay I tried that and I get an editor within the terminal. I deleted the comments but how do you save it?
I now have another file called xbian.list.save that I cant edit or delete either. I dont understand what's going on here and with the permissions.
Find all posts by this user
Quote this message in a reply
13th Dec, 2013, 03:48 PM
Post: #26
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: [HOW-TO] Installing XBIAN directly on RASPBIAN IMG
you save it with ctrl+x (you get asked to save upon exit).

xbian.list.save is file you saved before when you was unable to write to xbian.list

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
13th Dec, 2013, 03:57 PM
Post: #27
FrankXbian Offline
Registered
Posts: 4
Joined: Dec 2013
Reputation: 0
RE: [HOW-TO] Installing XBIAN directly on RASPBIAN IMG
(13th Dec, 2013 03:48 PM)mk01 Wrote:  you save it with ctrl+x (you get asked to save upon exit).

xbian.list.save is file you saved before when you was unable to write to xbian.list

Thank you that worked. It asks me to overwrite it and to name it. I kept it the same. I checked in the file manager and it worked. Do I need to remove the *.*.save files I created? It wont let me delete it from file manager.
Find all posts by this user
Quote this message in a reply
13th Dec, 2013, 04:03 PM
Post: #28
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: [HOW-TO] Installing XBIAN directly on RASPBIAN IMG
@FrankXbian

more or less all /etc/ files are system files, providing just read access for standard users. it is fine, that you can't alter them in any way.

.save files will not harm in any way.

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
17th Dec, 2013, 10:23 PM
Post: #29
arie_papa Offline
Registered
Posts: 16
Joined: Dec 2013
Reputation: 0
RE: [HOW-TO] Installing XBIAN directly on RASPBIAN IMG
I followed all the steps, and have a succesfull installation of Xbian on the raspbian.img.
I can start xbmc with "sudo start xbmc" and this will launch a working xbmc for me.
Browsing through the menu's seems to be fast, and responsive. However, whatever movie (avi, dvd .mkv) files I try to launch, system keeps on loading forever. I have checked, but the license files are present and enabled, so I'm a bit stuck here how to solve this issue

Another strange thing I notice. I always mount my smb mounts directly in fstab. I copied the lines from a working xbian image and paste it in /etc/fstab. After reboot the mounts don't show up. When I "sudo mount -a" the mounts are 9 out of 10 times present, so the lines in fstab are correct.

edit:
fstab seems to be fine after a few reboots. Mounts are accessible directly now.
lxde desktop also seems to work without any problems, but still having trouble with the xbian/xbmc part.
I notice dvd (.mkb files) only plays with sound, not with video, simulair to play without having the licenses activated.
Avi. gives system freeze. Checked active licenses and codecs several times. Xbian XBMC menu also confirms they are present.
Find all posts by this user
Quote this message in a reply
21st Dec, 2013, 04:04 AM
Post: #30
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
[HOW-TO] Installing XBIAN directly on RASPBIAN IMG
@skinlee78

can you please post output

apt-cache policy xbian-package-kernel

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 »
Pages (8): « Previous 1 2 3 4 5 ... 8 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  Dual boot raspbian xbian tony_the_unik 5 20,449 3rd Apr, 2014 07:58 PM
Last Post: mk01
  Using xbian xbmc binaries on raspbian thrillrseekr 4 16,101 19th Aug, 2013 11:55 PM
Last Post: CurlyMo

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

Current time: 15th May, 2025, 03:16 AM Powered By MyBB, © 2002-2025 MyBB Group.