|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Activating XP but it doesn't retain the activation
I'm having problems with MS Windows (what a surprise!). I'm running Xen on a quad core intel 9450 with 8gb ram using Red Hat (xen.gz-2.6.18-92.el5 & vmlinuz-2.6.18-92.el5xen). I've installed XP using HVM in an image file and separately on its own partition. Both installs went normally with no surpises. However, after the install is complete and I am logging on for the first time, Microsoft wants me to activate. I go through the activation process, get the success message and it logs out. Then, it start over...I log in, it wants to activate, etc... It doesn't seem to matter how I activate (online or on the phone), It doesn't retain the activation.
Config file: import os, re arch = os.uname()[4] if re.search('64', arch): arch_libdir =
'lib64' else: arch_libdir = 'lib'
name = "Sapphire" uuid = "f2c740bb-8362-d44b-531f-4a244f3c572f" maxmem = 3000 memory = 3000 shadow_memory = 8 vcpus = 2 builder = "hvm" kernel = "/usr/lib/xen/boot/hvmloader" boot = "c" pae = 1 acpi = 1 apic = 1 localtime = 0
device_model = "/usr/lib64/xen/bin/qemu-dm" sdl = 0 vnc = 1 vncunused = 1 vncconsole = 1 disk = [ "phy:/dev/sda6,hda,w", "phy:/dev/cdrom,hdc:cdrom,r" ] vif = [ "mac=00:16:3e:1d:d1:c5,bridge=xenbr0" ] serial = "pty" usbdevice='tablet'
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] Activating XP but it doesn't retain the activation,
Jean Redfearn <=
|
|
|
|
|