Kodi Community Forum
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] - BoxFreak - 2017-01-23

I just tried to create install stick at the time via ezscript running on GalliumOS Live. In fact files seemed OK when I looked at it in Windows before creating it again with Windows software, but it gave that input output error in the end.

I'm just using that Samsung to set up my Chromebox, so it's not absolutely necessary to get it working, but it would be nice.


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Haws - 2017-01-30

Long time user, no real problems. Thank you Matt.

Somehow messed up last update i was doing on one of my boxes. Normally just running a standalone setup. Firmware update went well.

Boots to shell command device mapping table now.

Image
Image

Not wanting to mess up more so figured i would ask the experts before i pushed more buttons.


Thank you in advance Smile


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - jsp1 - 2017-01-30

I tried upgrading the uefi firmware since it is supposed to offer the boot device option on install, however, this option was never presented to me. Am I missing something?

It currently defaults to usb and tries to boot my external hard drives before proceeding.

Also, is there any way we could get a custom version of the firmware that allocates more video memory (for those of us with more RAM)? Or is this a pointless or difficult endeavor?

Thanks for all the work Matt. The continued support has been amazing.


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Matt Devo - 2017-01-30

(2017-01-30, 17:23)Haws Wrote: Long time user, no real problems. Thank you Matt.

Somehow messed up last update i was doing on one of my boxes. Normally just running a standalone setup. Firmware update went well.

Boots to shell command device mapping table now.

Not wanting to mess up more so figured i would ask the experts before i pushed more buttons.

Thank you in advance Smile

When you install the standalone firmware via the EZ setup script, it now installs the UEFI firmware, rather than the older Legacy Boot firmware previously used. There's not a good way (read: automated) to migrate an installed OS between the two, because they use different partition layouts (MBR vs GPT) among other reasons. The easiest thing for you to do will be to boot a Linux USB, run my Firmware Utility Script, and install the Legacy Boot firmware instead. Run the script, choose 'u' to unlock all functions, choose option 3 (Install Full ROM firmware), then choose 'L' for legacy boot when prompted. When done, simply exit/reboot.

I'll be sure to update the documentation here to avoid this situation in the future.

(2017-01-30, 17:30)jsp1 Wrote: I tried upgrading the uefi firmware since it is supposed to offer the boot device option on install, however, this option was never presented to me. Am I missing something?

It currently defaults to usb and tries to boot my external hard drives before proceeding.

Also, is there any way we could get a custom version of the firmware that allocates more video memory (for those of us with more RAM)? Or is this a pointless or difficult endeavor?

Thanks for all the work Matt. The continued support has been amazing.

the UEFI firmware does not offer the option to set the boot device currently. I had briefly tested an implementation in the past, but it required me to maintain two different UEFI payloads for each device I support (which has become pretty sizable). Once the UEFI firmware supports NVRAM and has the ability to save settings, you will be able to set the boot target via the UEFI setttings, but until that time it will default to external devices first. With UEFI though, that shouldn't be an issue, as it will "fail forward" and most external drives won't have the requisite EFI bootloader/executable so should be skipped pretty much invisibly


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Haws - 2017-01-30

(2017-01-30, 18:21)Matt Devo Wrote:
(2017-01-30, 17:23)Haws Wrote: Long time user, no real problems. Thank you Matt.

Somehow messed up last update i was doing on one of my boxes. Normally just running a standalone setup. Firmware update went well.

Boots to shell command device mapping table now.

Not wanting to mess up more so figured i would ask the experts before i pushed more buttons.

Thank you in advance Smile

When you install the standalone firmware via the EZ setup script, it now installs the UEFI firmware, rather than the older Legacy Boot firmware previously used. There's not a good way (read: automated) to migrate an installed OS between the two, because they use different partition layouts (MBR vs GPT) among other reasons. The easiest thing for you to do will be to boot a Linux USB, run my Firmware Utility Script, and install the Legacy Boot firmware instead. Run the script, choose 'u' to unlock all functions, choose option 3 (Install Full ROM firmware), then choose 'L' for legacy boot when prompted. When done, simply exit/reboot.

Flawless and Easy Fix.
Great support and thank you for all your hard work.


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - jsp1 - 2017-01-30

(2017-01-30, 18:21)Matt Devo Wrote:
(2017-01-30, 17:23)Haws Wrote: Long time user, no real problems. Thank you Matt.

Somehow messed up last update i was doing on one of my boxes. Normally just running a standalone setup. Firmware update went well.

Boots to shell command device mapping table now.

Not wanting to mess up more so figured i would ask the experts before i pushed more buttons.

Thank you in advance Smile

When you install the standalone firmware via the EZ setup script, it now installs the UEFI firmware, rather than the older Legacy Boot firmware previously used. There's not a good way (read: automated) to migrate an installed OS between the two, because they use different partition layouts (MBR vs GPT) among other reasons. The easiest thing for you to do will be to boot a Linux USB, run my Firmware Utility Script, and install the Legacy Boot firmware instead. Run the script, choose 'u' to unlock all functions, choose option 3 (Install Full ROM firmware), then choose 'L' for legacy boot when prompted. When done, simply exit/reboot.

I'll be sure to update the documentation here to avoid this situation in the future.

(2017-01-30, 17:30)jsp1 Wrote: I tried upgrading the uefi firmware since it is supposed to offer the boot device option on install, however, this option was never presented to me. Am I missing something?

It currently defaults to usb and tries to boot my external hard drives before proceeding.

Also, is there any way we could get a custom version of the firmware that allocates more video memory (for those of us with more RAM)? Or is this a pointless or difficult endeavor?

Thanks for all the work Matt. The continued support has been amazing.

the UEFI firmware does not offer the option to set the boot device currently. I had briefly tested an implementation in the past, but it required me to maintain two different UEFI payloads for each device I support (which has become pretty sizable). Once the UEFI firmware supports NVRAM and has the ability to save settings, you will be able to set the boot target via the UEFI setttings, but until that time it will default to external devices first. With UEFI though, that shouldn't be an issue, as it will "fail forward" and most external drives won't have the requisite EFI bootloader/executable so should be skipped pretty much invisibly


Okay thanks. I thought I read somewhere on your page that this choice was available and I had simply missed it. It has been an insignificant issue, just was cleaning up the boot process if possible.

Any word on the graphics memory? Is that a fruitless endeavor?


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Matt Devo - 2017-01-30

(2017-01-30, 20:53)jsp1 Wrote: Okay thanks. I thought I read somewhere on your page that this choice was available and I had simply missed it. It has been an insignificant issue, just was cleaning up the boot process if possible.

Any word on the graphics memory? Is that a fruitless endeavor?

the amount of RAM pre-allocated to the GPU (commonly referred to as DVMT) is increased to 96MB (from 32MB) in the UEFI firmware, but not in the Legacy boot (SeaBIOS) one. There's been a bit of a divergence between the two so updating the legacy firmware with that change would be a bit problematic from a CM standpoint


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - smyrosnik - 2017-01-30

Hi,

I am interested in buying the following model (G072) of Chromebox. As it states it sports a 3215U processor. Is this compatible with the EZ script? In the wiki page only shows about 3205U (CN60/62 only?)

(https://www.amazon.it/ASUS-Chromebox-CHROMEBOX2-G072U-1-7GHz-3215U/dp/B01JP6YB8Q)

Thank you.


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Matt Devo - 2017-01-30

(2017-01-30, 22:17)smyrosnik Wrote: Hi,

I am interested in buying the following model (G072) of Chromebox. As it states it sports a 3215U processor. Is this compatible with the EZ script? In the wiki page only shows about 3205U (CN60/62 only?)

(https://www.amazon.it/ASUS-Chromebox-CHROMEBOX2-G072U-1-7GHz-3215U/dp/B01JP6YB8Q)

Thank you.

some of the Broadwell models which used the Celeron 3205U were refreshed with the 3215U - there's no difference on the firmware side and they are 100% supported


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - smyrosnik - 2017-01-30

(2017-01-30, 22:29)Matt Devo Wrote:
(2017-01-30, 22:17)smyrosnik Wrote: Hi,

I am interested in buying the following model (G072) of Chromebox. As it states it sports a 3215U processor. Is this compatible with the EZ script? In the wiki page only shows about 3205U (CN60/62 only?)

(https://www.amazon.it/ASUS-Chromebox-CHROMEBOX2-G072U-1-7GHz-3215U/dp/B01JP6YB8Q)

Thank you.

some of the Broadwell models which used the Celeron 3205U were refreshed with the 3215U - there's no difference on the firmware side and they are 100% supported


Thank you for your fast response Matt.

One last question. I am trying to Google search for the past hour what is the difference between CN62 model and G072 . In the US site I can only find CN62. G072 is a rename of CN62 in Europe? I also find G081U and G084U models with no apparent differences(except RAM size, 2GB in G072 model).

Any thoughts?

Thanks again!


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Matt Devo - 2017-01-30

(2017-01-30, 22:39)smyrosnik Wrote: Thank you for your fast response Matt.

One last question. I am trying to Google search for the past hour what is the difference between CN62 model and G072 . In the US site I can only find CN62. G072 is a rename of CN62 in Europe? I also find G081U and G084U models with no apparent differences(except RAM size, 2GB in G072 model).

Any thoughts?

Thanks again!

CN62 is the mode Asus uses for all Broadwell-based Chromeboxes regardless of configuration (the previous gen Haswell box is/was CN60). The GxxxU model number identifies a specific configuration (CPU, RAM, bundled accessories) for a specific region, so that model # will be different for you than for me in the USA (where G016U is the same config as the G072U you linked, but for North America)


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - smyrosnik - 2017-01-30

(2017-01-30, 22:53)Matt Devo Wrote:
(2017-01-30, 22:39)smyrosnik Wrote: Thank you for your fast response Matt.

One last question. I am trying to Google search for the past hour what is the difference between CN62 model and G072 . In the US site I can only find CN62. G072 is a rename of CN62 in Europe? I also find G081U and G084U models with no apparent differences(except RAM size, 2GB in G072 model).

Any thoughts?

Thanks again!

CN62 is the mode Asus uses for all Broadwell-based Chromeboxes regardless of configuration (the previous gen Haswell box is/was CN60). The GxxxU model number identifies a specific configuration (CPU, RAM, bundled accessories) for a specific region, so that model # will be different for you than for me in the USA (where G016U is the same config as the G072U you linked, but for North America)

Thank you very much for the clarification!


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - jsp1 - 2017-01-31

(2017-01-30, 21:39)Matt Devo Wrote:
(2017-01-30, 20:53)jsp1 Wrote: Okay thanks. I thought I read somewhere on your page that this choice was available and I had simply missed it. It has been an insignificant issue, just was cleaning up the boot process if possible.

Any word on the graphics memory? Is that a fruitless endeavor?

the amount of RAM pre-allocated to the GPU (commonly referred to as DVMT) is increased to 96MB (from 32MB) in the UEFI firmware, but not in the Legacy boot (SeaBIOS) one. There's been a bit of a divergence between the two so updating the legacy firmware with that change would be a bit problematic from a CM standpoint


Yes, I read the changes on your website. I was wondering however if the DVMT could be increased even more for boxes that have 4GB or more of RAM. Also if there would be any substantial performance advantage in doing so?

I assume the same would be true about needing to offer two copies of firmware for every box you support at this point though, so it is more a hypothetical question than a request.


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - Matt Devo - 2017-01-31

(2017-01-31, 02:30)jsp1 Wrote: Yes, I read the changes on your website. I was wondering however if the DVMT could be increased even more for boxes that have 4GB or more of RAM. Also if there would be any substantial performance advantage in doing so?

I assume the same would be true about needing to offer two copies of firmware for every box you support at this point though, so it is more a hypothetical question than a request.

in testing we found no appreciable difference going above 96MB, and anything above that is dynamically allocated upon request. Going above 96MB caused some issues for OSX, so we left it there


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - jsp1 - 2017-01-31

(2017-01-31, 02:36)Matt Devo Wrote:
(2017-01-31, 02:30)jsp1 Wrote: Yes, I read the changes on your website. I was wondering however if the DVMT could be increased even more for boxes that have 4GB or more of RAM. Also if there would be any substantial performance advantage in doing so?

I assume the same would be true about needing to offer two copies of firmware for every box you support at this point though, so it is more a hypothetical question than a request.

in testing we found no appreciable difference going above 96MB, and anything above that is dynamically allocated upon request. Going above 96MB caused some issues for OSX, so we left it there

Good to know, thank you. The UEFI firmware is great to have available. Although it doesn't have much use for me at the moment since my boxes are both dedicated LibreELEC setups. It's still nice to have options, appreciate all the hard work.

Long after my other equipment has become obsolete and no longer receives any attention, these boxes are still moving along with improvements. It's nice to have one piece of tech with staying power. Big Grin