Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

Wednesday, July 2, 2014

Ubuntu installation

#Ubuntu 14.04 #Lenovo Twist s230u

There are few method and tools that use to create an Ubuntu boot drive. However I face some problem when i tried to boot the usb in bios with other method but this one works just fine for me.

To run Ubuntu from a USB stick, the first thing you need to do is insert a USB stick with at least 2GB of free space into your PC.
The easiest way to put Ubuntu onto your stick is to use the USB ithisnstaller provided at pendrivelinux.com. You’ll need to download and install and follow the instructions.
Download Pen Drive Linux's USB Installer ›

1.
2.

3.


















Lenovo Thinkpad Twist s230u touchpad issue in ubuntu 14.04

Touchpad & Trackpad sometimes not working when the Ubuntu is boot. However when i plugged in usb mouse, it works fine.

Steps:
1. Run the following command in terminal:
sudo gedit /etc/default/grub


2. The GRUB configuration file should open. Locate the following line:
GRUB_CMDLINE_LINUX=" "

3. Add this into the parameters:
i8042.nomux=1 locale=fr_FR i8042.reset

4. The final line should look like this:
GRUB_CMDLINE_LINUX="i8042.nomux=1 locale=fr_FR i8042.reset"
5. Save file and exit gedit.

6. Run the following command in terminal:
sudo update-grub

7.Let the grub.conf file get recreated, and then restart.

__________________________________________________________________________________
This is a bug that spans across several Linux distros if not all and is present on laptops (not sure of desktops). From whatever I could gather it is experienced in the Toshiba Satellite L775D-S7135, and many of Compaq and Lenovo laptop models.

credit: http://forums.linuxmint.com/viewtopic.php?f=46&t=41200