From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ammvf-0002DN-Gh for qemu-devel@nongnu.org; Sun, 03 Apr 2016 14:39:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ammve-0005B7-Kc for qemu-devel@nongnu.org; Sun, 03 Apr 2016 14:39:19 -0400 Received: from mail-vk0-x22b.google.com ([2607:f8b0:400c:c05::22b]:34097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ammve-0005B3-5A for qemu-devel@nongnu.org; Sun, 03 Apr 2016 14:39:18 -0400 Received: by mail-vk0-x22b.google.com with SMTP id e185so156042441vkb.1 for ; Sun, 03 Apr 2016 11:39:18 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Pranith Kumar Date: Sun, 3 Apr 2016 14:38:44 -0400 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] run qemu on x64 system ( ARCH=i386 or ARCH=x86-64) and on x86 system List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marwa Hamza Cc: qemu-devel On Sun, Apr 3, 2016 at 9:50 AM, Marwa Hamza wrote: > ./i386-softmmu/qemu-system-i386 -M pc -kernel > /home/marwa/Bureau/lauterbach/i386_qemu/linux-4.1.18/arch/i386/boot/bzIma= ge > -initrd /home/marwa/Bureau/lauterbach/i386_qemu/busybox-1.21.0/rootfs.img= .gz > -append =E2=80=9Croot=3D/dev/ram rdinit=3D/sbin/init=E2=80=9D > Can you post the output when you run this command? In particular, does the /sbin/init exist in the rootfs? --=20 Pranith