Tomas-M / linux-live

Linux Live Kit
http://www.linux-live.org/
1.01k stars 253 forks source link

Linux-live not working in qemu vm #203

Closed tree-t closed 2 years ago

tree-t commented 2 years ago

Hey Tomas, Today, as I was further expanding a custom OS named S.L.U.X, I got the following error: Screenshot_20220406-184125_VNC Viewer But I thought that it might be a problem with my wierd tweaks, So I tried S.L.A.X 11.3 (x64) in qemu vm(x64)(just to check whether it is a LiveKit problem or not...), but this time also I got a kernel panic: Screenshot_20220407-102747_VNC Viewer

My Qemu-system-x86_64 version: Screenshot_20220407-180042_Termux

Thanks in advance ~Tree-T

Tomas-M commented 2 years ago

It seems like you did not configure qemu correctly so it does not load initramfs.

tree-t commented 2 years ago

Thank you @Tomas-M , After you wrote the following comment:

It seems like you did not configure qemu correctly so it does not load initramfs.

I found out that my command didn't include:

-m 500m

~Tree-t