tdro

Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.

tdro micro.thedroneely.com view
  • Markdown Plaintext Embed Permalink
  • 72/50 words 24s read

    How hard is it to run Linux? It depends on your luck and persistence. I received a junked Lenovo 11e Chromebook recently and it would always freeze at 99% during any distribution install (classic). Enabling a kernel parameter fixed it. How did I know this? Don’t even ask.

    text
    #define SDHCI_QUIRK_BROKEN_CQE (1<<17)
    (1<<17) = 0x20000
    Memory card controller has unusable command queue engine
    text
    sdhci.debug_quirks=0x20000
    Magical kernel parameter entered in at boot
    #gists #linux