Thank you. Following instructions from https://gist.github.com/GeoffreyCoulaud/074d2c4495578c0602f6180bc1a2e6eb
-
Download a 64bit Manjaro distro: have not tested Ubuntu.
-
Used gparted to format a usb to fat32 and label the media. Use UNetbootin to flash Manjaro for a writable boot-media.
-
Get a i386-efi folder from a 32-bit arch linux distro. Paste it into /boot/grub/
-
Copy the grubia32.efi file to the folder /manjaro/ on the stick: I got mine from http://ftp.scientificlinux.org/linux/scientific/7/x86_64/os/EFI/BOOT/
-
Copy the bootia32.efi file to the folder /efi/boot/ on the stick
-
in /boot/grub/kernels.cfg change: misolabel= insert_label_of_media_here
-
in /boot/grub/grub.cfg change a line in function efi_detect to: for efi in (,gpt)/efi//.efi (,gpt)/efi///.efi (,gpt*)/.efi (,gpt*)//.efi (,msdos)///*.efi ; do
-
in F2 menu select USB Controller Select to EHCI and Disable secure boot.
-
Boot override to the live media.
from https://forum.manjaro.org/t/cant-install-manjaro-kde-20-1-1-on-an-uefi-32bit-hardware/34712/9 https://archive.is/uXEXk
- Before starting calamares from the live-usb session modify the /usr/lib/calamares/modules/bootloader/main.py file and change this line to: check_target_env_call(...[grubinstall] --target ... , "--no-nvram", "--removable"])
Install from calamares. If it gives you an error, don't turn off yet. To install grub on uefi 32 bit, open terminal and type:
- sudo grub-install --target=i386-efi --efi-directory=/boot/efi --bootloader-id=Manjaro --force
If an error occurs run the command again. Boot normally without live-usb.
From harryharryharry on ubuntu forums getting linux to work on X205TA. https://ubuntuforums.org/archive/index.php/t-2379657.html https://archive.is/lgYMJ
Use brcmfmac43340-sdio.txt from https://raw.githubusercontent.com/harryharryharry/x205ta-iso2usb-files/master/brcmfmac43340-sdio.txt which has the added benefit of supporting 5GHz networks (pretty weird the version in the EFI variables doesn’t...)
- How to gain internet connectivity The internal wireless card’s module (brcmfmac) needs a file called /lib/firmware/brcm/brcmfmac43340-sdio.txt to get the card up and running, but it’s missing (well it’s not in the right location). You can copy it by running the following commands:
sudo modprobe efivarfs sudo mount -t efivarfs efivarfs /sys/firmware/efi/efivars
in my case, wifi did not load in nvram so copy brcmfmac43340-sdio.txt directly into /lib/firmware/brcm/
sudo rmmod brcmfmac sudo modprobe brcmfmac
After this, I had to restart the machine to connect.
Touchpad does not work after suspend.