
Zenbook S14 UX5406 (2024) running Arch Linux
π§ My Experience Running Linux on the Asus Zenbook 14S (UX5406SA)
I recently got my hands on the sleek and shiny Asus Zenbook 14S (UX5406SA) β a solid ultrabook powered by the new Intel Core Ultra 7 258V (Lunar Lake) chip, packed with 32GB RAM and a 1TB NVMe SSD.
Naturally, my first instinct was: "Time to dual-boot Arch on this beast!" π
π οΈ Upgrading the NVMe SSD
To comfortably dual-boot both Windows and Linux, I decided to upgrade the internal NVMe drive from 1TB to 2TB as unfortunately there's only one NVMe slot available. I didnβt want to reinstall Windows from scratch, so hereβs what I did:
- Grabbed a bootable Clonezilla USB.
- Plugged the new 2TB NVMe into a NVMe-to-USB dongle.
- Booted from the Clonezilla USB and cloned the original drive to the new one.
- Swapped the drives β easy peasy. The back cover is quite simple to open, and the NVMe slot is super accessible.
After that, Windows booted just fine β mission accomplished β
π§ Installing Arch Linux
Next step: install the real OS π
- Created a bootable Arch Linux USB drive.
- Disabled Secure Boot temporarily.
- Booted from the USB and installed Arch on the free space left on the new 2TB drive.
I went for this partition layout:
- A new UEFI partition (because the one used by Windows is too small to also include Linux EFI images)
- A root partition, which I encrypted with LUKS (I'll cover the details in a separate post π)
π΅ What Works (and What Didnβt At First)
Most things worked right out of the box, but as always, there was one little hiccup:
β Sound? Nope.
After install, there was no audio output β not even a peep. π€
β Sound? Yep.
Installed sof-firmware
, rebooted... πΆ Problem solved.
1sudo pacman -S sof-firmware
π Power Management
I'm aiming for battery-friendly Linux on this laptop, so I started with:
β
tlp
Good ol' tlp
gave me around 10 hours of battery life, which is pretty impressive for a Linux setup on brand-new hardware.
But... there's a new challenger.
π§ͺ Testing tuned
(from RedHat)
I've just started experimenting with tuned
, which integrates with Plasma better, as you can directly change the power profile from the battery icon in the task bar.
It seems promising β especially for toggling between powersave
, balanced
, and performance
modes. Iβll report back soon in a follow-up post π
π Secure Boot β Coming Soon
Once everything was stable, I re-enabled Secure Boot. The configuration deserves its own tutorial, so Iβll cover it in a dedicated article.
Spoiler alert: it does work! You can have Secure Boot + Arch Linux together, with a little effort πͺ
π¬ Conclusion
The Asus Zenbook 14S (UX5406SA) is a fantastic ultrabook. With a bit of tweaking:
- β Windows runs flawlessly
- β Arch Linux boots beautifully
- β Performance and battery life are excellent
- β All major components are working, even audio and power management
Would I recommend this laptop for Linux users? 100% yes.
Modern, powerful, and not (too) annoying to tinker with β what more can a geek ask for? π₯οΈπ§π₯
Stay tuned for upcoming articles on:
- π Secure Boot setup
- π Full disk encryption with LUKS
- β‘
tuned
vstlp
power management showdown
Cheers,
Ben π¨βπ»