From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ESwfW-0004SW-JF for qemu-devel@nongnu.org; Fri, 21 Oct 2005 09:10:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ESwfU-0004Ry-L3 for qemu-devel@nongnu.org; Fri, 21 Oct 2005 09:10:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESwfU-0004Ru-8A for qemu-devel@nongnu.org; Fri, 21 Oct 2005 09:10:44 -0400 Received: from [134.130.3.130] (helo=ms-dienst.rz.rwth-aachen.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ESwfT-00005X-UD for qemu-devel@nongnu.org; Fri, 21 Oct 2005 09:10:44 -0400 Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IOP00AYRODWM3@ms-dienst.rz.rwth-aachen.de> for qemu-devel@nongnu.org; Fri, 21 Oct 2005 15:05:56 +0200 (MEST) Received: from [137.226.40.101] (pc42.xtal.RWTH-Aachen.DE [137.226.40.101]) by relay.rwth-aachen.de (8.13.3/8.13.3/1) with ESMTP id j9LD5tMt006620 for ; Fri, 21 Oct 2005 15:05:55 +0200 (MEST) Date: Fri, 21 Oct 2005 15:07:21 +0200 From: Jan Marten Simons Subject: Re: [Qemu-devel] Compiling Qemu + Accelerator on FC4 In-reply-to: <4357F28D.7070407@psislidell.com> Message-id: <4358E809.5070005@xtal.rwth-aachen.de> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <435684D8.2050303@psislidell.com> <6c3f5e6c0510191633q7c9bc051ie50fe833eb1e31@mail.gmail.com> <4357C410.7090903@psislidell.com> <2ad73a0510201144g76c44d18x6af52f1f8608165a@mail.gmail.com> <4357F28D.7070407@psislidell.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 Rich Fought wrote: > Yes, I am trying to install Debian from bootable CD-ROM - is this not > the correct option? > >>> > qemu-img create hd.img 5G >>> > qemu-system-ppc -boot d -hda hd.img >>> >>> >>> Your commandline is missing the -cdrom parameter: -cdrom 'file' Use file as CD-ROM image (you cannot use '-hdc' and and '-cdrom' at the same time). You can use the host CD-ROM by using '/dev/cdrom' as filename. -boot [a|c|d] Boot on floppy (a), hard disk (c) or CD-ROM (d). Hard disk boot is the default. Reading http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC10 might help you in discovering some more features of qemu. With regards, Jan