Skip to content

Instantly share code, notes, and snippets.

@davipatti
Last active December 17, 2019 01:14
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davipatti/51e7040217de98c6577e80620e9dea43 to your computer and use it in GitHub Desktop.
Save davipatti/51e7040217de98c6577e80620e9dea43 to your computer and use it in GitHub Desktop.
ThinkPad Ubuntu setup

ThinkPad setup

Notes from installing Ubuntu 18.04 on a Lenovo ThinkPad X1 Extreme, with nvidia graphics.

  • Turn off secure boot in the BIOS.

Installer freezing / non-responsive

  • When choosing operating system to boot (options will be Ubuntu, or Install Ubuntu...) hover over Install Ubuntu.
  • Press e
  • Go to the line that contains quiet splash and append acpi=off
  • Press ctrl + x to boot

Installing nvidia drivers

Add nvidia PPA to ubuntu

sudo add-apt-repository ppa:graphics-drivers/ppa

Update and install

sudo apt update
sudo apt install nvidia-415
@aarontan-git
Copy link

what bios version are you on during this installation?

@davipatti
Copy link
Author

I'm sorry I didn't record what version I was on when I was doing this. Since doing this I think I might have updated the bios.

I subsequently installed pop!_os and can highly recommend it. It is built on top of ubuntu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment