From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVXaq-00004x-As for qemu-devel@nongnu.org; Sun, 25 Mar 2007 14:37:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVXao-0008VX-Kj for qemu-devel@nongnu.org; Sun, 25 Mar 2007 14:37:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVXao-0008VS-Db for qemu-devel@nongnu.org; Sun, 25 Mar 2007 13:37:26 -0500 Received: from mta-1.ms.rz.rwth-aachen.de ([134.130.7.72]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_MD5:16) (Exim 4.60) (envelope-from ) id 1HVXYd-0005rI-Js for qemu-devel@nongnu.org; Sun, 25 Mar 2007 14:35:12 -0400 Received: from r220-1 ([134.130.3.31]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JFH00CJT2AGHCC0@mta-1.ms.rz.RWTH-Aachen.de> for qemu-devel@nongnu.org; Sun, 25 Mar 2007 20:35:04 +0200 (CEST) Date: Sun, 25 Mar 2007 20:35:10 +0200 From: Jan Marten Simons Subject: Re: [Qemu-devel] a question In-reply-to: <1172609357.9161.2.camel@pamela.famion.eu> Message-id: <4606C0DE.8030007@xtal.rwth-aachen.de> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-15; format=flowed Content-transfer-encoding: 7BIT References: <1172609357.9161.2.camel@pamela.famion.eu> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marian@famion.eu, qemu-devel@nongnu.org Marian-Nicolae V. Ion schrieb: > Hello, > > Is is possible to boot qemu not from a disk image but directly from a > partition ? i.e. I am on Linux Fedora, I have a partition with Mandriva > (I use dual-boot and I can boot on it) but I would like to start my > Mandriva system from qemu, not by rebooting the computer. > > Would it be possible? if yes, how? > Just supply the device name to qemu: qemu -hda /dev/hdc You can also use a Partition this way, but then that partition has to include a mbr and partition table. This thread will be of interest to you: http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00164.html I'm not sure, if the patch mentioned there was merged, yet. with regards, Jan