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

qemu: linux kernel too old to load a ram disk #64

Open
LovableFatty opened this issue Jul 29, 2020 · 1 comment
Open

qemu: linux kernel too old to load a ram disk #64

LovableFatty opened this issue Jul 29, 2020 · 1 comment

Comments

@LovableFatty
Copy link

noah@kali-noah:~/Android/Sdk/emulator$ uname -r
5.7.0-kali1-amd64

I built a kernel using linux-4.9.139 and clang toolchains to get Image.gz
I want to run a virtual emulator with it, I've tried API24 x86_64 & API30 x86 but both didn't work

noah@kali-noah:~/Android/Sdk/emulator$ ./emulator -avd API24 -kernel $HOME/linux-4.9.139/out/arch/arm64/boot/Image.gz -show-kernel
emulator: ERROR: Running multiple emulators with the same AVD is an experimental feature.
Please use -read-only flag to enable this feature.

noah@kali-noah:~/Android/Sdk/emulator$ ./emulator -avd API30 -kernel $HOME/linux-4.9.139/out/arch/arm64/boot/Image.gz -show-kernel
emulator: ERROR: Unknown AVD name [API30], use -list-avds to see valid list.
HOME is defined but there is no file API30.ini in $HOME/.android/avd
(Note: Directories are searched in the order $ANDROID_AVD_HOME, $ANDROID_SDK_HOME/avd and $HOME/.android/avd)

@Wenzel
Copy link
Member

Wenzel commented Aug 4, 2020

Hi,

I don't understand how your issue is related to kvm-vmi ?
can you explain better ?

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

2 participants