[Fedora-xen] Probems installiing windows under xen in FC6

Ian Brown ianbrn at gmail.com
Mon Nov 20 06:58:26 UTC 2006


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 at remcc.org> 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 at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-xen
>




More information about the Fedora-xen mailing list