About
This post describes how to clean-install Ubuntu and Windows on Lenovo ThinkPad T450 Laptop.
Prepare Install Media
- Ubuntu 12.04.5 LTS Desktop
- Windows 8.1 Professional JP
- refind USB Flash drive image
Install Ubuntu
-
BIOS Configuration
- Check your machine boots with "UEFI only"
- Check boot order, and "boot on USB flash" at first.
-
Install Ubuntu using USB flash install media
-
Check install update on Internet
-
Create new partition table of 500GB HDD like below:
File System Size EFI 500 MB ext4 / 300 GB swap 1 GB unformated 200GB
-
Install Windows
- Install Windows using USB flash install media
-
split pertition table as follow:
File System Size EFI 500 MB ext4 / 300 GB swap 1 GB MSR(reserved) ???(auto) ntfs ≒200GB(auto)
-
Post-config
-
fix boot loader
- Now normal GRUB Boot Manager will NOT shows, so we use refind boot manager instead
- Boot refind using refind usb flash drive image
- Move cursor to Ubuntu
- Press 'F2' twice to edit boot command
- Add
nomodeset noapic
to the end of line which starts withro
- Boot with fixed command
-
Install refind boot manager on ubuntu
- Open a terminal and execute follow commands:
$ sudo add-apt-repository ppa:yannubuntu/boot-repair
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install boot-repair
$ boot-repair
- Select "Advanced options"
- Show "GRUB location" pane, and check "Separate /boot/efi partition"
- Press "Apply" button
- Again back to the terminal, and execute below:
```bash
$ sudo apt-get install emacs23-nox
$ sudo emacs /etc/default/grub
- Change `GRUB_CMD_LINE_LINUX_DEFAULT="quiet splash"` to `GRUB_CMD_LINE_LINUX_DEFAULT="nomodeset noapic"`
- Save and exit
- execute `sudo update-grub2`
-
Install refind boot loader
- execute commands:
$ sudo add-apt-repository ppa:rodsmith/refind
$ sudo apt-get update
$ sudo apt-get install refind
5. Boot order configuration
- Now reboot the computer, and press 'Enter' to enter BIOS settings
- Change boot order and set "refind" at first
6. Reboot
# Future Work
- left/right-click does not work on Ubuntu
- need to edit evdev settings?
- Intel Graphics driver does not work on Ubuntu
- Intel still does not serve latest driver for ubuntu on apt