ich bin nun seit zwei Tagen dabei, Vista unter XEN zum laufen zu bewegen. Und komme einfach nicht mehr weiter.
Dom0 ist Debian Squeeze
Als Fehlermeldung kommt:
Code: Alles auswählen
root@server:/etc/xen# xm create VISTA.cfg
Using config file "./VISTA.cfg".
Error: Device 768 (vbd) could not be connected.
Device /dev/dm-1 is mounted in the privileged domain,
and so cannot be mounted by a guest.
Code: Alles auswählen
domid: 11
-c config qemu network with xen bridge for
tap11.0 eth0
Using file /dev/vg01/Vista in read-write mode
Using file /home/harald/Dokumente/WinVista.iso in read-only mode
Watching /local/domain/0/device-model/11/logdirty/cmd
Watching /local/domain/0/device-model/11/command
char device redirected to /dev/pts/2
qemu_map_cache_init nr_buckets = 10000 size 4194304
shared page at pfn feffd
buffered io page at pfn feffb
Guest uuid = 15f34385-93ad-ba45-45b6-5dc673d50bf6
Time offset set 0
populating video RAM at ff000000
mapping video RAM from ff000000
Register xen platform.
Done register platform.
platform_fixed_ioport: changed ro/rw state of ROM memory area. now is rw state.
xs_read(/local/domain/0/device-model/11/xen_extended_power_mgmt): read error
xs_read(): vncpasswd get error. /vm/15f34385-93ad-ba45-45b6-5dc673d50bf6/vncpasswd.
medium change watch on `hdb' (index: 1): /home/harald/Dokumente/WinVista.iso
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
Code: Alles auswählen
import os, re
arch = os.uname()[4]
if re.search('64', arch):
arch_libdir = 'lib64'
else:
arch_libdir = 'lib'
kernel = "/usr/lib/xen-4.0/boot/hvmloader"
builder='hvm'
memory = 512
shadow_memory = 8
name = "Vista"
vif=['type=ioemu, bridge=eth0']
disk=['phy:/dev/vg01/Vista,hda,w', 'file:/home/harald/Dokumente/WinVista.iso,hdb:cdrom,r' ]
boot="dc"
vnc = 1
sdl = 0
vncconsole=1
acpi = 1
apic = 1
device_model = '/usr/' + arch_libdir + '/xen-4.0/bin/qemu-dm'
stdvga=0
serial='pty'
usbdevice='tablet'
Vielen Dank schonmal!