De base, c'est une plaie :)
Il faut savoir que le CPU Intel gère le 64 bits, mais que pour le boot, cela n'accepte qu'un boot-loader 32 bits, il faut trop jouer des coudes pour arriver sans avoir à tout casser.
- Index: https://releases.ubuntu.com/21.10/ - Lien direct: https://releases.ubuntu.com/21.10/ubuntu-21.10-desktop-amd64.iso
dd if=ubuntu-21.10-desktop-amd64.iso of=/dev/<le device de votre usb>
- Lien 1 : https://github.com/jfwells/linux-asus-t100ta/raw/master/boot/bootia32.efi - Lien 2 : http://www.thinktwisted.com/gradschool/Public/grubia32.efi - Lien 3 : https://github.com/savagezen/x205ta/blob/master/bootia32.efi - Lien 4 : https://github.com/hirotakaster/baytail-bootia32.efi
mount /dev/sda2 /media/usb/ <== si /dev/sda est la clef usb, ou alors /dev/sdb
cp ~/chez/vous/bootia32.efi /media/usb/EFI/boot/bootia32.efi cp ~/chez/vous/bootia32.efi /media/usb/EFI/boot/bootx64.efi
umount /media/usb
- Advanced > USB Configuration > USB Controller Select > *EHCI* - Security > Secure Boot Menu -> Secure Boot Control -> *Disabled* - Save & Exit > Save Changes (pas Save Changes & Exit) - Save & Exit > Boot Override > "USB"
Si tout se passe bien, vous aurez le prompt GRUB sans rien d'autre.
set root=(hd0,1) linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed initrd /casper/initrd boot
Annexe:
Pour compiler son propre bootia32.efi (source: lopaka, https://github.com/lopaka/instructions/blob/master/ubuntu-16.04-install-asus-x205ta.md)
PS: Non testé.
Note importante: à compiler sur une ancienne version de GCC-6 ou GG-7 ou bien directement, sous une ubuntu 16.10 (docker toussa) - sinon gcc va gueuler des erreurs :
apt -y install git bison libopts25 libselinux1-dev autogen m4 autoconf help2man libopts25-dev flex libfont-freetype-perl \ automake autotools-dev libfreetype6-dev texinfo python make libdevmapper-dev \ build-essential git clone git://git.savannah.gnu.org/grub.git cd grub git checkout b4d709b6ee789cdaf3fa7a80fd90c721a16f48c2 ./autogen.sh ./configure --with-platform=efi --target=i386 --program-prefix= make cd grub-core ../grub-mkimage -d . -o bootia32.efi -O i386-efi -p /boot/grub \ ntfs hfs appleldr boot cat efi_gop efi_uga elf fat hfsplus iso9660 linux keylayouts \ memdisk minicmd part_apple ext2 extcmd xfs xnu part_bsd part_gpt search search_fs_file \ chain btrfs loadbios loadenv lvm minix minix2 reiserfs memrw mmap msdospart scsi loopback \ normal configfile gzio all_video efi_gop efi_uga gfxterm gettext echo boot chain eval cp ~/boot32/grub/grub-core/bootia32.efi /media/usb/EFI/boot/
Pour installer ArchLinux : https://github.com/savagezen/x205ta (non testé)