From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IivrT-00025v-EC for qemu-devel@nongnu.org; Fri, 19 Oct 2007 13:42:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IivrR-00025M-M8 for qemu-devel@nongnu.org; Fri, 19 Oct 2007 13:42:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IivrR-00025D-Gi for qemu-devel@nongnu.org; Fri, 19 Oct 2007 13:42:13 -0400 Received: from py-out-1112.google.com ([64.233.166.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IivrR-0001og-5S for qemu-devel@nongnu.org; Fri, 19 Oct 2007 13:42:13 -0400 Received: by py-out-1112.google.com with SMTP id j37so1161428pyc for ; Fri, 19 Oct 2007 10:42:08 -0700 (PDT) Message-ID: <46d6db660710191042o520c8536xbada1660d7b19ccc@mail.gmail.com> Date: Fri, 19 Oct 2007 19:42:08 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] Kernel panic - not syncing: No init found. Trypassing init= option to kernel. In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071019071514.18711gmx1@mx063.gmx.net> <200710190920.00230.clemens.kol@gmx.at> <46d6db660710190112s5a6f6d63i349899d0937115a9@mail.gmail.com> <46d6db660710190154i6308dd44g97ee9e8f959fc124@mail.gmail.com> <46d6db660710190519n3be976c3m72b784b44bc7027d@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 10/19/07, Kjel Delaey wrote: > > I came home and I tried the stuff at my desktop (I was in school in the > morning). > > I followed your steps Christian and I have also downloaded the > detaolb_v06.iso file. I have also changed the line in .config. > I have extracted "debug" in my working directory. > If I use "debug" I have the following message: > /bin/sh: can't access tty: job control turned off. > > By the way, thank you all for helping me out :) > > I'm trying since 8.30 am. It must work ;) > (init problem/solved!) > qemu -m 32 -hda rootfs.img -kernel linux-2.6.18.1/arch/i386/boot/bzImage > -append "root=/dev/hda \clock=pit" > (tty problem) > qemu -m 32 -hda rootfs.img -kernel linux-2.6.18.1/arch/i386/boot/bzImage > -initrd debug -append "root=/dev/hda \clock=pit" > > Turning off tty in busybox isn't a working solution. > > I couldn't send an email earlier because I had problems with Hotmail. > it's normal. "debug" is where the first process is actually a shell. you need to boot on an initramfs that contains proper runlevel 3 and login utils. Please download detaolb_v01.iso and extract "initrmfs.v01". This should do! -- Christian -- http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !