Hello, I will give it a try in a couple of hours as I am right now not close to that machine with the processors with VT support. May I ask - is your disk is a SATA disk on non-SATA? (this is for the disk = [ 'file:/extra/xen/hvm.img,hda,w', line, which in my case is disk = [ 'file:/var/lib/xen/windisk.img,ioemu:sda,w' ]). And : Did you succeed in installing windows with this config file ? Did you succeed in running windows under Xen ? I am quite surprised that there is not (yet) an HowTo on this , which seems to be a popular task theses days under FC6. Regards, Ian On 11/20/06, Robert Thiem <junk@xxxxxxxxx> wrote:
The xen cdrom config seems to have changed, or at least it's pickier than I'd like. Here are the non-comment bits from my config that seems to be working. import os, re arch = os.uname()[4] if re.search('64', arch): arch_libdir = 'lib64' else: arch_libdir = 'lib' kernel = "/usr/lib/xen/boot/hvmloader" builder='hvm' memory = 128 shadow_memory = 8 name = "winxp" vif = [ 'type=ioemu, bridge=xenbr0' ] disk = [ 'file:/extra/xen/hvm.img,hda,w', 'file:/extra/xen/hvm-cdrom.iso,hdc:cdrom,r' ] device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm' sdl=1 vnc=0 stdvga=0 serial='pty' -- Fedora-xen mailing list Fedora-xen@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-xen
-- Fedora-xen mailing list Fedora-xen@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-xen