summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/boot/393569
blob: b143558b1aa89fcfaf757ce64f73855fcc4b65ba (plain) (blame)
1
2
3
4
5
6
qemu cannot load multiple initramfs archives

According to Documentation/early-userspace/buffer-format.txt, an initramfs can be populated from multiple cpio archives, which seems like it could be a really useful feature when using QEMU to boot Linux kernels directly, without installing them on the disk image.

Unfortunately, QEMU does not support actually loading multiple files into the initrd space (which is also where initramfs archives go). It would be really nice if it did.