From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GXJoF-00024L-J4 for qemu-devel@nongnu.org; Tue, 10 Oct 2006 11:46:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GXJo9-0001xc-BN for qemu-devel@nongnu.org; Tue, 10 Oct 2006 11:46:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXJo9-0001xZ-7H for qemu-devel@nongnu.org; Tue, 10 Oct 2006 11:46:17 -0400 Received: from [213.133.111.57] (helo=bugaboo.mu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1GXJvw-0008Fk-W5 for qemu-devel@nongnu.org; Tue, 10 Oct 2006 11:54:21 -0400 Message-ID: <452BC045.20905@bluegap.ch> Date: Tue, 10 Oct 2006 17:46:13 +0200 From: Markus Schiltknecht MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] booting a linux kernel from NFS 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, I get this error, when I don't give qemu a 'hda': A disk image must be given for 'hda' when booting a Linux kernel. Why is that? Isn't it completely legal to start without a IDE drive? For example with: qemu \ -kernel linux-test/bzImage-2.6.18 \ -append "root=/dev/nfs nfsroot=172.20.0.1:/testing_root \ ip=172.20.0.10::172.20.0.1:255.255.0.0:node1:eth0:off \ ide2=noprobe ide3=noprobe ide4=noprobe" \ -net nic,vlan=0,model=ne2k_isa \ -net tap,vlan=0,script=/etc/qemu-ifup -m 10 Regards Markus