From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EKdXn-00036t-De for qemu-devel@nongnu.org; Wed, 28 Sep 2005 11:08:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EKdXl-00035O-Bc for qemu-devel@nongnu.org; Wed, 28 Sep 2005 11:08:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKdXi-000345-B3 for qemu-devel@nongnu.org; Wed, 28 Sep 2005 11:08:24 -0400 Received: from [72.14.204.204] (helo=qproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EKdX1-0006CP-QJ for qemu-devel@nongnu.org; Wed, 28 Sep 2005 11:07:39 -0400 Received: by qproxy.gmail.com with SMTP id p32so958944qba for ; Wed, 28 Sep 2005 08:07:39 -0700 (PDT) Message-ID: Date: Wed, 28 Sep 2005 17:07:39 +0200 From: Enric Pedascoll Quingles Subject: Re: [Qemu-devel] qemu for macosx can't boot linux partition In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Reply-To: Enric Pedascoll Quingles , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jonas Maebe Cc: qemu-devel@nongnu.org well, now i have running macosX.4 and i want to start a qemu session with a Debian partition, i know that macos partition is disk0s5 but all other partitions are Debian (swap, root, home ...), i try to boot all the disk /dev/disk0 and select Debian in a yaboot but when i type qemu -hda /dev/disk0, qemu crash On 9/28/05, Jonas Maebe wrote: > > On 28 sep 2005, at 16:29, Enric Pedascoll Quingles wrote: > > > i try to boot a fisical mac's partition with qemu but i don't obtain > > good results > > i have read in documentation files that the command is: > > > > ~#qemu -snapshot -hda /dev/(your disk) > > > > i try several way with the same result > > > > ~#qemu -snapshot -hda /dev/hda > > ~#qemu -snapshot -hda /dev/disk0 > > ~#qemu -snapshot -hda /dev/hda0s1..s2...s5 > > > > and nothing... > > Under Mac OS X, partitions are available as /dev/diskXsY and not /dev/ > hdXsY. Your boot partition /dev/disk0sY, other disks can get a > different number after every reboot. > > You can find the device name of a partition (under Mac OS X 10.4.x at > least) by opening /Applications/Utilities/Disk Utility, selecting a > partition and choosing File->Get Info. > > > Jonas >