LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 12-14-2014, 06:26 PM   #1
tollingalong
Member
 
Registered: Nov 2011
Posts: 42

Rep: Reputation: Disabled
Asus x205TA Lubuntu 64-bit install


The Baytrail Z3735F definitely make installing Linux a little more challenging. After some cursing and $110 I got the thing to work. I wanted to share with others in case anyone else was interested.

Note: Sound, wireless and memory card reader doesn't work yet. It's recommending one purchases a USB wireless device for internet access.

--

Lubuntu 64-bit install on X205TA.


Note: It's recommend to use a USB wireless NIC.

Download Lubuntu iso.
Go to http://rufus.akeo.ie and download Rufus.
Burn the ISO choosing 'GPT partition scheme for UEFI computer' and 'FAT32' in Rufus.
After burning is completed download a 32-bit boot efi bootloader (https://github.com/jfwells/linux-asu...t/bootia32.efi).
Copy the bootloader into the EFI/Boot directory on your USB drive that was just burnt.

Get into the BIOS of your X205TA.
Set Secure Boot to 'Disabled'.
Set to boot from USB.
Save changes and reboot.


Be warned there will be a long wait on mmcblk0 timeouts.
Install Lubuntu then reboot (be patient this takes a loooooooong time).
When the USB boots again hit 'c' at the grub menu and enter the following at the grub prompt.

Line 1 (type the line below and hit Enter):
linux (hd1,gpt2)/boot/vmlinuz-3.16-0-23-generic root=/dev/mmcblk0p2 reboot=pci,force

Line 2 (type the line below and hit Enter):
initrd (hd1,gpt2)/boot/initrd-3.16-0-23-generic

Line 3 (type the line below and hit Enter):
boot

After the OS boots open a terminal and type 'sudo bash' then type the following:

Install deps for task (type the line below and hit Enter):
apt-get install git bison libopts25 libselinux1-dev autogen m4 autoconf help2man libopts25-dev flex libfont-freetype-perl automake autotools-dev libfreetype6-dev texinfo

Clone repo (type the line below and hit Enter):
git clone git://git.savannah.gnu.org/grub.git

Compile (type the line below and hit Enter):
cd grub
/autogen.sh
./configure --with-platform=efi --target=i386 --program-prefix=""
make
cd grub-core
mkdir -p /usr/local/share/locale
../grub-install -d . --efi-directory /boot/efi/ --target=i386
cd /boot/efi/EFI
cp grub/grubia32.efi ubuntu


Installation of drivers for Edimax (EW-7811Un RTL8188CUS)

First finish other configurations desired (ie apt-get update/upgrade, etc).

sudo apt-get install linux-headers-generic build-essential dkms git
git clone https://github.com/pvaret/rtl8192cu-fixes.git
sudo dkms add ./rtl8192cu-fixes
sudo dkms install 8192cu/1.9
sudo depmod -a

edit /etc/modprobe.d/blacklist.conf and add the following at the bottom of the file:
blacklist rtl8192cu
blacklist rtl8192c_common
blacklist rtlwifi

--

Special thanks to the following:
http://liliputing.com/2014/10/run-ub...-pc-kinda.html
https://github.com/lopaka/instructio...asus-x205ta.md
https://sites.google.com/site/easyli...ject/reserve-7
 
Old 02-06-2015, 11:24 AM   #2
Maia69
LQ Newbie
 
Registered: Feb 2015
Posts: 1

Rep: Reputation: Disabled
Hello thank you for your help but i have a problem

i did all what you said but i have message in grub: error: file /boot/vmlinuz-3.16-0-23-generic not found.

What can i do?

Please help me!

Thank you!
 
Old 03-19-2015, 07:12 AM   #3
chiappa
LQ Newbie
 
Registered: Oct 2006
Posts: 8

Rep: Reputation: 0
Thanks for this guide tollingalong!

Any news on getting Sound, wireless and memory card reader working?
 
Old 03-20-2015, 07:11 PM   #4
tollingalong
Member
 
Registered: Nov 2011
Posts: 42

Original Poster
Rep: Reputation: Disabled
Sorry for the late reply, Maia69.
The /boot/vmlinuz-3.16-0-23-generic is the kernel. If you've updated the kernel then you'll need to specify your version of the kernel. If I recall correctly you can hit the Tab key to get some auto-complete options.


chiappa, looks like people got the memory card reader and wireless working. Sound still needs to be worked on by devs.

Koen is using a newer version of Lubuntu but was able to get wireless and the card reader to function.
http://ubuntuforums.org/showthread.php?t=2254322&page=2
 
Old 01-28-2023, 02:39 PM   #5
Raspado
LQ Newbie
 
Registered: Jan 2023
Posts: 2

Rep: Reputation: 0
Update for Linux Mint-21.1-cinnamon-64bit

I succeeded to get the X205TA running and booting Linux Mint-21.1-cinnamon-64bit without problems following this procedure:

First follow this procedure from member tolligalong with some slight changes:


Download linuxmint-21.1-cinnamon-64bit.iso.
Go to http://rufus.akeo.ie and download Rufus.
Burn the ISO choosing 'GPT partition scheme for UEFI computer' and 'FAT32' in Rufus.
After burning is completed download a 32-bit boot efi bootloader (https://github.com/jfwells/linux-asu...t/bootia32.efi).
Copy the bootloader into the EFI/Boot directory on your USB drive that was just burnt.

Get into the BIOS of your X205TA.
Set Secure Boot to 'Disabled'.
Set to boot from USB. (Leave the stick pluged in)
Save changes and reboot.


Be warned there will be a long wait on mmcblk2 timeouts.
Install Linux Mint then reboot (be patient this takes a loooooooong time).
When the USB boots again hit 'c' at the grub menu and enter the following at the grub prompt.

Line 1 (type the line below and hit Enter):
linux (hd1,gpt2)/boot/vmlinuz root=/dev/mmcblk2p2 reboot=pci,force

Line 2 (type the line below and hit Enter):
initrd (hd1,gpt2)/boot/initrd.img

Line 3 (type the line below and hit Enter):
boot

---

After system has started successfully

Open a terminal window and type:

sudo apt-get install grub-efi-ia32-bin

hit Enter and after the promt appeaers again type:

sudo grub-install /dev/mmmcblk2

When finished:

Unmount the USB-Stick
Get into the BIOS of your X205TA.
Set to boot from UEFI OS.
Save changes and reboot.

Voila..... and also the wireless and memory card are working from beginning.
The BT and sound still need some work.

thanks to https://medium.com/@realzedgoat/a-so...s-d39b1d1961ec
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Lubuntu - Asus n10jc Nvidia No Direct Render taqiA Linux - Laptop and Netbook 2 05-21-2013 03:33 AM
asus g55vw dual booting linux 64 bit and windows 7 home premium 64 bit momok Linux - Laptop and Netbook 5 06-07-2012 11:23 AM
LUbuntu 11.04 64-bit will not shut down walterbyrd Ubuntu 2 09-24-2011 06:58 PM
Lubuntu 10.10 Asus wl-107g swulff Linux - Hardware 3 01-14-2011 09:31 PM
Unable to install 64 bit packages for ASUS motherboard vyronad Linux - Hardware 4 12-27-2009 03:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 02:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration