Search Results

Found 1 results for "f9ea27c2e3fd0e69a409d12a63573cce" across all boards searching md5.

Anonymous /g/105588494#105609759
6/16/2025, 2:01:31 PM
>>105608909
I'm now this far:

>build /, /boot and /initramfs
>initramfs just copy of root for now
>/init script for initramfs that mounts stuff and gives shell
>/boot and / on separate partitions
>everything scripted to build into single image file that you can boot

But I don't know how to switch to the root partition from initramfs, not yet. If I exec busybox's switch root it gives me kernel panic.