Skip to content

Instantly share code, notes, and snippets.

@Marcondiro
Last active May 30, 2026 17:27
Show Gist options
  • Select an option

  • Save Marcondiro/2e52adcde2353342a4349e62203d4557 to your computer and use it in GitHub Desktop.

Select an option

Save Marcondiro/2e52adcde2353342a4349e62203d4557 to your computer and use it in GitHub Desktop.
Installing Ubuntu 26.04 on a Google Pixelbook

Installing Ubuntu 26.04 on a Google Pixelbook

The following steps were followed on Ubuntu 26.04 beta version running linux 7.0.0-10-generic

Prerequisite

Before proceeding, unlock the Pixelbook's bootloader and install Coreboot firmware as explained in the amazing documentation from Mr Chromebox.

Then, proceed with the normal Ubuntu installation from a USB stick.

You should also install Git with sudo apt install git.

A reboot after each step is advised.

Screen brightness

The brightness will keep adjusting continuosly in a very annoying way, disable brightness auto-adjustment.

Run

gsettings set org.gnome.settings-daemon.plugins.power ambient-enabled false

Audio

Follow the instructions provided in the amazing chromebook-linux-audio repo

Keyboard mappings

Copy-paste @flantel's .hwdb as detailed here

If you want, change the # KEYBOARD_KEY_5d=controlpanel line to KEYBOARD_KEY_5d=delete to use the "Hamburger" button as delete.

Then run

sudo systemd-hwdb update
sudo udevadm trigger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment