Files
blog.ewpt3ch.dev/content/posts/thinkpad-e495.md
T
2025-12-19 22:14:51 -07:00

30 lines
3.2 KiB
Markdown

---
title: "Thinkpad E495"
date: 2020-01-30T15:45:35-07:00
tags:
- linux
- laptop
- hardware
draft: false
---
Decided to get a new laptop with the sale of my business and starting school. After a lot of research I decided on a [Lenovo Thinkpad E495](https://www.lenovo.com/us/en/laptops/thinkpad/thinkpad-e-series/E495/p/22TP2TEE495). I found the Ryzen 5(3500U) model at Best Buy with 8GB of ram and a 256GB SSD for $650 out the door. I decided to go with the Ryzen 5 over the 7 since the increase in performance didn't seem worth the extra $150. Also with the pending release of Renior and the new XPS 13 developer edition I decided to be as cheap as possible on this purchase and still get something I want and will probably be happy with for 2+ years. I decided on AMD CPU intead of Intel for 3 reasons: 1) support AMD because the Ryzen series seems to be pushing Intel to get better themselves 2) AMD seems to be less effected by the new hardware vulnerabilities coming out the last few years 3) better integrated graphics. I was looking at having 32GB RAM and at least a 500GB SSD, and this laptop series is upgradable. I will be getting a 2x16GB RAM kit and 1TB SSD from Amazon to put in for another $200 - $250. Still around $700 less than I'm thinking the XPS 9300 with 32GB will be and who knows how much or when the Renoir will be.
[I'll update when I get this hardware with a Arch Linux install guide and pictures.](../thinkpad-e495-arch)
In preperation for the arrival of the e495 I have ordered the upgraded hardrive, NVME and 2.5"sata, and 32GB ram kit. The NVME drive is here already so I've already installed the base system and setup a bootable systemd. For some reason Anubis, my yoga 2 pro, will not read the drive during boot so I resorted to using virtual box to boot the system. Following are links to the guides I have used so far, I will do another, more detailed post on the actual installation and steps. I have installed all the hardware upgrades, the laptop showed up a week earlier that expected. [Lenovo has a very detailed manual](https://download.lenovo.com/pccbbs/mobiles_pdf/e490_e495_e490s_ug_v2_en.pdf) with procedures for disassembling the laptop and replacing almost everything.
### Parts
- [1TB NVME SSD](https://smile.amazon.com/gp/product/B07K1J3C23/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1) and a
- [USB case for NVME SSD](https://smile.amazon.com/gp/product/B07MNFH1PX/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1).
- [Crucial 1TB 2.5" sata SSD](https://smile.amazon.com/gp/product/B077SF8KMG/ref=ppx_yo_dt_b_asin_title_o05_s01?ie=UTF8&psc=1)
- [Crucial 32GB Kit](https://smile.amazon.com/gp/product/B019FRCV9G/ref=ppx_yo_dt_b_asin_title_o05_s01?ie=UTF8&psc=1)
### Guides
- [dm-crypt](https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_system#LUKS_on_a_partition)
- [rEFInd](https://wiki.archlinux.org/index.php/REFInd#Installing_the_rEFInd_Boot_Manager)
- [systemd-swap](https://github.com/Nefelim4ag/systemd-swap)
- [Arch Installation Guide](https://wiki.archlinux.org/index.php/Installation_guide)
- [BTRFS subvolumes](https://wiki.archlinux.org/index.php/Btrfs#Creating_a_subvolume)
- [BTRFS swap file](https://wiki.archlinux.org/index.php/Btrfs#Swap_file)