Michael Lessard
2006-Apr-28 09:33 UTC
[Xen-devel] It is possible to install Windows XP with intel vt now ?
Hi everybody, I seen many post on running Windows XP on the top of Xen with proper hardware (Intel Vt) ... I would like to know if at this time, i could do that with Xen 3.0.2-2 or Xen unstable ? If yes, could you tell me the procedure ... In 2 week i will make a show with Intel to demonstrate this possibility ... If at this time we couldn''t, i will change the contents of the show ;) Thanks Michael _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Zhao, Yunfeng
2006-Apr-28 12:38 UTC
RE: [Xen-devel] It is possible to install Windows XP with intel vt now ?
Yes, you can install a windows xp into hvm guest. The instructions about instalingl an unmodified os into hvm guest could be found in the xen manual. First you need a xp install iso file or cdrom. And modify config file of hvm, enable cdrom='/dev/cdrom' or cdrom='/<xp_iso_file_name>' and enable boot='d' in the config file. Then create a hvm guest with the config file. After this you will see windows xp installer is running in a qemu window, and then you just need to follow the install wizard to finish the installation. Thanks Yunfeng ________________________________________ From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Michael Lessard Sent: 2006年4月28日 17:33 To: Xen-devel@lists.xensource.com Subject: [Xen-devel] It is possible to install Windows XP with intel vt now ? Hi everybody, I seen many post on running Windows XP on the top of Xen with proper hardware (Intel Vt) ... I would like to know if at this time, i could do that with Xen 3.0.2-2 or Xen unstable ? If yes, could you tell me the procedure ... In 2 week i will make a show with Intel to demonstrate this possibility ... If at this time we couldn't, i will change the contents of the show ;) Thanks Michael _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Yu, Ping Y
2006-Apr-28 13:44 UTC
RE: [Xen-devel] It is possible to install Windows XP with intel vt now ?
Well, you can xen-unstable change set 9460 for the demo. Here is the procedure to install windows: (1) use /etc/xen/xmexample.hvm as script (2) change option "disk" to the image file or physical device partition you intend to install. For example, you want to install windows in /dev/sda6, then you can configure: disk = [ 'phy:/dev/sda6,hda1,w' ] (3) change option "cdrom" to your cdrom device or ISO image, for example, you have a windows installation cdrom as /windows.iso, then you can configure: cdrom='/windows.iso' (4)change option "boot" to CD-ROM, as the following, boot=[d] (5) modify display to sdl sdl=1 vnc=0 vncviewer=0 (6)after configuration, you can run # xend start # xm create -f /etc/xen/xmexampmle.hvm Hope it works :-) Ping ________________________________________ From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Michael Lessard Sent: 2006年4月28日 17:33 To: Xen-devel@lists.xensource.com Subject: [Xen-devel] It is possible to install Windows XP with intel vt now ? Hi everybody, I seen many post on running Windows XP on the top of Xen with proper hardware (Intel Vt) ... I would like to know if at this time, i could do that with Xen 3.0.2-2 or Xen unstable ? If yes, could you tell me the procedure ... In 2 week i will make a show with Intel to demonstrate this possibility ... If at this time we couldn't, i will change the contents of the show ;) Thanks Michael _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Rene Purcell
2006-Apr-28 18:53 UTC
Re: [Xen-devel] It is possible to install Windows XP with intel vt now ?
I''m working with michael on this project, I did exactly what u said and try few other thing... but each time I tried to start this dom everything look good, no error till the complete system freeze, nothing to do other then reset... This happened to someone ? On 4/28/06, Yu, Ping Y <ping.y.yu@intel.com> wrote:> > Well, you can xen-unstable change set 9460 for the demo. > Here is the procedure to install windows: > (1) use /etc/xen/xmexample.hvm as script > (2) change option "disk" to the image file or physical device partition > you > intend to install. For example, you want to install windows in /dev/sda6, > then you can configure: > disk = [ ''phy:/dev/sda6,hda1,w'' ] > > (3) change option "cdrom" to your cdrom device or ISO image, for example, > you have a windows installation cdrom as /windows.iso, then you can > configure: > cdrom=''/windows.iso'' > > (4)change option "boot" to CD-ROM, as the following, > boot=[d] > > (5) modify display to sdl > > sdl=1 > vnc=0 > vncviewer=0 > > (6)after configuration, you can run > # xend start > # xm create -f /etc/xen/xmexampmle.hvm > > Hope it works :-) > > Ping > > > > ________________________________________ > From: xen-devel-bounces@lists.xensource.com [mailto: > xen-devel-bounces@lists.xensource.com] On Behalf Of Michael Lessard > Sent: 2006年4月28日 17:33 > To: Xen-devel@lists.xensource.com > Subject: [Xen-devel] It is possible to install Windows XP with intel vt > now ? > > Hi everybody, > > I seen many post on running Windows XP on the top of Xen with proper > hardware (Intel Vt) ... I would like to know if at this time, i could do > that with Xen 3.0.2-2 or Xen unstable ? If yes, could you tell me the > procedure ... > > In 2 week i will make a show with Intel to demonstrate this possibility > ... If at this time we couldn''t, i will change the contents of the show ;) > > Thanks > > Michael > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel > > >-- Rene Jr Purcell 418 930-2424 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Michael Lessard
2006-May-02 01:33 UTC
Re: [Xen-devel] It is possible to install Windows XP with intel vt now ?
Which OS are you use for Dom 0 ? And wich Xen version ? Thanks> >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Thorolf Godawa
2006-May-02 09:20 UTC
Re: [Xen-devel] It is possible to install Windows XP with intel vt now ?
Hi, >Which OS are you use for Dom 0 ? And wich Xen version ? SuSE Linux 10.0/Xen 3.0, SuSE Linux 10.1 Beta/Xen 3.0, 3.0.2, SuSE SLES 10.0 Beta/Xen 3.0/3.0.1/3.0.2, Ubuntu 5.10/Xen 3.0.1 -- Chau y hasta luego, Thorolf _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Thorolf Godawa
2006-May-02 09:20 UTC
Re: [Xen-devel] It is possible to install Windows XP with intel vt now ?
Hi,>Which OS are you use for Dom 0 ? And wich Xen version ?SuSE Linux 10.0/Xen 3.0, SuSE Linux 10.1 Beta/Xen 3.0, 3.0.2, SuSE SLES 10.0 Beta/Xen 3.0/3.0.1/3.0.2, Ubuntu 5.10/Xen 3.0.1 -- Chau y hasta luego, Thorolf _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Michael Lessard
2006-May-02 17:50 UTC
Re: [Xen-devel] It is possible to install Windows XP with intel vt now ?
Installation of Windows XP start !!! :) But Xp do not detect hard drive , i haved put that line in .hvm disk = [ ''phy:/dev/sda6,hda1,w'' ] Does i need to put soemting else ? Thanks !! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Michael Lessard
2006-May-02 18:15 UTC
Re: [Xen-devel] It is possible to install Windows XP with intel vt now ?
I haved try with that : disk= [''phy:/dev/sda6,ioemu:hda,w''] when i type : xm create -f xp.htm Black sreen apear with some text And i receive this message : Fatal : Not a bootable disk _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Michael Lessard
2006-May-02 18:30 UTC
Re: [Xen-devel] It is possible to install Windows XP with intel vt now ?
Arf, it''s works, i needed to put boot=d ;) On 5/2/06, Michael Lessard <michael.lessard@gmail.com> wrote:> > I haved try with that : > disk= [''phy:/dev/sda6,ioemu:hda,w''] > > when i type : xm create -f xp.htm > Black sreen apear with some text > And i receive this message : > Fatal : Not a bootable disk > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel