WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

RE: [Xen-users] booting windows

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] booting windows
From: "Kris Doosje" <k.doosje@xxxxxxx>
Date: Wed, 14 Mar 2007 08:40:12 +0100
Delivery-date: Wed, 14 Mar 2007 05:05:43 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1173818127.45f70b0f2061e@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
You can install Windows without running Xserver on your Xen machine.
First edit the xend-config.sxp file. Add the option: (vnc-listen '0.0.0.0') 
(otherwise, it will only listen locally on the Xen server.) Restart Xen after 
changing this config.

In your guests config file, add the option: vnc=1
Boot your guest, and you will be able to use VNC to connect to the guest (using 
the IP address of your xen-server). Only trouble I have here, is that the mouse 
pointer doesn't move correctly all the time. During install this is not a real 
problem, but when you want to manage your Windows installation, you're better 
of using remote desktop.

Good luck!

Kris




Quoting Jon Reynolds <jonr@xxxxxxxxxx>:

> Can someone share their config file for a windows hvm using lvm's and an
> .iso for the cdrom?
>
> Thanks for the help,
>
> Jon

This is the one I have been using but whenever I do a xm create my system
reboots. Would the driver for the video have anything to do with that, I am
using vesa? I was hoping I could install windows without a xserver installed,
can this be done?

I would still like to see someones config file that works with LVMs and and .iso
for the cdrom or at least tell me where mine is wrong.

kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 512
name = "winxp"
vif = [ 'type=ioemu, bridge=xenbr0' ]
################################################
disk = [ 'phy:/dev/xennet/winxp,ioemu:sda,w',
'file:/media/sda2/usr/local/src/WinXP/winxp_sp2.iso,hdc:cdrom,r' ]
### Line wrap but the above is one statement ####
device_model = "/usr/lib/xen/bin/qemu-dm"
boot = "d"
sdl=1
ne2000=0
apic=1
pae=1


Thanks again for any help,

Jon

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>