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] - tekno - 2021-02-10 I am no noob to linux but I found the options for this script not too clearly defined and I think I botched it. I have a Asus M004U2GB and I wanted a stand alone Libreelec install. I have no need for the original OS. I ran option 1 the Install ChromeOS + Kodi twice install seemed to complete. Set Boot option 4 to 1 second delay default boot to Kodi Installed SeaBIOS with Option 5 All I get is "Booting from Hard disk" with a flashing cursor. How do I get it to boot? I think after all is working and tested then I can remove the useless Chrome OS with Option 6? RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2021-02-10 (2021-02-10, 10:25)tekno Wrote: I am no noob to linux but I found the options for this script not too clearly defined and I think I botched it. Nooooo! You should boot ChromeOS (CTRL+D), use option 7 to create the install media, then option 6 to flash the coreboot/UEFI firmware. Reboot, boot from USB, install LibreELEC. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - tekno - 2021-02-12 (2021-02-10, 16:32)Matt Devo Wrote:(2021-02-10, 10:25)tekno Wrote: I am no noob to linux but I found the options for this script not too clearly defined and I think I botched it. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - tekno - 2021-02-12 (2021-02-10, 16:32)Matt Devo Wrote:HUH? Then why do the other options even exist?(2021-02-10, 10:25)tekno Wrote: I am no noob to linux but I found the options for this script not too clearly defined and I think I botched it. I did have success installing to an external USB disk that is now booting however I did try the method you suggest and get a bad kernel option error when booting to Libreelec installer. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - tekno - 2021-02-13 Maybe what is needed is a clear and concise explanation of the options and how they apply to different ChromeBoxes in the form of a manual/. I do not see anything like a user manual even at MrChromebox.tech WHen I ask here the partial response I receive only seems to confuse me even further. Also there many pages with differing (old?) versions of how to use this. If it were properly documented and updated in one place, it would be helpful. My question now is how to get my chromebox back to some normal config. I would ultimately like to get Kodio in a stand-alone configuration on the SSD and nothing has worked. when installing to SSD. It does however work installing to 1TB external disk from installer . Running the Libreelec installer created from the menu has also not worked just giving a kernel argument error Also looking at what I have working now it seems quite convoluted, although it does work. As I understand it If Libreelec is installed to an external disk I should have a bootable Legacy partition on that drive that would boot any x86 , but it does not . In fact it caused Boot to hang on BIOS screen even after repairing the disk from gparted. I have found no installation of Libreelec on the external disk, in fact what I see is: (System partition contents) lost+found (folder) extlinux.conf KERNEL ldlinux.c32 ldlinux.sys SYSTEM I suspect Libreelec is actually running off the internal SSD Not sure how I proceed to get back to square 1, or correct it.. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2021-02-13 (2021-02-13, 19:40)tekno Wrote: Maybe what is needed is a clear and concise explanation of the options and how they apply to different ChromeBoxes in the form of a manual/.please explain how the documentation in the first post and my website are unclear and I'll do my best to improve it. A standalone setup is dead simple: install the custom coreboot/UEFI firmware, reboot, and install LE from your install media. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - tekno - 2021-02-13 (2021-02-13, 19:54)Matt Devo Wrote:You refer to your "Quick Start Overview"?(2021-02-13, 19:40)tekno Wrote: Maybe what is needed is a clear and concise explanation of the options and how they apply to different ChromeBoxes in the form of a manual/.please explain how the documentation in the first post and my website are unclear and I'll do my best to improve it. Comments inline Quick Start / Overview --------------------------------------- For a dual-boot setup, you will need to perform the following steps: What about a standalone boot? Open the ChromeBox and remove the write-protect screw Put the ChromeBox in developer mode Perform a factory reset using Google's recovery tools Download/run the Kodi E-Z Setup Script, choose desired dual boot configuration, select partition size (more explanation of these recovery tools would be helpful). What tools and how to install or access (reboot and allow ChromeOS to "repair" itself after partition resizing) Download/run the Kodi E-Z Setup Script again, choosing the same dual boot configuration option, install LibreELEC or GalliumOS Reboot and verify dual boot functionality by manual selecting legacy boot option ([CTRL-L) [font]This did not work only got a kernel parameter argument error [/font] Reboot to ChromeOS, use Kodi E-Z Setup Script to select desired default OS, boot delay (optional) For a standalone setup, you will need to perform the following steps: Open the ChromeBox and remove the write-protect screw Put the ChromeBox in developer mode Download/run the Kodi E-Z Setup Script Select the Standalone / coreboot Install option, which will backup your stock firmware/BIOS and flash a custom one Create install media for desired OS. Script includes option to create install media for LibreELEC Power off ChromeBox Connect/plug-in USB install media (if not using LibreELEC media you just created) Power on ChromeBox, Press [ESC] from boot menu, select USB device (no longer needed with UEFI firmware; USB devices will boot automatically) Install LibreELEC, GalliumOS, or your OS of choice To run LibreELEC off a USB/SD device, you will need to perform the following steps: Open the ChromeBox and remove the write-protect screw Put the ChromeBox in developer mode Download/run the Kodi E-Z Setup Script, select option to Install LibreELEC on USB This would be an excellent place for a direct link to the CURRENT script Reboot and verify legacy boot functionality by manual selecting legacy boot option ([CTRL+L) Here is what I believe is a BUG! When installing to USB media This script should check to see if there is an installation on internal media. If so that should be cleaned up before installing to USB Hit ESC, select USB device from which to boot. My odd but working installation, I tell it to boot to USB but it appears I have no Libreelec install on my USB disk. Apparently it is finding my first install attempt on the internal drive now Reboot to ChromeOS, use Kodi E-Z Setup Script to select desired default OS, boot delay (optional) Again what to do when something goes wrong? I see no options to uninstall or revert RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - tekno - 2021-02-14 Additional info: The documentation in the standalone section says the following: "There are 3 firmware configuration options available to the user prior to flashing:" However the output of that section of the installer looked like this Code: ChromeBox Kodi E-Z Setup Script [2020-12-22] RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2021-02-15 (2021-02-14, 02:37)tekno Wrote: Additional info: you're quoting documentation for the standalone function, yet show me a picture of the main menu. Pretty easy to intuit that those options are only presented after selecting the standalone firmware option. I don't care to make the time to address your previous post point-by-point. I have no desire to hand-hold users who aren't motivated to research and understand what's going on. This isn't r/TechSpoonFeeding RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - colin.p - 2021-03-10 I want to thank you Matt for this tutorial. After using my Dell Chromebox as a "HTPC" using Plex since I bought it in 2015, I finally took the plunge (I'm retired and apparently bored as well), got rid of ChromeOS (and Google's habit of dropping support) and installed GalliumOS. I had a couple of "nail biting" moments as I had to modify the script and I answered "yes" instead of "no" in asking me to do a backup for the Chrome firmware (I have no intention of going back to Chrome-EVER), but I got it all working properly after a few choice adjectives. Heck I even have samba working and Kodi 19 works a treat. Of course I've been running ubuntu since Hardy, so I am not entirely dry. Thank you again. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - walkerx - 2021-03-27 Hi, I'm looking at resetting my asus chromebox (CN60) back to chromeos and probably duel booting it into galliumos as not used LibreElec on it since I got my nvidia shield. I still have my original chromeos backup to restore as I originally replaced tbe chromeos setup, but when checking the wiki I'm unable to find any instructions on how to restore the unit as the page is no longer available. If I boot up the asus with a usb keyboard attached, will rerunning the setup from the OP automatically reinstall ChromeOS and GalliumOS or must I fully restore to ChromeOS first? thanks RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2021-03-27 (2021-03-27, 16:12)walkerx Wrote: Hi,given the CN60 is end of life (no more updates), no point in reverting to ChromeOS. If you want something similar, just boot/install CloudReady. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - walkerx - 2021-03-27 (2021-03-27, 16:50)Matt Devo Wrote:(2021-03-27, 16:12)walkerx Wrote: Hi,given the CN60 is end of life (no more updates), no point in reverting to ChromeOS. If you want something similar, just boot/install CloudReady. Thanks, my other choice was looking at installing GalliumOS RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Timewalker - 2021-04-21 Hi all! Haven't been here in a while, because my CN60s have both been running great. But I couldn't pass up this Chromebox 3 for $99 from Walmart. https://www.walmart.com/ip/seort/600948648 So, besides upgrading the RAM and maybe the SSD (is it NVME or mSATA?), is there any specific guidance on installing LibreElec to this model? Thanks Matt and everyone else! RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2021-04-21 (2021-04-21, 14:41)Timewalker Wrote: Hi all! no need to upgrade either the RAM or SATA SSD just for LibreELEC. No special guidance. |