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) [2017/02/21] - Matt Devo - 2017-11-25 then just go to LibreELEC's site, download their USB creator utility, run it, create the USB media, boot the Chromebox with it, and install RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - tate16t - 2017-11-25 (2017-11-25, 07:20)Matt Devo Wrote: then just go to LibreELEC's site, download their USB creator utility, run it, create the USB media, boot the Chromebox with it, and install Ok thanks will try that. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Boulder - 2017-12-10 I ran into an interesting problem while trying to revert my HP Chromebox back to the original state to then just install a basic LibreELEC setup on it with the script. I know that I could do it without going back to the very beginning but I wanted to test it as I'm selling my other CB soon, and I plan to sell it in its original state. The box had the latest UEFI firmware version and Win10 installed. I proceeded by restoring the stock firmware which went fine. Then I rebooted to recover ChromeOS, but an error message appears: "The connected power supply does not have enough power to run this device. Blahblahblah.." Well, the box has worked fine with the original HP 19,5V/3,33A/65W power supply on Win10 and also had no issues when it ran Chrome OS while I upgraded the firmware with the script. Is there anything that I could do but buy a new power supply? RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2017-12-10 (2017-12-10, 21:01)Boulder Wrote: I ran into an interesting problem while trying to revert my HP Chromebox back to the original state to then just install a basic LibreELEC setup on it with the script. I know that I could do it without going back to the very beginning but I wanted to test it as I'm selling my other CB soon, and I plan to sell it in its original state.that's a generic error generated by the firmware when it can't validate that a genuine HP power supply is being used (something only the HP box does). What backup did you restore -- a backup generated by the script when you flashed the UEFI firmware originally, or one provided by the script at the time of restore? RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Boulder - 2017-12-10 (2017-12-10, 21:28)Matt Devo Wrote:That's an interesting check, it's a surprise a simple Google search didn't bring up any results explaining the issue.(2017-12-10, 21:01)Boulder Wrote: I ran into an interesting problem while trying to revert my HP Chromebox back to the original state to then just install a basic LibreELEC setup on it with the script. I know that I could do it without going back to the very beginning but I wanted to test it as I'm selling my other CB soon, and I plan to sell it in its original state.that's a generic error generated by the firmware when it can't validate that a genuine HP power supply is being used (something only the HP box does). What backup did you restore -- a backup generated by the script when you flashed the UEFI firmware originally, or one provided by the script at the time of restore? I restored the backup generated by the script when I flashed the UEFI firmware. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2017-12-11 (2017-12-10, 21:43)Boulder Wrote: That's an interesting check, it's a surprise a simple Google search didn't bring up any results explaining the issue. are you able to boot to recovery mode? Press/hold the recovery button when powering on. If that works, then perform a recovery using freshly-generated media, and see if that resets things back to a sane state. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Boulder - 2017-12-11 I think I already tried that, but it gave me the same error. I'll need to retest when I get back home from work. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Boulder - 2017-12-11 Nope, not working. It gives the same error even when the reset button is held down when powering the device on. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2017-12-12 (2017-12-11, 17:52)Boulder Wrote: Nope, not working. It gives the same error even when the reset button is held down when powering the device on.unfortunately I don't have a good answer then. If it is really a PSU issue, then replacing it should help, but I suspect that the firmware is just confused somehow, and I don't have a good suggestion on how to reset it. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - bbsc - 2017-12-12 (2017-12-11, 17:52)Boulder Wrote: Nope, not working. It gives the same error even when the reset button is held down when powering the device on.I'd try to disconnect all new hardware: external hdd, extra memory module, probably - WLAN card and new SSD. Chromebox Won't Boot After EZ Standalone Install - Ben Mooney - 2017-12-12 EDIT: Matt has contacted me separately to help! Hi all, I followed the EZ script to install custom (standalone firmware on my Asus CN62 i7 Chromebox. My intention was to boot windows from usb after the custom bios had installed. My problem is now that the Chromebox won't boot at all! I've installed the custom bios and all seemed ok...returned to the main menu of the EZ script and rebooted, now nothing! The light comes on on the Chromebox but no video output, no beeps, no fans! Is it an expensive brick now? RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Boulder - 2017-12-15 (2017-12-12, 00:10)Matt Devo Wrote:(2017-12-11, 17:52)Boulder Wrote: Nope, not working. It gives the same error even when the reset button is held down when powering the device on.unfortunately I don't have a good answer then. If it is really a PSU issue, then replacing it should help, but I suspect that the firmware is just confused somehow, and I don't have a good suggestion on how to reset it. Forgot to come here to tell that I was able to resolve the situation. I did buy a new power supply and tested it to work OK. For some reason, I started looking at the plugs of the two PSUs and soon noticed that the "broken" PSU just had a bent pin in the center of the plug. I managed to straighten it and fortunately, it works I don't know why they have chosen such a vulnerable thing as the ASUS doesn't seem to have one. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2017-12-16 (2017-12-15, 22:24)Boulder Wrote: Forgot to come here to tell that I was able to resolve the situation. I did buy a new power supply and tested it to work OK. For some reason, I started looking at the plugs of the two PSUs and soon noticed that the "broken" PSU just had a bent pin in the center of the plug. I managed to straighten it and fortunately, it works I don't know why they have chosen such a vulnerable thing as the ASUS doesn't seem to have one. thanks for following up - and yeah, not sure why HP thought there was any value added by doing that. I think mostly to discourage use of 3rd party adapters, but really creating more problems than it's solving RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - digitalgimpus - 2017-12-20 So looking to update the firmware for some of the new stuff like the boot screen. I tried running a few live distro's, but keep running into memory issues. IIRC it's only 2GB. So what OS is recommended for running the firmware-util script? Anyone do this before and have a recommendation? Thanks! RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2017-12-20 (2017-12-20, 06:26)digitalgimpus Wrote: So looking to update the firmware for some of the new stuff like the boot screen. I tried running a few live distro's, but keep running into memory issues. IIRC it's only 2GB.unfortunately "memory issues" isn't diagnostically actionable, so hard to recommend what to use without knowing what you already tried and what exactly the issue was. That said, use GalliumOS. |