
I dont know on which partition shuld i install linux
I dont know on which partition shuld i install linux cause i think if i remove one the uefi gets deleted

I dont know on which partition shuld i install linux cause i think if i remove one the uefi gets deleted
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]
systemd-boot copies full kernel images and initramfs files directly into the ESP.The Successful Installation Method
To successfully run openSUSE on your Stoney Ridge device, you must bypass the new default bootloader: [1, 2]
systemd-boot to GRUB2-EFI.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.