Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


(eval 'Toast)@toast@donotsta.re (2026-08-26 19:22:29)
what people think of when you tell them you have a rescue system that runs from RAM:
1. UEFI
2. bootloader
3. kernel + initrd
4. mount squashfs
5. copy to tmpfs
6. pivot root into tmpfs

what I mean:
1. UEFI
2. bootloader
3. UKI (including kernel + initrd)

you are done, the initrd is the rootfs, just have an overlaymount
---Reply--- Blurry Moon@sun@shitposter.world (2026-08-26 19:34:06) @toast why didn't we do coreboot
Reply

---Replies---
(eval 'Toast)@toast@donotsta.re (2026-08-26 19:34:41)
@sun coreboot is just one possible implementation of step 1 (“UEFI”)
u-boot is another