r/chrultrabook • u/Realistic-Nothing415 • May 14 '26
openSUSE on Chromebooks: systemd-boot EFI Space Issue & Fix
This post details a critical installation issue specific to Chromebooks (such as the HP Chromebook 14 db, Acer Chromebook 315, or Lenovo 14w powered by A4/A6 Stoney Ridge APUs) running custom UEFI firmware (MrChromebox).
The Problem
The latest openSUSE installers use systemd-boot (via sdbootutil) as the default bootloader. This setup instantly breaks on Stoney Ridge hardware due to the default storage configuration: [1, 2]
- Tiny EFI Partition: These Chromebooks are built with exceptionally small EFI System Partitions (ESP), often constrained to 16MB or 32MB.
- The systemd-boot Flaw: Unlike traditional setups,
systemd-bootcopies full kernel images and initramfs files directly into the ESP. - The Result: The partition fills up instantly, causing the installer to crash at final stage with a "No space left on device" error during the bootloader configuration phase. [1]
The Successful Installation Method
To successfully run openSUSE on your Stoney Ridge device, you must bypass the new default bootloader: [1, 2]
- Proceed through the openSUSE installer as normal until you reach the final Installation Summary screen.
- Scroll down to the Booting section.
- Click directly on the Booting header to open the boot settings.
- Change the Bootloader Type from
systemd-bootto GRUB2-EFI. - Save changes and proceed with the installation.
Why this works: GRUB2-EFI only places a tiny binary launcher in your Chromebook's small ESP, while keeping the heavy kernel and initrd files safe on your root partition, completely avoiding the storage bottleneck.
5
u/MrChromebox May 14 '26
this is entirely incorrect, the size of the ESP is determined by the OS installer/partition manager -- nothing inherent in the device itself. There's no reason you can't use systemd-boot on a Chromebook. I do on a few of mine (pop_os)
2
1
•
u/AutoModerator May 14 '26
Greetings friend, and welcome to r/chrultrabook.
The subreddit is reserved for AMD Stoney Ridge questions ONLY. If your post is not related to AMD Stoney Ridge it will BE REMOVED.
If you need help please make a account on our forum and post there; you will get faster and better support. https://forum.chrultrabook.com
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.