From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bnji2-0000QG-ER for qemu-devel@nongnu.org; Thu, 22 Jul 2004 15:58:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bnji1-0000Px-Sg for qemu-devel@nongnu.org; Thu, 22 Jul 2004 15:58:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bnji1-0000Pu-Qd for qemu-devel@nongnu.org; Thu, 22 Jul 2004 15:58:29 -0400 Received: from [213.228.0.169] (helo=postfix3-2.free.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bnjer-0005d8-5m for qemu-devel@nongnu.org; Thu, 22 Jul 2004 15:55:13 -0400 Received: from [192.168.1.30] (rkeller-2-81-57-247-13.fbx.proxad.net [81.57.247.13]) by postfix3-2.free.fr (Postfix) with ESMTP id 909D4CAA2 for ; Thu, 22 Jul 2004 21:55:11 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <20040722190039.GC47848@monsterjam.org> References: <20040722180352.GA47848@monsterjam.org> <877jsvq4s7.fsf@benpfaff.org> <20040722183909.GB47848@monsterjam.org> <873c3jq3u9.fsf@benpfaff.org> <20040722190039.GC47848@monsterjam.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <08F3980F-DC19-11D8-94E2-00039307264A@stanfordalumni.org> Content-Transfer-Encoding: 7bit From: Laurent Amon Subject: Re: [Qemu-devel] Re: winblows 2k on OSX? Date: Thu, 22 Jul 2004 21:55:08 +0200 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 Right now, it is not possible to use a live cdrom. You need to make an image. If you directly open /dev/disk1s0, you first need to dismount it using disktool -u disk1 or the Disk Utility, but without ejecting it. In addition, a guest Windows sees it as an audio CDROM. On 22 juil. 04, at 21:00, Jason wrote: > Ok, I was thinking thats what I should do, but thanks for confirming > it! ;) > > Jason > > On Thu, Jul 22, 2004 at 11:44:30AM -0700, Ben Pfaff wrote: >> Jason writes: >> >>> well, I was using that actually, but I just wanted to doublecheck.. >>> I created a blank image file, and when I run that, I get >>> >>> mybox:~/qemu_images root# /opt/local/bin/qemu win2k.img -cdrom >>> /dev/disk1s0 -boot d >>> /dev/disk1s0: Device busy >>> qemu: could not open hard disk image '/dev/disk1s0 >>> mybox:~/qemu_images root# >>> >>> thats after I ejected, re-inserted the win2k cdrom. Im not sure why >>> its busy, >>> but Im sure that /dev/disk1s0 is the CDROM on OSX. >> >> I don't know how OS X works, so I don't know the correct solution >> for this. But if you can copy the CD-ROM to an ISO image file, >> then it should work to specify the ISO file as the argument to >> CD-ROM. This is what I always do. >> -- >> On Perl: "It's as if H.P. Lovecraft, returned from the dead and >> speaking by >> seance to Larry Wall, designed a language both elegant and terrifying >> for his >> Elder Things to write programs in, and forgot that the Shoggoths >> didn't turn >> out quite so well in the long run." --Matt Olson >> > > -- > ================================================ > | Jason Welsh jason@monsterjam.org | > | http://monsterjam.org DSS PGP: 0x5E30CC98 | > | gpg key: http://monsterjam.org/gpg/ | > ================================================ > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > >