Thinkpad X1 Gen 7 with Ubuntu, Windows Dual Boot and Disk Encryption

I recently set up a Thinkpad X1 Gen 7. I wanted disk encryption and to retain the Windows installation in case I ever needed it in the future. I was a bit nervous because there are some stories of people needing to fight with their settings and configuration and unfortunately the Ubuntu installer gives you pathways for either dual booting or encryption, but not both. Luckily I found a fairly good write up and things went smoothly. Since the write up focuses on a Dell machine, I thought I could allay some fears with a few notes on how things went for me. For the most part, I just followed the instructions and everything worked out.

BIOS

Mike's tutorial shows a few BIOS settings to be made. I didn't make any changes to my bios. The settings were either alread correct, or I couldn't find one that applied. Mike mentions that he disabled Secure Boot, but that it may be optional. I did not disable this.

Partitioning

The only difference here is that my device was not /dev/sda it was /dev/nvme0n1. One thing to be careful with is that you need to replace all the occurences in this tutorial careful. In some places, he mentions partitions not devices. In these cases you will have a corresponding numbered partition. For example one line in the configuation is mkfs.fat -F 32 /dev/sda1, in this case I needed to enter mkfs.fat -F 32 /dev/nvme0n1p1.

Windows Install

Two small tips. When you eneable bitlocker, actually save the key to a location off the computer. This seems obvious, but I'm not familiar with Windows and in a first attempt I just stored it on the Window's hardrive thinking I would get it later. But no, I needed it later and I didn't have access to it.

After the Windows install I was not able to access my BIOS with F12. To fix thisyou need to go into your Settings > Recovery > Advanced Startup "Restart now". When the computer restarts, select Troubleshoot > Advanced options > UEFI Firmware Settings > Restart. Check out this laptopmag.com article for screenshots.

Ubuntu Install

This part was pretty straightforward. During the install process I did not select to install the third-party packages because this forces you to make a decision about using secure boot and I figured it was better to not introduce that variable.

Make sure you're very careful translating the commands in the tutorial to refer to your disk / partition layout.

Results

Everything went smoothly. Don't become discouraged if you select windows from the Grub boot menu and get failure message. You need to boot Windows from your BIOS's boot menu. I will re-iterate Mike's note here:

"By default, your computer will boot into grub, which can boot Ubuntu. Although Windows is listed in grub, booting Windows from grub with BitLocker enabled won’t work because the system’s TPM will detect a change in the boot sequence. To avoid this problem, you should boot Windows directly from your computer’s BIOS boot menu - usually accessible by pressing F12 on startup."

I missed this the first time around and ended up installing everything again.

Amazingly, everything I have tried in Ubuntu has worked perfectly:

  • Bluetooth ✓
  • Wifi ✓
  • Sound ✓
  • Webcam ✓
  • Trackpoint ✓
  • Trackpad ✓
  • Function Keys ✓
  • Webcam ✓
  • Fingerprint scanner ✓
  • Microphone ✓
  • Sleep / Wake ✓

I have the UHD option and the screen looks great and there are plenty of options for scaling.

2020-12-28