[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-users] Ubuntu Xen Windows Question



Hello

I have what I think should be a pretty standard configuration here, but
can't seem to get my windows domu running.

uname -r shows 2.6.24-23-xen

I installed with apt--get install ubuntu-xen-server

I moved /lib/tls to /lib/tls.disabled  because of a message that was coming
up at boot, and disabled apic with grub.

My windows domain is in /var/lib/xend/domains/winxp

The disk image is /var/lib/xend/domains/winxp/disk.img (I made is with dd
if=/dev/zero of=disk.img bs=1M count=20000)

The config is /var/lib/xend/domains/winxp/winxp.cfg

I disabled the -nolisten option in the login security, so I can display to
my X session as root.
 
When I start my domain with xm create winxp.cfg , it says the domain is
started:
Using config file "./winxp.cfg".
Started domain winxp

However, I cannot access the machine in any way.  Maybe I'm missing
something obvious. 

xm start winxp  tells me that there is no domain called winxp

There is no vnc server on localhost as far as I can tell.

Here's my configs, maybe someone can point me in a good direction.  

------------
-----------

winxp.cfg:
kernel = "/usr/lib/xen/boot/hvmloader"
builder = 'hvm'
memory = '512'
name = "winxp"
vcpus = 2
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = ['tap:aio:/var/lib/xend/domains/winxp/disk.img,xvda1,w']
device_model = '/usr/lib/xen/bin/qemu-dm'
cdrom='/dev/hdc'
boot='d'

-----------
-----------
/etc/xen/xend-config.sxp (comments removed for space)

(xend-relocation-hosts-allow '^localhost$ ^localhost\\.localdomain$')
(network-script network-bridge)
(vif-script vif-bridge)
(dom0-min-mem 196)
(dom0-cpus 0)
(vnc-listen '0.0.0.0')
(vncpasswd '')

------------
-------------
xm dmesg shows:

(XEN) Xen version 3.2.1-rc1-pre (buildd@buildd) (gcc version 4.2.4 (Ubuntu
4.2.4-1ubuntu4)) Fri Feb 20 06:53:43 UTC 2009
(XEN) Latest ChangeSet: unavailable
(XEN) Command line: 
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: none; EDID transfer time: 0 seconds
(XEN)  EDID info not retrieved because no DDC retrieval method detected
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009dc00 (usable)
(XEN)  000000000009dc00 - 00000000000a0000 (reserved)
(XEN)  00000000000e4000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 000000007ff80000 (usable)
(XEN)  000000007ff80000 - 000000007ff8e000 (ACPI data)
(XEN)  000000007ff8e000 - 000000007ffd0000 (ACPI NVS)
(XEN)  000000007ffd0000 - 0000000080000000 (reserved)
(XEN)  00000000ff700000 - 0000000100000000 (reserved)
(XEN) System RAM: 2047MB (2096244kB)
(XEN) Xen heap: 9MB (10100kB)
(XEN) Domain heap initialised: DMA width 32 bits
(XEN) PAE enabled, limit: 16 GB
(XEN) Processor #0 15:11 APIC version 16
(XEN) Processor #1 15:11 APIC version 16
(XEN) IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 2411.170 MHz processor.
(XEN) AMD SVM: ASIDs disabled. 
(XEN) HVM: SVM enabled
(XEN) CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ stepping 02
(XEN) Booting processor 1/1 eip 8c000
(XEN) AMD: Disabling C1 Clock Ramping Node #0
(XEN) AMD SVM: ASIDs disabled. 
(XEN) CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ stepping 02
(XEN) Total of 2 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) Platform timer overflows in 14998 jiffies.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 2 CPUs
(XEN) mtrr: your CPUs had inconsistent fixed MTRR settings
(XEN) AMD IOMMU: Disabled
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 32-bit, PAE, lsb
(XEN)  Dom0 kernel: 32-bit, PAE, lsb, paddr 0xc0100000 -> 0xc0503000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   000000003c000000->000000003e000000 (476968 pages to be
allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: c0100000->c0503000
(XEN)  Init. ramdisk: c0503000->c1961200
(XEN)  Phys-Mach map: c1962000->c1b3bca0
(XEN)  Start info:    c1b3c000->c1b3c474
(XEN)  Page tables:   c1b3d000->c1b50000
(XEN)  Boot stack:    c1b50000->c1b51000
(XEN)  TOTAL:         c0000000->c1c00000
(XEN)  ENTRY ADDRESS: c0100000
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Initrd len 0x145e200, start at 0xc0503000
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to
Xen)
(XEN) Freed 96kB init memory.


TIA

peace+love
Chris

-- 
View this message in context: 
http://www.nabble.com/Ubuntu-Xen-Windows-Question-tp22762674p22762674.html
Sent from the Xen - User mailing list archive at Nabble.com.


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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.