qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] run qemu with x86_64 arch (host arch)


From: KONRAD Frederic
Subject: Re: [Qemu-devel] run qemu with x86_64 arch (host arch)
Date: Wed, 20 Apr 2016 15:46:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1



Le 19/04/2016 23:10, Marwa Hamza a écrit :
hello
i'm trying to run qemu with x86_64 arch
i prepared file system with busybox
i got that elf file
_install/bin/busybox:     format de fichier elf64-x86-64
architecture: i386:x86-64, fanions 0x00000102:
EXEC_P, D_PAGED
adresse de départ 0x0000000000522024
and i compiled linux kernel
make ARCH=x86_64 x86_64_defconfig
make ARCH=x86_64
and i configured qemu
./configure --target-list=x86_64-softmmu --disable-vnc --enable-sdl
--disable-kvm --enable-debug
make
then when i run qemu i got a kernel panic _ not syncing vfs :unable to
mount rootfs on unknown block(1,0)
./x86_64-softmmu/qemu-system-x86_64  -M pc -kernel
/linux-4.1.18/arch/x86_64/boot/bzImage -initrd
/busybox-1.21.0/rootfs.img.gz -append "root=/dev/ram rdinit=/bin/sh"
thanks

Hi,

The complete end of the log would help, but I might have two clues for you:

Do you have enabled ramdisk support in your kernel configuration?
What is the format of rootfs.img.gz? Is that supported by your kernel?

Fred



reply via email to

[Prev in Thread] Current Thread [Next in Thread]