<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 2/5/2010 9:00 AM, sergio garcia escriche wrote:
<blockquote
 cite="mid:62d751b71002050000heb0cb91o22b2bedc18392589@mail.gmail.com"
 type="cite">Hi,
  <div><br>
  </div>
  <div>To use Opennebula with windows I use this template and run ok:</div>
  <div><br>
  <div>NAME   = vm</div>
  <div>OS     = [</div>
  <div>  kernel   = "/usr/lib/xen/boot/hvmloader"]</div>
  </div>
</blockquote>
<br>
Perhaps you could use this:<br>
<br>
bootloader = "/usr/lib/xen/boot/hvmloader"<br>
<br>
I think that OpenNebula recognizes two cases: HVM and para-virtualized.
"kernel" and "initrd" are for para-virtualized case, while "bootloader"
is for HVM case.<br>
<br>
<blockquote
 cite="mid:62d751b71002050000heb0cb91o22b2bedc18392589@mail.gmail.com"
 type="cite">
  <div>
  <div>CPU    = 1</div>
  <div>MEMORY =1000</div>
  <div>DISK=[</div>
  <div>source="/srv/cloud/images/win.img",</div>
  <div>target="hda"]</div>
  <div><br>
  </div>
  <div>GRAPHICS=[</div>
  <div>type ="vnc",</div>
  <div>listen="0.0.0.0",</div>
  <div>port="5900"]</div>
  <div><br>
  </div>
  <div>RAW =[type ="xen",data="builder='hvm'"]</div>
  </div>
</blockquote>
<br>
This might be mandatory.<br>
<br>
<blockquote
 cite="mid:62d751b71002050000heb0cb91o22b2bedc18392589@mail.gmail.com"
 type="cite">
  <div>
  <div>RAW =[type="xen",data="device_model='/usr/lib/xen/bin/qemu-dm'"]</div>
  </div>
</blockquote>
<br>
And this.<br>
<br>
<blockquote
 cite="mid:62d751b71002050000heb0cb91o22b2bedc18392589@mail.gmail.com"
 type="cite">
  <div>
  <div>RAW =[type="xen",data="vif=['type=ioemu,bridge=eth0"]</div>
  </div>
</blockquote>
<br>
Shouldn't this go into normal network section? I believe ONE will
process it correctly.<br>
<br>
NIC = [<br>
    bridge = "eth0"<br>
]<br>
<br>
I have had problems with launching HVM machines, but I must admit those
were VMWare images, converted to RAW. God only knows what went wrong
with them. We switched to some pre-built para-virtualized images we
found on the Net, since we were pressed for time.<br>
<br>
One thing I have noticed on Debian Xen master is that HVM Loader had
incorrect permissions. They were 644 and should be 755. That blocked me
for a while. After that the VM would boot, but remain stuck. Like I
said, God only knows what went wrong. I never returned to that
particular type of VM.<br>
<br>
Nix.<br>
<div class="moz-signature">-- <br>
<title>Levi9 Signature</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
                .signs1{ font-size: 11pt; font-family: Wingdings }
                .signs2{ font-size: 11pt; font-family: Webdings }
        </style>
<div
 style="font-family: Tahoma,sans-serif; font-size: 8pt; color: black;">
<span style="font-size: 10pt;"> Met vriendelijke groet / Kind regards,<br>
Nikola Milutinovic<br>
Sr Java Developer<br>
Levi9 Global Sourcing<br>
</span>
<hr> <font size="3" face="Wingdings">.</font> <span> Jan van
Goyenkade 8, 1075 HP Amsterdam, The Netherlands</span> <br>
<font size="3" face="Wingdings">(</font> <span>   +31 (0) 20 7547900
ext 2056</span> <br>
<font size="3" face="Wingdings">(</font> <span>   +381 (0) 21 4895800
ext 2056</span> <br>
<font size="3" face="Webdings">È</font> <span>   +381 (0) 64 2202824</span>
<br>
<font size="3" face="Wingdings">*</font> <span>   <a
 href="mailto:n.milutinovic@Levi9.com">n.milutinovic@Levi9.com</a></span>
<br>
<font size="3" face="Webdings">^</font> <span>   Skype:
nikola.milutinovic</span> <br>
<font size="3" face="Webdings">ü</font> <span>   <a target="_blank"
 title="http://www.levi9.com/" href="http://www.levi9.com/">www.levi9.com</a></span>
<br>
<span> <br>
Chamber of commerce Levi9 Global Sourcing BV: 34221951<br>
Chamber of commerce Levi9 Global Sourcing Benelux BV: 34224746<br>
</span>
<hr> <span> This e-mail may contain confidential or privileged
information. If you are not (one of) the intended recipient(s), please
notify the sender immediately by reply e-mail and delete this message
and any attachments permanently without retaining a copy. Any review,
disclosure, copying, distribution or taking any action in reliance on
the contents of this e-mail by persons or entities other than the
intended recipient(s) is strictly prohibited and may be unlawful. <br>
<br>
The services of Levi9 are exclusively subject to its general terms and
conditions. These general terms and conditions can be found on <a
 target="_blank" title="http://www.levi9.com/"
 href="http://www.levi9.com/">www.levi9.com</a> and a copy will be
promptly submitted to you on your request and free of charge.<br>
</span> </div>
</div>
</body>
</html>