Linux ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222) +--- Forum: Hardware (https://forum.kodi.tv/forumdisplay.php?fid=112) +--- Thread: Linux ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] (/showthread.php?tid=194362) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
|
RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Matt Devo - 2017-02-14 (2017-02-14, 04:06)redking Wrote: I did a fresh install of ubuntu 16.04.1 (64bit) on my Panther Chromebox. I installed Kodi and ran the E-Z script to update my coreboot it installed fine... Now after Reboot I getsince you changed from the older Legacy Boot firmware to the UEFI firmware, you'll need to reinstall Ubuntu from USB (do an erase/use full disk). While migrating from Legacy to UEFI is possible, it's easier just to reinstall. After reinstalling, don't click continue or reboot, but instead open a terminal and type the following commands: sudo su mkdir /target/boot/efi/EFI/BOOT cp /target/boot/efi/EFI/ubuntu/grubx64.efi /target/boot/efi/EFI/BOOT/BOOTX64.efi then exit the terminal and reboot RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - SandmanUT - 2017-02-14 I've been using your script to run the Openelec/Kodi/ChromeOS configuration on my Asus (moo4u) box for quite some time now in a set it, let the kids play with it and forget it mode. It's worked great for that with kodi streaming movies from my NAS (no fingerprints on discs) and doing their homework out of the current chromeos. However... I now am at a point I'd like to add a gaming path (specifically Rocksmith and other music games) to that point in my home and was just considering some extended HDMI/controller options to hit that TV from a capable pc tower in my basement, but I also know that some have used the chromebox as a streaming extension for Steam. So my question is this, I'd like to retain the functions that we already use heavily with the Kodi/ChromeOS setup, which are most important to me. What would be the ideal configuration to add the Steam streaming element to that mix? It's on a wired LAN with an Archer c9 anchoring. Is Gallium robust enough? Latest Ubuntu play nice with the current/latest configs of Matt's script? SteamOS? Run from the internal hard drive or a stubby/late generation USB3 stick with a lot more space? What would you do if it was your box and in the control of kids under 10 years old 90% of the time? (they've got the start up keyboard commands to switch the current OS just fine) Thanks! RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Matt Devo - 2017-02-15 (2017-02-14, 22:47)SandmanUT Wrote: I've been using your script to run the Openelec/Kodi/ChromeOS configuration on my Asus (moo4u) box for quite some time now in a set it, let the kids play with it and forget it mode. It's worked great for that with kodi streaming movies from my NAS (no fingerprints on discs) and doing their homework out of the current chromeos. while I haven't tested it out in a while, I think that switching to a dedicated SteamOS setup might me the way to go. I believe you can easily install Kodi from their repo now (or at least, debian's) and it gives you the BP interface that is very kid friendly. I tested this out a year or so ago, and the only stumbling block was getting HD audio to passthru correctly, but I think that's been resolved. You wouldn't be able to dual-boot it with ChromeOS (I don't think), but if you don't need to then maybe worth investigating? You can certainly run both Steam and Kodi perfectly well from GalliumOS, even have Steam auto-start in BP mode and launch Kodi from there. edit: one benefit you would get from switching to the latest standalone (UEFI) firmware is that the dedicated video memory is increased from 32MB to 96MB, which can help a lot with some games; adding another 2GB of RAM (so it runs in dual channel mode) helps quite a bit as well RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - SandmanUT - 2017-02-15 (2017-02-15, 00:28)Matt Devo Wrote:(2017-02-14, 22:47)SandmanUT Wrote: I've been using your script to run the Openelec/Kodi/ChromeOS configuration on my Asus (moo4u) box for quite some time now in a set it, let the kids play with it and forget it mode. It's worked great for that with kodi streaming movies from my NAS (no fingerprints on discs) and doing their homework out of the current chromeos. That was an unexpected answer! :O I was unaware of Kodi being available inside of Steam! I like the idea of a single stream for everything and it looks like Chrome is available inside SteamOS now instead of Iceweasel only, which helps with things like running Netflix or Hulu, etc as well as a few plugins we use. I'm pretty sure I added RAM to the box at the beginning to max it at 4, but that's an easy check/fix. When you ran your test, was there enough overhead on the machine to run Kodi on top of Steam without issues? Could I take it for a testdrive from a bootable stick? I'm guessing that driver support would still be there for the IR receiver I have plugged in that works great with Openelec/Kodi and harmony remote. I'll check out the UEFI update as well. Thanks for your input Matt! RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Matt Devo - 2017-02-16 (2017-02-15, 19:52)SandmanUT Wrote: That was an unexpected answer! :O I'm not sure if Kodi is available "inside" Steam by default - I had to set up a shortcut manually but unsure if that's still the case. When I tested, there wasn't any performance penalty from running Kodi with Steam in the background, it was simply an issue of HD audio passthru not working due to PulseAudio or ALSA or their interaction, and so I just set up an OpenELEC/SteamOS dual boot (as this was before LibreELEC) RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - SandmanUT - 2017-02-16 ahhh..I see the path now. Thank you. So number-of-steps-wise, it's the equivalent of launching Steam from Kodi via an add-on, you're just accessing from the desktop, right? Since launching either from Linux on startup is doable, is there a good reason to choose SteamOS for these boxes over say a Gallium install? Both say Chrome and Flash can be used, which makes them suitable for the Netflixes/Hulus/Xfinity TV of the world in addition to Kodi and Steam, right? Is it just a preference of the desktop layout or Big Picture (BP) mode or are there some underlying performance issues? Is there any reason to keep this machine in a dual boot setup for the scenario outlined above? RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Matt Devo - 2017-02-16 (2017-02-16, 21:26)SandmanUT Wrote: ahhh..I see the path now. Thank you. So number-of-steps-wise, it's the equivalent of launching Steam from Kodi via an add-on, you're just accessing from the desktop, right? that's an answer I don't have. I'd expect that there's relatively little performance difference if any, it's just a question of if Linux running Steam/Kodi or Steam/Kodi w/Linux available better fits your needs. SteamOS will definitely have better controller support etc if gaming is a consideration. And given that it's a Chromebox, there's relatively little optimization for it in GalliumOS (relative to Chromebooks) compared to any other Linux distro. Since I haven't used it in well over a year, I'd probably look at it as an opportunity to revisit SteamOS / play around with it some. But I also have plenty of spare boxes I can use to do so And I def would recommend ditching ChromeOS given your stated needs. As a last resort you could even run Windows + Steam/Kodi I suppose =P RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - levd - 2017-02-17 Hello Matt, I noticed you upgraded the script to use Libreelec. Im running Openelec on my HP Chromebox dual core celeron setup with your script and i want to use Libreelec also, do i need to change anything / rerun the script to install Libreelec? Or can i simply download the upgrade file from Libreelec for my hardware and upgrade from Openelec? Thx, Levd RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Matt Devo - 2017-02-17 (2017-02-17, 23:09)levd Wrote: Or can i simply download the upgrade file from Libreelec for my hardware and upgrade from Openelec? this works as long as your OpenELEC setup wasn't from so long ago that the 1st (system) partition is too small for what LibreELEC now requires. If the LE upgrade fails, I'd recommend doing a back, updating to the UEFI firmware (assuming you're on a standalone setup), and doing a fresh install of LE RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - levd - 2017-02-17 Ok, is there any command i can use to check the system partition with Putty that you know off? And how large it should be minimal? Otherwise ill do a backup, run the script and update to UEFI and install LE like you said RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Matt Devo - 2017-02-18 (2017-02-17, 23:57)levd Wrote: Ok, is there any command i can use to check the system partition with Putty that you know off? And how large it should be minimal?I think 512mb is the currently required size. you can always boot a Linux USB and resize with gparted before upgrading RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - levd - 2017-02-18 Ok thank you Matt RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Peaf - 2017-02-18 (2017-02-12, 19:42)Matt Devo Wrote: [quote='Peaf' pid='2523934' dateline='1486912362'] don't use tuxboot, just dd (or cp) the ISO to the usb device. Or, use Etcher. [/ Thank you for the help... everthing is ok now. I was looking to this thread and it seems I should update to LibreElec instead of Openelec. Should I upgrade? Is it simple to upgrade or I need to reinstall everything? Thank you. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - SandmanUT - 2017-02-19 (2017-02-16, 22:14)Matt Devo Wrote:(2017-02-16, 21:26)SandmanUT Wrote: ahhh..I see the path now. Thank you. So number-of-steps-wise, it's the equivalent of launching Steam from Kodi via an add-on, you're just accessing from the desktop, right? Well..waded in and got as far as the UEFI flash. From Ubuntu 16 on a stick, all went well, made it to the end and chose "P" to power down while I went to make a Steam install stick. When I came back and restarted, it powers up but there is now no video output. Tried it with hdmi, with the DP, two different monitors, with a boot disk in, without, steam, ubuntu...just blackness. No prompt, no response to any keys. Thought I'd stop right there before doing any additional damage and check on thoughts here. A reminder that the box is the Asus M004U, it's got 4 gigs of ram in, a wired keyboard and mouse and wired net connection. I ran the firmware utility script as outlined on your site and it looked like it did everything it was supposed to do..while I was using the terminal from Ubuntu. ** Additional info: I used the Full rom (3) option and created a backup on a separate usb stick. It was running OpenElec and Kodi under a dual boot with ChromeOS using your script until today. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Matt Devo - 2017-02-19 (2017-02-19, 00:33)SandmanUT Wrote: Well..waded in and got as far as the UEFI flash. some users have reported video output/handshaking issues after flashing/before an OS is installed. I'd give it a try with another HDMI cable / on a different display if you can. I can count on one hand (with digits to spare) the number of boxes actually bricked when flashing firmware over the past ~3 years |