Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libvirt + kernel-qemu-5.4.51 #109

Open
BlackSmith opened this issue Sep 10, 2020 · 3 comments
Open

libvirt + kernel-qemu-5.4.51 #109

BlackSmith opened this issue Sep 10, 2020 · 3 comments

Comments

@BlackSmith
Copy link

Hi,
I try to use kernel-qemu-5.4.51 with libvirt (image Raspberry Pi OS (32-bit) Lite 2020-08-20 or 2020-05-27).
But the kernel does not find the root partition.
I have tried these kernel arguments:

root=PARTUUID=907af7d0-02 rootfstype=ext4
root=/dev/sda2 rootfstype=ext4
root=/dev/mmcblk0p2 rootfstype=ext4

The previous kernel (kernel-qemu-4.19.50-buster) works well with this Raspberry Pi image.
Unfortunately, this version has a problem with docker.io.

@dhruvvyas90
Copy link
Owner

@BlackSmith : Qemu now supports native raspberry pi support with machine options raspi2 and raspi3 which doesn't require modified kernels. Can you take a look at native-emulation subfolder for steps and see if it solves your problem ? Thanks.

@bukyapavankumar
Copy link

@dhruvvyas90 native emulation offers more performance right?

@dhruvvyas90
Copy link
Owner

@bukyapavankumar : It should, yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants