Résolu ! Bon j'avais déjà fouiné sur les pages que vous m'aviez conseillé, mais il en fallait un peu plus.
Voici donc le process que j'ai suivis :
- télécharger >
https://drive.google.com/uc?export=download&id=0Bwc6mx-58gRQaHlPM3JFbWhlY28
depuis le site
https://github.com/lopaka/instructions/blob/master/ubuntu-16.04-install-asus-x205ta.md
- monter ubuntu-16.04.2-desktop-amd64-asus-x205ta-4.10-kernel sur un clef usb formater en FAT32 via l'outil multisystem
- télécharger le fichier bootia32.EFI >
https://github.com/jfwells/linux-asus-t100ta/blob/master/boot/bootia32.efi
- ajouter le fichier bootia32.EFI dans la clef /efi/boot/ (le remplacer si il existe déjà)
- Pour lancer l'installation :
BIOS setup
-Make sure the X205TA is off
-Plug in the USB flash drive
-Start the X205TA and continue to press F2 to get into BIOS.
-Under Advanced tab, USB Configuration -> USB Controller Select set to EHCI otherwise mouse and keyboard will not work
-Under Security tab, Secure Boot menu -> Secure Boot Control set to Disabled. Otherwise, you may get a SECURE BOOT VIOLATION on boot. This is due to the factory defaut keys not working for Ubuntu's EFI bootloader.
-Under Save & Exit tab, Save Changes (NOT Save Chances and Exit)
-Lastly, while still in Save & Exit tab, under Boot Override, select the USB flash drive.
Cela doit se passer normalement
- pour le son, regarder sa version du noyau
dpkg -l | awk '/^rc/{next} ; / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'
- télécharger la bonne version sur
http://x205ta.myftp.org:1337/kernel/ en 64 bits (pour moi, avec l'iso du dessus c'était "kernel-64bit-4.10.0-rc3-sound-10+.tar"
- se mettre dans le bon dossier, puis dezipper :
tar xf kernel-sound-64bit.tar (a adpater suivant la version)
- puis installer :
sudo ./install-sound-kernel.sh
Et la normalement ça marche.
Et sinon j'ai pas chercher plus mais sur ce site
http://linuxiumcomau.blogspot.com/2016/10/running-ubuntu-on-intel-bay-trail-and.html
Il y a l'air d'avoir les différentes versions d'Ubuntu déjà faites pour ce type de matos, avec Wifi, son et Bluetooth. Pas tester car j'ai pas trouver les liens de téléchargement actifs, mais peut être à creuser
En tout cas merci pour vos réponse. Je pense que le problème de Bios venant de ma clefs USB que j'ai du reformater un bon paquet de fois, et surtout créer l'USB bootable via multisystem, sinon l'utilitaire de base d'Ubuntu faisait que la clef n'était pas reconnu. Pas compris