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: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - pakman - 2014-11-02 Hi Matt, I just gave up on the dual boot thing and went to using the custom BIOS. from there, loaded Ubuntu 14.04 from a install USB that I had laying around. That worked great.. boots up in a few sec! thanks for your help, and glad to see this running so fast. I do still see the string descriptor malformed error but it just flashes by so can't really notice it unless I'm looking for it. Once again great script! RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - sh33p - 2014-11-02 a question to hp/asus chromeboxes owners, does the power supply supports both 110-220v? so it can work in Europe just by adding EU power plug? RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - noggin - 2014-11-02 (2014-11-02, 13:23)sh33p Wrote: a question to hp/asus chromeboxes owners, does the power supply supports both 110-220v? so it can work in Europe just by adding EU power plug? Yes - however the Asus PSU has an integrated fold-out US 2-pin plug (so is a large wall wart) rather than a socket for a flying mains cable, so you will need to either use a US->EU/UK adaptor or source a replacement. Both my US Asus models came with the same PSU. I don't have one, but apparently the HP accepts a standard cloverleaf mains cable like most laptop PSUs - so you can simply switch out the mains cable for a UK/EU one. For info - the PSU that comes with an i5 NUC is compatible with the Asus. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - JonniMR - 2014-11-03 Ok, So I finally got around to making a video of the display issue I am having with my Asus Chromebox with OpenELEC/XBMC. Again I am running dual boot with ChromeOS and OpenELEC/XBMC. A few things I do not mention in the video, I have tried mutipule different TVs and I have used over a dozen diffent HDMI cables, all with this result. I am not sure what going, but I would like to just figure out the best way to resolve it at this point. complete wipe? restore? Thanks ahead of time for anyones help, and sorry for the quality shot on my phone. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - Matt Devo - 2014-11-03 (2014-11-03, 06:03)JonniMR Wrote: Ok, 1) does it do the same thing if you boot to ChromeOS vs OpenELEC? 2) what happens if you change to HDMI2 before powering on? 3) are you using the latest Legacy BIOS update from my script? 4) does it behave the same when connected to a standard PC monitor vs a TV? RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - JonniMR - 2014-11-03 (2014-11-03, 07:35)Matt Devo Wrote: 1) does it do the same thing if you boot to ChromeOS vs OpenELEC? 1) I am going to run out and get a usb keyboard now to see if ChromeOS is doing the same thing or not. 2) Most of theTV's I tried could not be switched to an input that had no signal. A couple that I tried could, the result was the same as above. 3) I did update the Legacy BIOS when I first installed the OpenELEC/XBMC 4) I don't have a standard PC monitor to test, sorry. I will report back very shorty. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - JonniMR - 2014-11-03 Ok Matt, Went and grabbed a USB keyboard. ChromeOS is doing the exact something. ***Diffrent TV - Diffrent HDMI Cable, same results. Ideas from here? RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - prickly - 2014-11-03 I'm stuck, my Chromebox is stuck trying to boot from the hard drive and I can't choose an option from the boot menu to install OpenELEC. I followed the instructions for a standalone OpenELEC install. 1. Dev Mode 2. Disabled Firmware Write Protect 3. Downloaded EZ Setup Script 4. Ran Standalone option and backed up firmware 5. Created OpenELEC install media 6. Shutdown / boot with install media I have tried the install media created by script and have created install media manually on SD Card and USB 2.0 jump drive. Either way my Chromebox boots straight to hard drive no matter what I do - I press ESC on the keyboard and I see a list of boot media but it boots from hard drive anyway - I don't get to choose a device to boot from. What are my options at this point? RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - Matt Devo - 2014-11-03 (2014-11-03, 20:07)JonniMR Wrote: Ok Matt, did it do this from the start, ie before you switched to dev mode and/or before you ran the dual boot setup from the script? (2014-11-03, 22:38)prickly Wrote: I'm stuck, my Chromebox is stuck trying to boot from the hard drive and I can't choose an option from the boot menu to install OpenELEC. when you press ESC and the boot menu shows, the boot menu should stay on screen indefinitely until you choose one of the numeric options from the menu (or press ESC again). Are you choosing the USB drive from the list (option 2 I assume)? If you're pressing ESC more than once initially, that may be causing it show the menu and then boot directly to the internal HDD. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - prickly - 2014-11-03 Quote:when you press ESC and the boot menu shows, the boot menu should stay on screen indefinitely until you choose one of the numeric options from the menu (or press ESC again). Are you choosing the USB drive from the list (option 2 I assume)? If you're pressing ESC more than once initially, that may be causing it show the menu and then boot directly to the internal HDD. I'm so used to bashing F8 or F2 etc that I was pressing ESC more than once lol ... I now have OpenELEC installed - thanks so much for your help! RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - JonniMR - 2014-11-04 (2014-11-03, 23:37)Matt Devo Wrote:(2014-11-03, 20:07)JonniMR Wrote: Ok Matt, No, It was fine before running the script. I don't really have anything I need in xbmc, Is it possible to redo everything? RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - Matt Devo - 2014-11-04 (2014-11-04, 00:47)JonniMR Wrote: No, It was fine before running the script. I don't really have anything I need in xbmc, Is it possible to redo everything? sent you a PM with some instructions to install an older version of SeaBIOS, to see if the newer VGA BIOS I'm using is causing the issue RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - kilbo - 2014-11-04 Hi Matt, Guess I am still a bit lost.Have not been successful in getting openelec to boot.The EZ script did install your SeaBios. I used the usb stick that your script used to make the bootable drive. I selected it for the boot device to try and rerun. Some code ran but nothing was gained. I am now trying to make a usb stick using OpenElec-Generic.x86_64-3.95.6-Chromebox. When I run the create_installstick.bat it asks for the drive letter of the usb on my windows machine. When I enter it, it say invalid drive selected even though the correct letter is installed. I've tried different usb ports but nothing. Sure this is simple to someone with your knowledge. Can you give me some guidance. Thanks for your attention to this thread! RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - Matt Devo - 2014-11-04 (2014-11-04, 01:32)kilbo Wrote: Hi Matt, Guess I am still a bit lost.Have not been successful in getting openelec to boot.The EZ script did install your SeaBios. I used the usb stick that your script used to make the bootable drive. I selected it for the boot device to try and rerun. Some code ran but nothing was gained. I am now trying to make a usb stick using OpenElec-Generic.x86_64-3.95.6-Chromebox. When I run the create_installstick.bat it asks for the drive letter of the usb on my windows machine. When I enter it, it say invalid drive selected even though the correct letter is installed. I've tried different usb ports but nothing. Sure this is simple to someone with your knowledge. Can you give me some guidance. Thanks for your attention to this thread! 1) use the current version of OpenELEC, 4.2.1: http://openelec.tv/get-openelec/download/finish/8-generic-builds/601-openelec-stable-generic-x86-64 2) use the .exe, not the .bat to create the install media. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+XBMC) [v3.1 - 2014/10/30] - kilbo - 2014-11-04 Thanks Matt. Did as you said. Using the newly created install stick, I now get missing operating system |