On 13.10.21 12:35, [email protected] wrote: > Dear all, I noticed that on the pre-built qemu image for jailhouse demo > there is no grub installed. I need to boot a specific compiled kernel > version on the qemu VM, and I want to ask if there is an easy way to do > this. Thanks.
I assume you are referring to the jailhouse-images output here: Yes, the QEMU instances only get a rootfs, kernel and initrd images and are started from that. Study the start-qemu.sh script for details and for the location where those artifacts are picked up from. Either replace the images there or patch/fork/inherit jailhouse-images to build your kernel there, instead of the one we integrate. Jan -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/cf2aed9c-700d-6925-a56e-3bcd5d34685e%40siemens.com.
