From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BniHl-0000wb-D9 for qemu-devel@nongnu.org; Thu, 22 Jul 2004 14:27:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BniHj-0000u1-I6 for qemu-devel@nongnu.org; Thu, 22 Jul 2004 14:27:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BniHj-0000tj-F9 for qemu-devel@nongnu.org; Thu, 22 Jul 2004 14:27:15 -0400 Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BniEh-00089v-Ea for qemu-devel@nongnu.org; Thu, 22 Jul 2004 14:24:07 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BniEg-0007pe-00 for ; Thu, 22 Jul 2004 20:24:06 +0200 Received: from c-24-6-66-193.client.comcast.net ([24.6.66.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Jul 2004 20:24:06 +0200 Received: from blp by c-24-6-66-193.client.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Jul 2004 20:24:06 +0200 From: Ben Pfaff Date: Thu, 22 Jul 2004 11:24:08 -0700 Message-ID: <877jsvq4s7.fsf@benpfaff.org> References: <20040722180352.GA47848@monsterjam.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: news Subject: [Qemu-devel] Re: winblows 2k on OSX? Reply-To: blp@cs.stanford.edu, 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 Jason writes: > a friend just turned me onto the qemu and I have it installed on my powerbook > running OSX. Ive run the sample linux and dos images, but how would I go about > installing win2k from CD? Create a disk image, e.g. w2k.img, then boot Windows 2k from the CD, e.g.: qemu w2k.img -cdrom /dev/cdrom -boot d I don't know what the name of the OS X CD-ROM device is; the above assumes /dev/cdrom. After install finishes, you should be able to boot directly from the disk image, e.g. qemu w2k.img -- "Debian for hackers, Red Hat for suits, Slackware for loons." --CmdrTaco