Skip to content

Instantly share code, notes, and snippets.

@duongkai
Last active December 20, 2016 13:18
Show Gist options
  • Save duongkai/6fb112319c8b1141c345e4bf349d6077 to your computer and use it in GitHub Desktop.
Save duongkai/6fb112319c8b1141c345e4bf349d6077 to your computer and use it in GitHub Desktop.
Surface linux installation

Install Linux

  • Disable TPM, it also disables SecureBoot.

  • Boot from USB.

  • Fedora 25: keyboard, touch screen does not work

  • Mint: add PPA https://launchpad.net/~tigerite/+archive/ubuntu/kernel

    sudo add-apt-repository ppa:tigerite/kernel
    sudo apt-get update
    
  • Delete grub on Windows

    bootsect /nt60 C: /mbr
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment