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] XP under Debian

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] XP under Debian
From: Julian Davison <julian-xen_users@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 13 Nov 2006 11:42:17 +1300
Delivery-date: Sun, 12 Nov 2006 14:43:07 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <4557436C.2030600@xxxxxxxxxxx>
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>
References: <4557436C.2030600@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)
oz wrote:
Hello,

I want to give a short summary, how I finally got a W*n XP running under Debian/Xen yesterday.

* Installation of a xen hypervisor in a Debian GNU/Linux (sid) environment and booted by this grub menu-entry:
...
title Xen 3.0.3-1-i386 / Debian GNU/Linux, kernel 2.6.18-2-xen-686 /dev/sda10
root (hd0,9)
kernel /boot/xen-3.0.3-1-i386.gz
module /boot/vmlinuz-2.6.18-2-xen-686 root=/dev/sda10 ro console=tty0
module          /boot/initrd.img-2.6.18-2-xen-686
...

* Creation of an empty loop-device, which later contains the OS-guest:

#cd /priv/xen/domains/xp1
#dd if=/dev/zero of=windisk.img bs=1k seek=4096k count=1
#dd if=/dev/zero of=windisk.img bs=1k count=1 conv=notrunc

* It seems to be impossible (really?) to install the guest via CDROM, so I first copied the complete Install-CD (its ISO-image) on my harddisk.

I managed to install Win2k3 server from CD, though it wasn't
perfect. As I recall I had some CD-changing issues. (I didn't
need to in the Win2k3 install, but did installing subsequent
software - I ended up using ye olde windows file sharing)
I'm also using LVM :)

One little problem I haven't resolved yet. The mouse-cursor in the XP-Window is usable, but the "dot" and the "arrow" are not at the same position. I think this can be solved with some VNC-settings or Window-dimensions/resolution. If someone already had this issue or has an idea, i would be happy to hear.

With Win2k3 server under SDL "enhance pointer precision" was
set by default. This caused lots of fun trying to click on things
:)




--
Julian Davison
Note: 1) This may have come from an address @cbhs.school.nz
         but isn't necessarily the (or even an) official view
         of Christchurch Boys' High School
      2) While replying to this address may get into my mailbox
         it will almost certainly be filtered into a mailing list
         folder. To actually reach actual me, strip off the bit
         after the '-' in the name.

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

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