similar to: Open xen support for .vhd files

Displaying 20 results from an estimated 50000 matches similar to: "Open xen support for .vhd files"

2012 Sep 24
0
Having trouble booting with .vhd image
Hi, I have a imported VM image in .raw format. I used "qemu-img convert" to convert the .raw image to a .vhd image. I changed the config file accordingly and I tried to start the VM. I am unable to bootup and I get the message that the "booting from hard disk failed" and no bootable device found. The image is not corrupt as .raw image seems to come up fine. Any suggestions on
2012 Oct 17
0
vhd format support failed on suse11 x86_64 sp2
Hi all, I had met with a question about vhd format when i install xen 4.2.0 source code on suse11_x86_64_sp2. execute steps: 1)Install fully suse 11 sp2 to host pc 2)Boot from Xen kernel menu 3)Download xen 4.2.0 source code from http://xen.org/download/index_4.2.0.html 4)Download bin86-0.16.19.tar.gz cmake-2.8.9.tar.gz Dev86src-0.16.19.tar.gz gettext-0.18.1.1.tar.gz
2009 Aug 04
0
vhd to xen img file (not using xenserver)
Is there a way to convert a Virtual PC vhd file to a raw img file for Xen without using XenServer ? I found a v2v utility from Starwind that converts to an .img format, but I don''t know if it is the same as the format that Xen uses. I ran the conversion and tried it under Xen, but could not get the console to come up, and had to destroy the domu to get that domain to shut down. I expect
2013 Feb 17
4
why are qemu-img and vhd-util created files incompatible?
I was wondering if someone can shed some light on why vhd files created with qemu-img don''t really work right with vhd-util and consequentially blktap in general. To validate the incompatiblity its simple enough to do qemu-img create -f vpc test.vhd 40g vhd-util snapshot -n child.vhd -p test.vhd Which will show the below and then the headers don''t display the BATMAP summary:
2013 Nov 26
3
How can I take/revert snapshot of a VHD image
Hi there, I''m running several VMs within Xen, and now I''m trying to create/revert snapshots of my VMs. Along with Xen and blktap2, another utility, vhd-util is also delivered, and according to its description, i guess I can use it to create/revert VM snapshots. To create a snapshot is actually easy, I just call |vhd-util snapshot -n aSnapShot.vhd -p theVMtoBackup.vhd | But
2011 Aug 04
3
[Q] VmError: Disk isn''t accessible with tap2:tapdisk:vhd
I''m newbie Xen-4.1.1 I''m trying to boot DomU with the following configuration. Sometime DomU boot, but sometime boot failed I''m not sure what is the problem. I can attach that image with tap-ctl on Dom0. Does anybody advice me about this problem?? Sincerely * Environment OS : Scientific Linux 6.1 x86_64 Kernel : 2.6.32.43
2010 Aug 10
0
does libvirt support VHD disk tpye?
Sorry for my fault that I just sent this mail to xen-devel first. Hi,everyone I am trying to use VHD disk format on guestVM. My environment is fedora12+ xen-4.0.1-rc6 + xen-stable/2.6.32.15+libvirt-0.8.3 I success on booting VM in VHD disk correctly using "xm create VM.cfg" and everything runs alright Where disk = [
2007 Jun 19
0
[PATCH 0/4] VHD Support addition
[PATCH 0/4] VHD Support addition The patches that follow implement Microsoft''s VHD format support, and apply to xen-unstable.hg CS 15281:356588dda4bc This is based on the VHD format spec covered by Microsoft''s "Open Specification Promise": http://www.microsoft.com/interop/osp/default.mspx MS VHD Spec can be found at the following link:
2010 Aug 20
2
Vhd-util resize
I have try to resize one vhd file with vhd-util, i did some test... For example i have try: vhd-util resize -n /mnt/vm/disks/ring-12.disk1.vhd -s 6000 but output always: options: <-n name> <-j journal> <-s size (in MB)> [-h help] I not understand what i wrong, someone can help me please? -- View this message in context:
2009 May 28
1
[PATCH] blktap2: fix makefile of vhd for parallel make
blktap2: fix makefile of vhd for parallel make With parallel make, libvhd might not be created before link resulting in link error. This patch guarantees it. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> diff --git a/tools/blktap2/vhd/Makefile b/tools/blktap2/vhd/Makefile --- a/tools/blktap2/vhd/Makefile +++ b/tools/blktap2/vhd/Makefile @@ -12,6 +12,9 @@ CFLAGS +=
2010 Jan 01
0
Windows 7 .vhd "The version does not support this version of the file format" error
I searched the archives for this particular error message, and only found one match from a user doing backups from Windows Server 2008 R2. I'm running FreeBSD 7.2 with (initially) SAMBA 3.3.9 from the FreeBSD Ports Collection. I have a very simple config (included below). The client is Windows 7 Ultimate x64 (RTM version w/ all Windows updates applied). I can create a Virtual Hard
2010 Sep 10
1
How to use vhd-util? vhd-update?
Hi, How can I use "vhd-util" or "vhd-update"? Have someone a manual for this? A tutorial? Any help? I found this link (http://forums.citrix.com/message.jspa?messageID=1373599), but this link have a poor information. No examples. Anyone have an examples? Thanks. -- Roberto Scudeller Especialista Linux/Unix beto.rvs@gmail.com beto_rvs@yahoo.com.br
2013 Nov 21
9
[PATCH] vhd-util create: add -C|nocow option
Add ''-C'' (nocow) option to vhd-util create. Btrfs has terrible performance when hosting VM images, even more when the guest in those VM are also using btrfs as file system. One way to mitigate this bad performance is to turn off COW attributes on VM files (since having copy on write for this kind of data is not useful). According to ''chattr'' manpage, NOCOW
2010 Jul 19
17
BLKTAPCTRL[2375]: blktapctrl_linux.c:86: blktap0 open failed
I''m getting this message (subject line) in daemon.log every time I start or restart xend. I''m not sure if this is related to the fact that I cannot boot up my Windows domU from a VHD file. The Windows domU was working fine with Xen 4.0.0 (with 2.6.32.14 dom0 kernel). When I upgraded to Xen 4.0.1-rc4 (with 2.6.32.16 dom0 kernel), I can no long boot the Windows domU from VHD. The
2010 Sep 30
0
creating a File-based thin-provisioned VHD
Hullo everybody how can I create File-based thin-provisioned VHD on a Filesystem for VM images for a local non-shared Filesystem (EXT type SR), for with the configurations i have dont allow me make a 4th partition Below are my configurations. [root@virtualintranet /]# fdisk -l Disk /dev/sda: 1998.2 GB, 1998233534464 bytes 255 heads, 63 sectors/track, 242938 cylinders Units = cylinders of
2013 Jun 26
0
Bug report on blktap-utils: vhd-update crashes with exit status 139
Hi, We found a crash in vhd-update contained in the blktap-utils package. You are being contacted because your are listed as one of the maintainer of blktap-utils. We are planning to submit the bug to the Debian bug tracking system in two weeks. We wanted to give you a heads-up, so that you some time to assess the seriousness of the bug before it is publicly disclosed. The bug report that will
2017 Feb 09
0
Re: Extract VHD using guestfs
On Thu, Feb 09, 2017 at 03:24:53PM +0500, MUHAMMAD MOHSIN wrote: > * but it returns following error (error: copy_device_to_file: unknown > option 689330304 (this can happen if a program is compiled against a newer > version of libguestfs, then dynamically linked to an older version)). > Please see attached main.c for my sample code. I don't know about the above error, but the way
2012 Nov 09
1
.vhd will not boot in VM
We had a XCP 1.5 pool with 2 machines as hosts. The storage pool which as NFS mounted lost its ability to export the filesystem with the VM images on it. We contacted the vendor and we were able to restore it. However, they had recommended that we delete the XCP Pool, recreate it, add the hosts back in, and then mount the storage. That is where we are at now. We can see the storage and
2017 Feb 13
2
Re: Extract VHD using guestfs
Thanks a lot. I was trying to copy on local disk and guestfs_download () solved my problem. Now I am trying to modify source code of guestfs_download () to extract file in memory. Can you guide me what should i do to achieve that. Mohsin On Fri, Feb 10, 2017 at 2:13 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Thu, Feb 09, 2017 at 03:24:53PM +0500, MUHAMMAD MOHSIN wrote:
2010 Oct 25
1
Converting XP SP3 VM to run in Xen
I have tried every what that I can find to convert a XP VMware image to run in Xen 4.0.1 (SUSE 11.3). I have created a Xen VM form an XP ISO image and have it working fine but need to migrate A Tough Book laptop VMware image to Xen. I have converted a VMDK file to VHD file only to find that it does not recognize the image as bootable. ( The VM I have running is a raw format when using the iso to