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] - bolmsted - 2017-02-19

I'm at the latest LibreELEC setup thanks to the EZ setup script and the standalone firmware upgrade. Is it possible to install an android version (and recommendations) on the Chromebox and possible dual boot with LibreELEC? I guess if it runs Android I could run Kodi from there instead of LibreELEC but it would be nice to run Android apps possibly but I'm not sure about remote control capability and if would have to use a mini handheld keyboard to do it.

My Kodi 17 setup seems to be working well but would be something to explore.


thanks again


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - nickr - 2017-02-19

There is an androidx86 project, and also a commercial version for PC hardware I think.

I would only try it if you are really desperate to run android apps though.


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - mxmerc - 2017-02-19

(2017-01-30, 19:46)Haws Wrote:
(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.

I apologize for my ignorance (and for replying to an old post on the thread), but I am having the same exact issue this user had. I attempted to use the EZ setup script and it installed the UEFI firmware over the legacy boot firmware. The chromebox now boots into a shell prompt. I have created a Linux usb, but am unable to get it to boot. How do I get from the shell prompt to the Linux usb so that I can run the firmware utility script?


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

(2017-02-19, 19:59)mxmerc Wrote: I apologize for my ignorance (and for replying to an old post on the thread), but I am having the same exact issue this user had. I attempted to use the EZ setup script and it installed the UEFI firmware over the legacy boot firmware. The chromebox now boots into a shell prompt. I have created a Linux usb, but am unable to get it to boot. How do I get from the shell prompt to the Linux usb so that I can run the firmware utility script?

type 'exit' to get to the UEFI firmware settings, then select Boot Manager then your USB. If it doesn't boot, it's because the ISO/image wasn't written properly to the USB. Assuming your writing it from Windows, use Win32DiskImager or Rufus, and make sure the partition layout is set to 'GPT for UEFI' after selecting the ISO


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - mxmerc - 2017-02-19

(2017-02-19, 20:26)Matt Devo Wrote:
(2017-02-19, 19:59)mxmerc Wrote: I apologize for my ignorance (and for replying to an old post on the thread), but I am having the same exact issue this user had. I attempted to use the EZ setup script and it installed the UEFI firmware over the legacy boot firmware. The chromebox now boots into a shell prompt. I have created a Linux usb, but am unable to get it to boot. How do I get from the shell prompt to the Linux usb so that I can run the firmware utility script?

type 'exit' to get to the UEFI firmware settings, then select Boot Manager then your USB. If it doesn't boot, it's because the ISO/image wasn't written properly to the USB. Assuming your writing it from Windows, use Win32DiskImager or Rufus, and make sure the partition layout is set to 'GPT for UEFI' after selecting the ISO

Thank you sir. Worked like a charm. I had the partition layout set incorrectly to MBR.


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

(2017-02-19, 23:25)mxmerc Wrote: Thank you sir. Worked like a charm. I had the partition layout set incorrectly to MBR.

'MBR for UEFI' will work too, what doesn't work is 'MBR for Legacy BIOS or UEFI-CSM' because CSM = Compatibility Support Module = Legacy BIOS emulation


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2016/10/12] - SandmanUT - 2017-02-22

(2017-02-19, 02:02)Matt Devo Wrote:
(2017-02-19, 00:33)SandmanUT Wrote: 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.

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

Well, you were right about it not being bricked. When I took it to a monitor (instead of the 2 tvs in that room) I was able to get into and install the OS, even using the same hdmi cable that wasn't in a working scenario. I finally got SteamOS all configured and Kodi loaded into it, etc, but when I moved it back to the original room, no video on my older plasma (same HDMI cable from working) and still no output on the dp (via dp-hdmi) that were both working with openelec/chromeos/your script.

What's missing to make these handshakes work again?


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

(2017-02-22, 02:12)SandmanUT Wrote: Well, you were right about it not being bricked. When I took it to a monitor (instead of the 2 tvs in that room) I was able to get into and install the OS, even using the same hdmi cable that wasn't in a working scenario. I finally got SteamOS all configured and Kodi loaded into it, etc, but when I moved it back to the original room, no video on my older plasma (same HDMI cable from working) and still no output on the dp (via dp-hdmi) that were both working with openelec/chromeos/your script.

What's missing to make these handshakes work again?

it's really hard to say, but I'd try another cable or two if you have them handy. I'm also pushing a firmware update later today which may help, so I'd recommend updating to that and then retrying


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - bolmsted - 2017-02-22

(2017-02-19, 04:17)nickr Wrote: There is an androidx86 project, and also a commercial version for PC hardware I think.

I would only try it if you are really desperate to run android apps though.

Is it possible for me to boot this or another version of Android off of a USB (flash) drive instead of dual booting from the internal flash drive of the Chromebox for the rare instances that I would run Android for example?



BTW, does the Chromebox support 4K resolution over HDMI? I did a quick google and it seems it does from the Overview but nothing on the specs page. Does kodi support it then?
https://www.asus.com/ca-en/Chrome-Devices/Chromebox/

If that's the case, I may buy a splitter box for HDMI to send the video to TV and AVR (doesn't support 4K) if I swap out my 1080p Sharp Aquos under warranty for a new 4K display and then eventually replace the AVR as 4K ramps up.


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - SandmanUT - 2017-02-22

(2017-02-22, 02:30)Matt Devo Wrote:
(2017-02-22, 02:12)SandmanUT Wrote: Well, you were right about it not being bricked. When I took it to a monitor (instead of the 2 tvs in that room) I was able to get into and install the OS, even using the same hdmi cable that wasn't in a working scenario. I finally got SteamOS all configured and Kodi loaded into it, etc, but when I moved it back to the original room, no video on my older plasma (same HDMI cable from working) and still no output on the dp (via dp-hdmi) that were both working with openelec/chromeos/your script.

What's missing to make these handshakes work again?

it's really hard to say, but I'd try another cable or two if you have them handy. I'm also pushing a firmware update later today which may help, so I'd recommend updating to that and then retrying

I ran the UEFI update and that got a signal to the older Plasma, but here's what happens. When swapping between two different TVs, the OS will hang on startup at the splash screen. A manual restart (button on the box) will jump to Grub...but the keyboard will not respond. A second manual shutdown and restart will load Grub, give keyboard back, allow a safe start, which then will do the handshake and start up normal UNTIL you swap HDMI ports on the display or change displays, then it does the whole dance again, in the exact same order. I did this 10-12 times and it behaved identical each time.

If you stay to the display, in the same hdmi port, don't change cables, you can restart or shut down/manually restart without issue. If ANYthing changes, it creates the crash.

Why did I do this 10-12 times? Testing different hdmi cables and trying to get the DP to work with the two dp-hdmi cables I have. No luck in the DP with a signal at all to either TV or the Asus monitor that I had resorted to earlier. I did notice that resolutions are changing at startup on the TV with 1080p. First screen is a 768 resolution signal then once BPM loads in, it switches the TV to 1080 (auto). I had set Steam to 720 for the large plasma and those settings held according to the interface, but the TV feedback on the smaller 1080 suggests something else happening.

Are we looking at an issue with SteamOS or still a firmware handshake with the devices getting garbled?


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2017-02-22

an easy way to test would be to use a GalliumOS or LibreELEC USB, and see their behavior on startup


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - nickr - 2017-02-22

(2017-02-22, 16:16)bolmsted Wrote:
(2017-02-19, 04:17)nickr Wrote: There is an androidx86 project, and also a commercial version for PC hardware I think.

I would only try it if you are really desperate to run android apps though.

Is it possible for me to boot this or another version of Android off of a USB (flash) drive instead of dual booting from the internal flash drive of the Chromebox for the rare instances that I would run Android for example?
http://www.android-x86.org/


Quote:BTW, does the Chromebox support 4K resolution over HDMI?
http://kodi.wiki/view/chromebox


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - tony323 - 2017-02-23

Hi everyone,
Recently I updated through the libreelec settings on my chromebox from 7.0.3 and after the libre boot screen its been blank (black screen with a cursor in the middle). Any ideas on what I should do from here? Never had this happen before after doing a update.

I use a single boot setup.

Thanks for your help.


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - nickr - 2017-02-23

Can you ssh in and see if there is anything in the log?


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - john.cord - 2017-02-23

I got very wierd HDMI Handshake Problems with my Chromebox after i switched my Beamer and HDMI Switch. After Refresh Rate switch sometimes Signal Errors with crazy Image distortion. I first thought that its a HDMI Cable Problem. I switched that but no luck, after that i thougt my HDMI Splitter is broken but atm i think its the Chromebox.