Hello,<br><br>I now have Windows Vista RC1 attempting to boot using the following hvm file:<br><br># Automatically generated xen config file<br>name = "WindowsVistaRC1"<br>builder = "hvm"<br>memory = "784"
<br>disk = [ 'phy:/dev/hdc1,hda,w', 'file:/tmp/WINDOWS_VISTA.iso,hdc:cdrom,r' ]<br>vif = [ 'type=ioemu, mac=00:16:3e:0f:a7:08, bridge=xenbr0', ]<br>uuid = "7232d84d-f579-a4f1-d190-b31ebb66faf9"<br>device_model = "/usr/lib/xen/bin/qemu-dm"
<br>kernel = "/usr/lib/xen/boot/hvmloader"<br>vnc=1<br>vncunused=1<br>#sdl=1<br>apic=1<br>acpi=1<br>pae=1<br>boot="d"<br><br>vcpus=1<br>serial = "pty" # enable serial console<br>on_reboot   = 'restart'
<br>on_crash    = 'destroy'<br><br><br>I can see it boot from the DVD image and start to load the installer.  It gets to the point where the black screen progress bar is at 100% and then I see the DomU processor drop to 0% and it does nothing.
<br><br>xend.log shows nothing useful<br><br>the qemu-dm.*.log shows:<br>domid: 28<br>qemu: the number of cpus is 1<br>shared page at pfn:30fff, mfn: 3a0af<br>buffered io page at pfn:30ffd, mfn: 3a0b1<br>char device redirected to /dev/pts/1
<br>False I/O request ... in-service already: 0, pvalid: 0, port: 0, data: 0, count: 0, size: 0<br><br>and the xend-debug.log shows this:<br>Nothing to flush.<br>Nothing to flush.<br> File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomainDir.py", line 77, in op_create
<br>    dominfo = self.xd.domain_create(config)<br>  File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line 228, in domain_create<br>    dominfo = XendDomainInfo.create(config)<br>  File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 195, in create
<br>    vm.initDomain()<br>  File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 1335, in initDomain<br>    balloon.free(memory + shadow)<br>  File "/usr/lib/python2.4/site-packages/xen/xend/balloon.py", line 166, in free
<br>    raise VmError(<br>VmError: I need 1070492 KiB, but dom0_min_mem is 262144 and shrinking to 262144 KiB would leave only 773804 KiB free.<br><br>I have tried chaning the APIC, ACPI and PAE settings to every possible combo and it only made it worse.
<br><br>I did create a partition for this install...  Actually I gave it it's own whole disk drive.  The partition is /dev/hdc1 but it is not formatted.  I assumed Windows would format it as needed.  Does anyone know if it should be formatted as ext3 for it to work?
<br clear="all"><br>-- <br>Ian Patton