Ubuntu 21.10 installation on ROG Zephyrus G14
-
Download the Ubuntu 21.10 desktop image:
https://releases.ubuntu.com/21.10/ubuntu-21.10-desktop-amd64.iso
(This has built-in support for the WiFi chip in the G14.) -
Write it to the USB drive with a tool like Rufus:
https://rufus.ie
-
Turn off drive encryption (BitLocker) in Windows.
-
Turn off fast startup in Windows.
-
Turn off secure boot in the BIOS menu.
(Hit ESC before the boot splash screen to enter the menu.)
-
Boot from the USB drive.
(Hit ESC before the boot splash screen to enter the menu.) -
Select "Try Ubuntu without installing" first.
-
Connect to a WiFi network.
(This lets the installer download updates and 3rd-party drivers.) -
Install Ubuntu.
(Recommended: minimal installation alongside Windows, downloading updates, and installing 3rd-party drivers.)
- Check that the correct Nvidia drivers are installed using the command:
nvidia-smi
The newer G14 models ship with a MediaTek 7961 wireless chip. Linux support for it is fairly recent (as of 2021 Nov), and only seems to work with kernel versions 5.14.7 and up.
You can easily manage custom kernels with the mainline
tool, which you can install with the following commands:
sudo add-apt-repository ppa:cappelikan/ppa
sudo apt update
sudo apt install mainline
- The wireless module might get stuck in a state where Bluetooth or WiFi (or both) doesn't work. To get it out of there, do the following:
- Power down the laptop.
- Unplug the charger.
- Power up and boot into Ubuntu.
- (optional) Plug back the charger.