Displaying 20 results from an estimated 100000 matches similar to: "HVM example"
2006 Dec 12
0
HVM - win2k working, 2k3 black screen after first reboot
Hello.
Trying 3.0.3 xen with hvm virtualization it run into an issue that an
win 2003 host does install in text mode, but after first reboot only a
black screen is greeting me ( after 2 noticable resolution changes ).
Win 2000 works fine.
hvm config:
import os, re
arch = os.uname()[4]
if re.search(''64'', arch):
arch_libdir = ''lib64''
else:
2007 Apr 11
0
nat does not work with hvm
Hello all
I am using open source xen v 3.0.4. When network-nat and vif-nat is
activated in the config file, modified guests boot ok but hvm guests
does not have network connection. Here is the config files:
xend-config.sxp
-------------------------------------
#(network-script network-bridge)
#(vif-script vif-bridge)
(network-script network-nat)
(vif-script vif-nat)
2006 Jul 26
0
[PATCH] [HVM] enable sound card support for qemu
[HVM] enable sound card support for qemu
Signed-off-by: Edwin Zhai <edwin.zhai@intel.com>
diff -r 2abb1c801ab7 tools/examples/xmexample.hvm
--- a/tools/examples/xmexample.hvm Wed Jul 19 16:09:59 2006 +0800
+++ b/tools/examples/xmexample.hvm Thu Jul 20 21:19:07 2006 +0800
@@ -153,8 +153,8 @@ serial=''pty''
2006 Sep 26
0
black screen when booting ubuntu cd in hvm
Hi folks,
i have a problem to boot an Ubuntu CD in a hvm-enabled machine. I
get a black screen when connecting via vnc to the virtual machine.
When i change the line cdrom= to some other CD (grml Live CD,
Windows CD, other ones) it runs fine. But any Ubuntu CD (kubuntu
alternative, ubuntu server, ubuntu desktop) i get the mentioned
error.
I tried using sdl (no window opens) and with
2006 Sep 18
1
Getting network working in HVM domU
Hi all,
I now have Xen running on Intel Core2 duo system, and am running a HVM domU
with Microsoft Windows XP Home Edition, cold-installed from distribution CD.
Problem is, Windows can''t get to the network.
My dom0 ifconfig looks correct, as far as I can tell. I have a DHCP server
on my local network, but the Windows XP domU claims to be unable to find
DHCP. I''ve also tried
2007 Jun 04
1
Problems with Xen HVM image on DRBD filesystem
Hi,
I have been trying to create a xen HVM Centos4.4 image on centos 5
with a DRBD filesystem installing from DVD. However I get an IO error
on the filesystem during the centos installation process which then
aborts.
The DRBD filesystem seem to be setup correctly and is functioning as
a block device as I can mkfs -t ext3 /dev/drbd1 read and write
without error.
If I replace the disk
2010 Jan 28
0
Debian HVM DomU won''t boot
Hi, I use Centos 5.4 x86_64
kernel used is 2.6.18-164.11.1.el5xen
I have a physical machine running Debian Etch (32 bit) and Debian
Lenny and I virtualized the first one as follows:
*Created a HVM DomU with Virt-Manager with a virtual disk file of 40000 M
*Boot from LiveCD, and created a swap and a ext3 partitions (Yes, very
simple layout).
*Rsync''d files from root partition of
2007 Oct 24
1
Unexpected error: exceptions.OSError - Setting up Windows XP HVM
Hello everybody,
i have a problem setting up a DomU with Windows XP. I get the following
error:
xen:/etc/xen# xm create windows.hvm
Using config file "./windows.hvm".
VNC= 1
Unexpected error: exceptions.OSError
Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
File "/usr/lib/xen-3.1-1/bin/xm", line 7, in ?
main.main(sys.argv)
File
2008 Aug 29
1
Xen HVM and tap:aio
Hello,
I'm wondering if anyone out there is doing tap:aio disk devices on a Xen HVM
vm with any success. Please let me know if you are, and perhaps your
version info and a config file snippet.
I've posted this to the xen-users list, and what I'm trying to do seems to
be correct, works on Ubuntu, Debian, and XenSource; but it doesn't work on
CentOS.
Here's the snippet from my
2006 Nov 06
2
No cdrom in windows 2003 HVM guest
Hello,
I have a win2003 HVM guest running, however I cannot see a CDROM device
from the windows machine.
I have ''cdrom=/path_to_my_iso'' in the config file, and this worked fine
for the initial OS install. Now there is no CD device that shows in the
windows device manager.
So, how do I get a CD device to show in win2003?
I''m using xen 3.0.3 compiles from source.
2008 Feb 19
1
Any luck with SLES9 HVM install?
Anyone managed to get a SLES9-SP4 HVM installed? I''ve been going round
in circles for hours with this one.
What I''ve found out:
1 - I can''t install from an emulated cdrom. The installer does boot from
the cdrom, but later gives up, saying that it can''t find the install CD.
I''ve done all sorts of messing around with virsh and the qemu monitor,
but
2009 Jul 19
0
Computer hangs when booting debian lenny netinst cd on hvm machine
Trying to install Debian Lenny amd64 from netinst cd on Xen HVM, the computer hangs and needs to reset physically.
My computer supports HVM, I''ve a HVM Windows XP installed with no problems.
Other ways to install Lenny on HVM are welcome. I tried with debootstrap, but it doesn''t boot disk image :-(
My config is:
import os, re
arch = os.uname()[4]
if
2010 Apr 08
2
Multiple cdrom file-based drives in windows xp hvm?
In my vm2 config i have:
disk = [
''phy:/dev/volumes/vm2-disk,hda,w'',
''phy:/dev/volumes/vm2-swap,hdb,w'',
''phy:/dev/volumes/vm2-data,hdc,w'',
''file:/xen/images/office2007basic.iso,hdd,r'',
''file:/xen/images/printshopinstall.iso,hde,r'',
2006 Nov 11
1
HVM: Could not initialize SDL - exiting
Hello,
I''m trying to get my first HVM domU installed (another Debian domU is
already working under the same dom0). I intend to install the guest OS
from a bootable CD-ROM.
But when I create the new HVM domU with ''xm create xp1-cd.cfg'' , I don''t
get the expected installation-window and find this in
/var/log/xen/qemu-dm.6575.log:
domid: 6
qemu: the number
2011 Jun 15
3
GRUB stopped working in xen (hvm, qemu-dm)
Hi,
first of all, my name is Karsten and I am fairly new to xen. A former colleague
of mine has set up a xen dom0 with 4 virtual machines runnig on it. A few months
ago this colleague left the company. Last week our office Building has been hit
by a lightning wich resulted in an power blackout.
After the power went back again, the system booted and all but one of the
virtual machines went
2006 Oct 13
1
[PATCH]HVM CDROM DMA support
Attached please review the patch adding back the HVM CDROM DMA support
from last years.
Tested it showing have about 300% (data transfer rate) faster than
current PIO mode. This is meaningful for guest OS installation.
Signed-off-by: Winston Wang <winston.l.wang@intel.com
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2007 Jul 06
2
HVM Linux just installed but does not do its first boot
Just successfully installed SLES9.3-32bit as file-backended HVM domU.
Everything went OK, the distributive partitioned its "harddisk" into root and swap OK, have its grub installed into sda boot sector, but I could not make to boot no one single first time after installation. Every domU boot gives the following screen for a short time and dies:
Booting from Hard Disk...
Boot from
2008 Jul 17
0
[PATCH] stubdom: add example config file
stubdom: add example config file
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r e69570f85e85 tools/examples/stubdom-ExampleHVMDomain
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/examples/stubdom-ExampleHVMDomain Thu Jul 17 19:31:13 2008 +0100
@@ -0,0 +1,21 @@
+# Not to be started directly,
+# See xmexample.hvm-stubdom and stubdom/README for more details
2008 Jun 30
0
FreeBSD 7.0 + Xen 3.1 + HVM: Success!
Kip,
Does the problem with Xen 3.1 in HVM/Intel manifest as those BTX halted
errors (e.g.
http://lists.xensource.com/archives/html/xen-users/2006-10/msg00014.html) ?
If so, do you happen to know whether this problem has been solved in Xen
3.2 or 3.2.1? This message of yours was written this March, so I'm
assuming that 3.2.1 will contain this fix?
Can anybody confirm this? I'm having
2009 Aug 13
0
HVM creation problem
Hi,
I''m kinda new to XEN stuff, and I''ve been trying to create a fully virtualized guest on CentOS 5.3 for almost 3 months and no luck yet. I approached this process through several methods, one with virt-install and creating config file manually.
Following is what happens when I try to create a guest, and I have included qemu-dm and last part of xend.log logs below too.