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) [2017/02/21] - malcolmbarr - 2019-03-09

An update: I thought I would start from the beginning again just to make sure I hadn't missed a step. So  I booted to Ubuntu USB, loaded the E-Z script, and flashed the coreboot for standalone again. The flash went fine. But after reboot, I cannot get into the boot manager by pressing "esc" when the logo on the screen comes up - the Chromebox goes straight to Libreelec on the SSD before I can stop it. Tried the USB keyoboard in different ports, still the same result.

And librelelec is still buffering like crazy when I get into it. Only grub.cfg on my install, no syslinux.cfg


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - MrBuyakah - 2019-03-09

(2019-03-09, 13:43)malcolmbarr Wrote: An update: I thought I would start from the beginning again just to make sure I hadn't missed a step. So  I booted to Ubuntu USB, loaded the E-Z script, and flashed the coreboot for standalone again. The flash went fine. But after reboot, I cannot get into the boot manager by pressing "esc" when the logo on the screen comes up - the Chromebox goes straight to Libreelec on the SSD before I can stop it. Tried the USB keyoboard in different ports, still the same result.

And librelelec is still buffering like crazy when I get into it. Only grub.cfg on my install, no syslinux.cfg
Look for extlinux.conf in /flash if there is no syslinux.cfg.  This is in Matt's Wiki page.


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - malcolmbarr - 2019-03-10

Why I type nano/flash/extlinux.conf I get a file not found message. The only one of the three files listed in the wiki I have is grub.cfg, which I have modified and does not work.

Also puzzled as to why I can no longer get to the boot menu via hitting esc during boot up.

Thanks for trying to help.


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - malcolmbarr - 2019-03-10

On getting to the boot menu: if I reboot with no usb stick inserted, I can get into the firmware options menu via "esc". But if I have either a Libreelec or Ubuntu usb stick inserted when I reboot, "esc" does not workand the Chromebox goes straight to booting from the SSD. So having flashed to the new firmware, I can now no longer boot from USB.


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

(2019-03-10, 10:36)malcolmbarr Wrote: On getting to the boot menu: if I reboot with no usb stick inserted, I can get into the firmware options menu via "esc". But if I have either a Libreelec or Ubuntu usb stick inserted when I reboot, "esc" does not workand the Chromebox goes straight to booting from the SSD. So having flashed to the new firmware, I can now no longer boot from USB.
 sigh. clearly your USB drive and keyboard are having trouble getting along.  Try booting without USB stick, hit ESC / go into firmware options, insert USB, go to Boot Manager and check if listed.  If so, select and boot it.  If not, go to Boot Maintenance Manager and choose 'reset system' and see if you can select it on a warm reboot

If this is a clean install of LE 9.0 on my UEFI firmware, then /flash/syslinux.cfg is the correct file. I don't know how you'd end up with a different setup than what I have here on my boxes. /flash/grub.cfg is never correct. /flash/EFI/BOOT/grub.cfg might exist, but is not used on my setup


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - malcolmbarr - 2019-03-10

Tried a different USB keyboard and now I can get into the boot menu and select a usb device. Thanks.

This Chromebox had been set up using your script for Openelec some time ago. This time around, I have
(a) booted to Ubuntu from a USB
(b) run your script from terminal to update standalone coreboot, and then
© installed Libreelec 9 from USB

Is there a step I am missing for a "clean" install. Seems like somehow an overhand from the prior install might be getting in the way?

thanks for your help.


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - malcolmbarr - 2019-03-10

So I just did the following. Booted to Ubuntu usb and deleted all disk partitions with GParted. Booted to Libreelec 9.01 usb install media and did a fresh install. Enabled SSH on entering Kodi. Reboot, then SSH in as explained in the wiki. I have no syslunix.cfg, only grub.cfg.


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

(2019-03-10, 12:36)malcolmbarr Wrote: So I just did the following. Booted to Ubuntu usb and deleted all disk partitions with GParted. Booted to Libreelec 9.01 usb install media and did a fresh install. Enabled SSH on entering Kodi. Reboot, then SSH in as explained in the wiki. I have no syslunix.cfg, only grub.cfg.
 ssh in, then:
ls -lart /flash | pastebinit
ls -lart /flash/EFI/BOOT | pastebinit

post the resulting URLs


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - malcolmbarr - 2019-03-11

Here you go......

http://ix.io/1Day

http://ix.io/1DaC

thanks again


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

(2019-03-11, 00:41)malcolmbarr Wrote: Here you go......

http://ix.io/1Day

http://ix.io/1DaC

thanks again
 link 1 shows /flash/syslinux.cfg exists, why do you keep insisting it doesn't?  That's the file you need to edit, as per my instructions


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - malcolmbarr - 2019-03-11

From the wiki:

nano /flash/EFI/BOOT/syslinux.cfg

That is the command I have been entering. If I am reading the contents of the first link above correctly, this file is not in the EFI/BOOT/ sub directory but in /flash/ itself.


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

(2019-03-11, 07:58)malcolmbarr Wrote: From the wiki:

nano /flash/EFI/BOOT/syslinux.cfg

That is the command I have been entering. If I am reading the contents of the first link above correctly, this file is not in the EFI/BOOT/ sub directory but in /flash/ itself.
I've corrected the wiki page, but that doesn't negate that I told you the proper file two pages back ;-)
(2019-03-08, 19:12)Matt Devo Wrote:
(2019-03-08, 17:22)malcolmbarr Wrote: Help!

I have installed standalone Libreelec 9.01 on a CN60 Chromebox using the EZ setup script. I have also added the "pci=nomsi" line to grub.cfg as explained in the wiki. But my ethernet link is still unusably bad with buffering occurring all the time when the bitrate of the source material is at all high. The step of adding to grub.cfg does not appear to have meaningfully changed the ethernet performance, and I have checked to see the pci-nomsi addition is there after 'quiet'.

This is accessing media stored locally on the network via SMB. Accessing the same media over the network via SMB from a windows PC, all works well.

Any help much appreciated.
on a fresh install of LE9 in conjunction with my UEFI firmware, the proper file to edit is /flash/syslinux.cfg, not grub.cfg  



RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - malcolmbarr - 2019-03-11

You are right. I didn’t spot that.

Thanks a lot for your patience and help.


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - malcolmbarr - 2019-03-11

Very happy to report all is well now the correct file has been edited - Matt, thanks very much again for your help.


RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - situ - 2019-03-19

Hello Everyone,

I just Picked up an Asus Chromebox CN60. (This is the Second one I have the first one is running with Libraelec and Kodi)
I did try instructions given in the Wiki to remove the Write protection Screw and when I try to get the device to developer mode nothing happens. It just stays with a black screen.

The process I am following is

1. Insert the paperclip in the reset hole
2. Power on the Chromebox while holding the paperclip
3. Remove the paperclip and wait

Nothing comes up on the screen. It's just a blank screen. I have tried the same multiple time.
If I don't press the reset hole and boot the device it is login into the Chrome os and Asking to set it up.

I am intending to install a 256GB SSD and Windows 10 on it which can then run Kodi.
Please do let me know what am I doing wrong.