Posts: 5
Joined: Mar 2013
Reputation:
0
Ok, Chromebox just arrived and about to take the plunge. I was just wondering, if I was to install kodibuntu, would I be able to run something like transmission with automatic and download torrents to a NAs ?
Posts: 4,512
Joined: Nov 2008
Reputation:
224
standalone? reinstall from USB. dual boot? boot ChromeOS and reinstall via the script.
Posts: 1,068
Joined: Oct 2011
Reputation:
27
Soli
Posting Freak
Posts: 1,068
Just chiming in with my experiences regarding booting from usb sticks. This is with a HP. All sticks are pretty standard usb 2.0 sticks.
Usb stick 1: boots from all usb ports.
Usb stick 2: boots only from the upper port in the back.
Usb stick 3: does not boot at all.
Posts: 151
Joined: Aug 2013
Reputation:
1
So everything was working fine until I got home today.
Went to power up the TV and hit an infite reboot loop. I'm currently using a dual boot openelec+chromeOS.
I'd get to the screen that says Kodi v. etc. and then it would flash off and then reboot back to that screen infinitely.
I did a complete reinstall and things were up and running again.
But I've discovered the problem. I did an SCP into openelec and added the advancedsettings.xml file, and now I'm getting the infinite reboot loop. This was a direct copy of my XML file that is being used on all of my clients. For some reason, it's not working on Kodi/Chromebox and won't allow me to boot.
Ideas?
Posts: 151
Joined: Aug 2013
Reputation:
1
2015-05-05, 07:14
(This post was last modified: 2015-05-05, 16:04 by Living Legend.)
I removed advancedsettings.xml again, went in and added time on the wait for network to connect configuration. Now after doing the reboot 3-4 times I'm frozen at Kodi v 14.2-Helix screen.
I have a very basic XML file too.
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.3</host>
<port>3306</port>
<user>*******</user>
<pass>*******</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.3</host>
<port>3306</port>
<user>******</user>
<pass>*******</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
</advancedsettings>
Posts: 4,512
Joined: Nov 2008
Reputation:
224
so if you ssh in and rename it, it boots fine? sounds like an issue for either the OE folks or the Kodi Linux support section, not hardware