[x86-64] LE 12.2 doesn't boot on ASUS Chromebox (CN60)

  • The CN60 is using the crocus DRI driver:

    Code
    [    16.712] (II) intel(0): [DRI2]   DRI driver: crocus
    
    [    20.046] (II) AIGLX: Loaded and initialized crocus

    Having the choice of disabling ASPM or AER I would ever choose ASPM because this is more likely the cause of the error.

    ath9k seem still being blacklisted, is it failing with kernel 6.17 too?

  • Ah that explains the why 12.0.2 didn't choke on the USB storage error.

    Thanks, I will try this.

    One question, is there any way to confirm via the logs that that a machine is not running generic_legacy? I want to double-check my memory before attempting to update.

    I'm looking at the logs from my OTHER box that is running genreic_legacy, and the only hit I have on the word "legacy" is a name resolution error:

    Quote
    Code
    2025-10-27 14:06:36.447 T:972     error <general>: SETTINGS: load_url # Error loading url: https://update.libreelec.tv/updates.php?i=6c062aee00a7e558a44043d16277f4e3&d=LibreELEC&pa=Generic-legacy.x86_64&v=12.0.2&f=i915 Reason: [Errno -3] Temporary failure in name resolution

    Edited once, last by scaesare (October 27, 2025 at 6:50 PM).

  • In Kodi you can check if X11 is mentioned in Settings -> System Information -> Video.

    From console do cat /etc/os-release.


    Well, it looks like a mea-culpa is in order, that's reporting:

    LIBREELEC_ARCH="Generic-legacy.X86_64"

    I had not recalled having installed legacy on this particular box. That having been said, I am now unsure why 12.2 showed as available for upgrade in the LibreElec settings page on this box, yet it does not for my other Generic-legacy box that's currently on 12.0.2?

    I am assuming that the 12.2 version that was presented as an upgrade was the legacy version... is there any way to tell what was applied?

  • is there any way to tell what was applied?

    If the system boots /etc/os-release will tell you what is running. If the system does not boot you can compare the md5 hashes of the KERNEL and SYSTEM files in the boot partition with hashes of files in the released Generic and Generic-Legacy images to see which ones match.