From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bx9Qt-0006q8-Eg for qemu-devel@nongnu.org; Tue, 17 Aug 2004 15:15:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bx9Qr-0006pR-Bg for qemu-devel@nongnu.org; Tue, 17 Aug 2004 15:15:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bx9Qr-0006pA-A2 for qemu-devel@nongnu.org; Tue, 17 Aug 2004 15:15:41 -0400 Received: from [213.80.72.10] (helo=kubrik.opensource.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bx9M8-0008VG-Jh for qemu-devel@nongnu.org; Tue, 17 Aug 2004 15:10:48 -0400 Received: from 192.168.1.16 (unknown [213.80.72.14]) by kubrik.opensource.se (Postfix) with ESMTP id 81A763752C for ; Tue, 17 Aug 2004 20:58:57 +0200 (CEST) From: Magnus Damm Content-Type: text/plain Message-Id: <1092770248.5616.30.camel@kubu.opensource.se> Mime-Version: 1.0 Date: Tue, 17 Aug 2004 21:17:28 +0200 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] optional hda image 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 Hi all, $ qemu -kernel bzImage -nographic A disk image must be given for 'hda' when booting a Linux kernel $ Any particular reason why 'hda' must exist? There must be many ways to boot a system without ide devices, with tftp or from floppy are the first that comes to my mind. / magnus