Help, I don’t know how to use anything different than gentoo

  • 2 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: May 4th, 2024

help-circle
  • UKIs are good for secureboot/measureboot, because you can sign the uki, and everything inside of it be validated for secureboot. If you really like to have a secure chain without a uki, you need to validate all the boot components. You can do it with grub and gpg signatures, but is more simple to use an uki and a efi bootloader like systemd-boot



  • No. The main diference is that you write a software for Android, it doesn’t work in gnu/Linux (without extra layers), but if you write a software for steamOS, literally you are writing a software for gnu/Linux. SteamOS is an arch Linux modified to be immutable with a custom (and free) kernel with extra support that they merge after in mainline, with the steam app oppened by default. SteamOS use all the software stack for gnu Linux. Android develop their own stack and work different.