[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] Xen and Windows
>> >> # win2003.hvm >> >> # ==========> 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 = 1024 >> >> name = "windows2003" >> >> vif = [ 'type=ioemu, bridge=xenbr0' ] >> >> disk = [ 'phy:vg00/windows2003,ioemu:hda,w' ] >> >> cdrom="/media/iso_images/windows_2003_standard.iso" >> > >> > I'm not sure if 3.1 accepts the "cdrom=" statement. Better >> to use the >> > new model of adding something like this on the "disk=" line: >> > "file:some-filename-with-path,hdc:cdrom,r" >> >> disk = [ 'phy:vg00/windows2003,ioemu:hda,w', ',hdc:cdrom,r' ] > > I suppose you REALLY have something (sensible) between "'" and "," > before hdc above, right? > > Ah, and also try giving an absolute path for the first part, such as > "phy:/dev/vg00..." (check that this is really the right path, of > course). I don't think "ioemu:" is necessary either, so you can remove > that for 3.1. That's probably not helping, but it's worth a try. it's very strange that's the example is broken ? If i test ONLY with xmexample.hvm without changes, the result is the same :( Error 22 Franck -- http://www.linuxpourtous.com _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |