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

[Xen-users] Xen + windows XP

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen + windows XP
From: "Samir Faci" <samir.list@xxxxxxxxx>
Date: Tue, 14 Aug 2007 22:13:44 -0500
Delivery-date: Tue, 14 Aug 2007 20:14:15 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=O2sub+iG52dArp9nRYXAcGFBoaKAcgKdstggr7NNPP2eQ621eoq1SeVrHJjBk1T+2JCtd7RPTlDkbNkuvdwL578Fu982p8EwVrQQ5JZLVvB+G4bYbsdYam01j0TPoIm7njSXRMOBwjB45PPQvIbSvnnCSadQSbKbvenN0Mo6UPU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=MFLYsMQChe5/fdrs9CdnJjgXpomSvu/7AhtZCQbaK2PwHbnh5EajYiSoBuM9cUju7FuOHmEwtpHLlbeo/V9y7hceBozEoJ7CHMeso0auxz7QPXSN6vs1xXcgvEswWy7+Ya1cZOXfKshemLV/tau5IMFqlPqanfHODL8M9/GTzTc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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
Hello all,

   I've managed to get xen to boot into a linux installation and everything seems to be working beautifuly.  I have two issues, I need to boot off a CDrom to install windows xp, and I'm still not sure how to do that, and I'm also not sure of what I should put for the kernel= line when I have a winxp install.

this is my current config:

I'm converting the config from a gentoo install to a winxp, this won't boot, and I'm not exactly sure how to ensure that it uses the iso instead of the harddirve.  I tested the disk line in my gentoo install and I can mount the iso etc.  the iso is just a dd image of a valid working winxp install disk.

#general
name = "winxp";
memory = 256;

#booting
#kernel = "/boot/gentoo-domU";

#virtual disks
disk = [ "file:/var/virtual/disk.img,xvda,w", "file:/var/virtual/swap,xvdb,w", "file:/var/virtual/iso/winxp.iso,xvdc:cdrom,r" ];
#root = "/dev/xvda ro";
boot = "d"

#virtual network
sdl=1
vif = [""];
dhcp = "dhcp";
vnc=1
vnclisten="0.0.0.0"
vncviewer=0

#misc
>on_reboot   = 'destroy'
on_crash    = 'destroy'



Any help would be appreciated.

--
Samir
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>