Lenovo ThinkPad X1 Carbon Gen 11

Couldn’t make the 4G modem work with Qubes OS. It works with Ubuntu but not with Qubes OS and I don’t know why. Attach the PCI device to any qube and it fails to boot.

Hi. Which WWAN module do you have? Fibocom L860-GL-16, right?
Have you try this/seen this page?

  1. Fibocom Wireless WAN L860-GL-16 FCC Unlock and SAR Config tool for Linux - ThinkPad - Lenovo Support US
  2. https://download.lenovo.com/pccbbs/mobiles/n3xwp02w.txt

Thanks!

So I got the gen 11 now too, I can boot from the qubes installer from the flash drive and go through the install, but once its done installing and I’m asked to reboot, nothing happens - I then get stranded in a Lenovo boot menu like no OS is installed.

Any advice? Did you have any similar issues?

Did you install Qubes OS on removable disk?
If yes then follow these:

If it’s internal disk then follow this:

Thank you! Its installeres on an interval disk, my next question is How to apply these changes, I found the menu but my prompts are not working

Then follow the second guide, this one:

Not sure what are you talking about. Can you describe in more details?

I follow the guide, write reboot and it ends up the same place. Here are some pics of what I see

The screen showing when I turn on the computer (before and after following the guide)

My input and answer when following the guide

My boot settings

Boot order is:
Harddrive
USB HDD
USB FDD
Windows boot manager

Intel Vt-d is turned on

Boot order lock is on

Boot mode is: Diagnostics

Did you make sure that /dev/nvme0n1 is your Qubes OS drive?
Did you check it? Using fdisk -l / blkid / tried to mount it / or something else.

No, im quite new to Linux, how can I do that?

As I see it I can not even boot into the Qubes OS environment from where I can open a terminal

Run these commands:

fdisk -l
blkid

In the rescue mode shell before running efibootmgr and check the output.
The output of fdisk for your Qubes OS drive with default partitioning should have 3 partitions and look like this:

1 Like

It looks like that

Any other suggestions, @apparatus ?
And just so you know it, I highly appreciate your help here - thanks SO much :raised_hands:t3:

I assume you have the installation stick around still … so could you try:

  • Connect the USB installation stick to the computer
  • Select the Installation stick as the boot medium
  • When you see the “Install Qubes OS R…”/“Test media and …”/“Troubleshooting - …” menu, hit c to get a grub> prompt
  • Type configfile (hd0,gpt1)/EFI/qubes/grub and hit the Tab key on your keyboard – did it complete the line to: grub.cfg?
    – if so, hit enter … if no, try with: configfile (hd1,gpt1)/EFI/qubes/grub and hit Tab

and report/share the result?

:slight_smile:

The /dev/nvme0n1 is your Qubes OS disk but there is a problem with partition table.

GPT PMBR size mismatch

Did you clone the Qubes OS installed on another disk to this one?
Or you’ve done clean installation on this disk?

Clean installation on the disk. Just tried downloadning from torrent this time and installing It with Rufus on another flash drive, this lead to the same “size mismatch” error.

Try to run this command to double check and fix the partition table:

parted -l

There was no result when I did it with hd0.

When I did it with hd1 I Received the following options:

Possible files are grubx64.efi, grub.cfg, grub.cfg.rpmsave

I tried completing it with .cfg hit enter and qubes started woop woop :raised_hands:t3:

What change do I need to make to not have to go through this procedure every time?

You could see if it’s the BIOS failing to find the UEFI path that Qubes OS uses - open a terminal in dom0 and run:

sudo -i
cd /boot/efi/EFI
cp -r qubes/* BOOT
cd BOOT
mv grubx64.efi bootx64.efi
mv grub.cfg bootx64.cfg

and try to reboot.

Note: you’ll have to repeat this, each time Qubes updates grub.cfg in dom0… :-/

If it works, would you be willing to try some alternative ways to get it working?

:slight_smile:

1 Like

Wild - it works ! Thanks a bunch, @ChrisA and @apparatus !

Yeah sure happy to experiment with other options if it can help the community