From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ESxVK-0001U7-M9 for qemu-devel@nongnu.org; Fri, 21 Oct 2005 10:04:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ESxVJ-0001Ss-30 for qemu-devel@nongnu.org; Fri, 21 Oct 2005 10:04:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESxVI-0001SW-Hq for qemu-devel@nongnu.org; Fri, 21 Oct 2005 10:04:16 -0400 Received: from [134.130.3.130] (helo=ms-dienst.rz.rwth-aachen.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ESxVI-0004KS-5G for qemu-devel@nongnu.org; Fri, 21 Oct 2005 10:04:16 -0400 Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IOP007LWR33XN@ms-dienst.rz.rwth-aachen.de> for qemu-devel@nongnu.org; Fri, 21 Oct 2005 16:04:15 +0200 (MEST) Received: from [137.226.40.101] (pc42.xtal.RWTH-Aachen.DE [137.226.40.101]) by relay.rwth-aachen.de (8.13.3/8.13.3/1) with ESMTP id j9LE4EGI015694 for ; Fri, 21 Oct 2005 16:04:14 +0200 (MEST) Date: Fri, 21 Oct 2005 16:05:41 +0200 From: Jan Marten Simons Subject: Re: [Qemu-devel] booting WIN XP from Linux In-reply-to: <4358DDE9.1000307@mail.ru> Message-id: <4358F5B5.4040909@xtal.rwth-aachen.de> MIME-version: 1.0 Content-type: text/plain; charset=KOI8-R; format=flowed Content-transfer-encoding: 7BIT References: <4358DDE9.1000307@mail.ru> 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 Sergey Smirnov wrote: >Does qemu support boot XP from Linux? >I use Debian Linux. >apt-get install qemu >... >qemu -m 256 -snapshot -hda /dev/hda >grub messages >Choose XP >Black screen... > > I suppose WinXP does not like to be booted in a completly different machine (copy-protection, drivers bound to the system). when trying to boot a disc in qemu it is equal to taking the physical disc to a completly different physical pc. If I remember corectly there are some guides (from Microsoft) on migrating WinXP to a new host, but it's not as easy as migrating linux for example. Different hardware profiles are an option I suppose. With regards, Jan