From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GSQFB-0007Hw-E9 for qemu-devel@nongnu.org; Tue, 26 Sep 2006 23:37:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GSQF8-0007HF-RD for qemu-devel@nongnu.org; Tue, 26 Sep 2006 23:37:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSQF8-0007HC-O9 for qemu-devel@nongnu.org; Tue, 26 Sep 2006 23:37:54 -0400 Received: from [24.93.47.40] (helo=ms-smtp-01.texas.rr.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GSQJu-00052y-K1 for qemu-devel@nongnu.org; Tue, 26 Sep 2006 23:42:50 -0400 Received: from vaio (cpe-67-9-162-73.austin.res.rr.com [67.9.162.73]) by ms-smtp-01.texas.rr.com (8.13.6/8.13.6) with ESMTP id k8R3bfdK021244 for ; Tue, 26 Sep 2006 22:37:41 -0500 (CDT) Subject: Re: [Qemu-devel] Installing linux from multiple installation CDs From: Lonnie Mendez In-Reply-To: <4518BA0C.3080701@cs.wisc.edu> References: <4518BA0C.3080701@cs.wisc.edu> Content-Type: text/plain Date: Tue, 26 Sep 2006 22:37:33 -0500 Message-Id: <1159328254.31830.6.camel@vaio> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 Mon, 2006-09-25 at 22:26 -0700, Arini Balakrishnan wrote: > Hi, > I am trying to install linux as a guest OS on Windows using QEMU. How do > I install linux from multiple installation cds? > Thanks! > Arini Use the qemu monitor to change the disc in qemu's emulated cdrom drive. ie: Access the qemu monitor (ctrl-alt-2). (qemu) eject cdrom (qemu) change cdrom //./d: D is the drive letter associated with the physical cdrom. If it is an iso then use the full filename of the iso. The user docs are at http://www.qemu.org.