Skip to content

Instantly share code, notes, and snippets.

@dariuszparys
Last active March 20, 2020 11:52
Show Gist options
  • Save dariuszparys/7973e20ef4e89b9160b87dfc260d3c38 to your computer and use it in GitHub Desktop.
Save dariuszparys/7973e20ef4e89b9160b87dfc260d3c38 to your computer and use it in GitHub Desktop.
Linux on Lenovo P52 Changelog

Linux on Lenovo P52 (Changelog)

Work in progress for my Linux installation on my work machine. See history for OS changes

Hardware

Lenovo P52 Bios was already upgraded, I had Windows 10 before on this machine

OS (12/16/19)

Switched to Fedora 31. To install had to edit grub boot entry to add nouveau.modeset=0. Installed Nvidia drivers through RPMFusion

Installed dev tool dependencies

sudo dnf update
sudo dnf groupinstall "Development Tools"
sudo dnf groupinstall "C Development Tools and Libraries"

Dual Boot with UEFI

Had to reconfigure my laptop to use both Windows 10 and Fedora 31. Have a look at this video for the explanation how to setup a UEFI dual boot configuration

https://youtu.be/Ec0EzlPoDQg

If you're partition is bitlockerized you need your recovery key and if you want to use NVIDIA driver you have to sign them in order to boot with UEFI

Teams for Linux

Teams was working with the latest Chrome browser via the web interface. Now that we have an official preview build there is no need for Chrome anymore.

https://aka.ms/get-teams-linux

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