From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B4cYV-0006r2-Ll for qemu-devel@nongnu.org; Sat, 20 Mar 2004 04:14:11 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B4cXy-0006lY-0v for qemu-devel@nongnu.org; Sat, 20 Mar 2004 04:14:10 -0500 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1B4cXx-0006kx-EL for qemu-devel@nongnu.org; Sat, 20 Mar 2004 04:13:37 -0500 Received: from [213.228.0.176] (helo=postfix4-2.free.fr) by mx20.gnu.org with esmtp (Exim 4.30) id 1B4cTw-0004n0-UR for qemu-devel@nongnu.org; Sat, 20 Mar 2004 04:09:29 -0500 Received: from dsant.dsorgroup (vaise-2-82-67-46-45.fbx.proxad.net [82.67.46.45]) by postfix4-2.free.fr (Postfix) with ESMTP id 7474D8CD2E for ; Sat, 20 Mar 2004 10:09:27 +0100 (CET) From: vaise@votreservice.com Subject: Re: [Qemu-devel] Re: qemu and already installed OS Date: Sat, 20 Mar 2004 10:11:09 +0000 References: <200403191157.32252.vaise@votreservice.com> <200403191324.40788.vaise@votreservice.com> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403201011.09796.vaise@votreservice.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 Friday 19 March 2004 14:17, Sami Haahtinen wrote: > > dd if=/dev/hda of=/home/me/disk.img bs=1024 count=1600000 > > It does not boot either... > > the only message is "L" > > I must be wrong somewhere... > > That would be your lilo, grab the kernel from the partition, put it > somewhere, load that kernel image with qemu (with the appropriate > parameters, you can get them from lilo conf, it's the append line) and > fire away. > How do you "grab the kernel" ? I tried "dd if=/dev/hda", but as I said, lilo crash....