similar to: <<Mounting and Converting 7z vdi Files Virtual Machine>>

Displaying 20 results from an estimated 6000 matches similar to: "<<Mounting and Converting 7z vdi Files Virtual Machine>>"

2010 Sep 12
1
<<How do I mount virtual rails to Virtual Machine?>>
I installed virtual machine on my windows vista operating system and am running linux ubuntu. Then i downloaded virtual rails. i created a virtual hard disk as instructed called virtualrailz001.vdi. whenever I try to run the virtual machine I get the following error. Fatal: could not read from the boot medium. system halted from what I read in tutorials im supposed to have the VM mount a
2012 Jun 30
3
unexpected end of file mounting vdi image
I am unable to mount a vdi image with virt-df. I get this error in the libvirt log. 2012-06-24 02:37:22.484+0000: 2364: error : qemuMonitorIO:583 : internal error End of file from monitor I don't really know from this output what the problem is and some assistance would be appreciated. I'm attaching the output of the libguest test program. Brian
2010 Nov 18
1
driver type for .vdi images?
Hello libvirt experts, I use libvirt (0.7.5-5ubuntu27.7) with KVM / qemu (0.12.3+noroms-0ubuntu9.2). Some machines use raw images but same use Virtualbox images (.vdi). Since last Ubuntu 10.04 LTS update I can not start the vdi-images. The "driver name= type=" option was new. <devices> <emulator>/usr/bin/kvm</emulator> <disk type='file'
2011 Nov 22
1
[file PATCH] Properly detect .vdi (VirtualBox disk image) files
The current test for .vdi files is incorrect. It tries to detect the string "<<< Sun xVM VirtualBox Disk Image >>>". However this string is just free text and .vdi files often contain different strings (ref: [1]). The correct test in this patch looks for the magic number at offset 0x40 in the file (ref: [2]). Example: Upstream 'file' without the patch on an
2017 Oct 08
4
Re: Virtualbox vdi Input Format and man pages
[stef204 sent me the full log since it contains sensitive information] The log says that virt-v2v cannot see anything at all on the 34.1 GB disk (as if the disk is blank). However I think the actual problem is that you've given the wrong disk type in the XML: <disk type='file' device='disk'> <driver name='qemu' type='raw'/>
2011 Jun 27
1
how to share vdi among several xcp pools
hi I am having several pools of xcp with NFS shared storage as default SR on each pool and i want to do following in this arrangement -I want to share vdis among all pools, i.e. for example if I want to detach a vdi from a vm in pool-1 to a vm in pool-2. so is this possible to do so? vdi export is one of the solution but i want to do it seamlessly just like it happens within the same pool or
2017 Aug 19
3
Virtualbox vdi Input Format and man pages
Hi, I am new to v2v/libguestfs. I need to convert a 30 GB virtual machine running Windows7 64 bit (a guest on a Linux system) from Virtualbox vdi format to qcow2 (or raw/img--another debate in itself) so I can use libvirt/qemu/kvm to run it and completely migrate away from Virtualbox. The vdi machine is a mission critical production environment and I cannot afford to mess it up, etc. Will keep
2013 Mar 14
1
guestfs_list_partitions with vdi
I'm using a Windows raw disk image that is "converted" to the VDI format by custom code that prepends a header to the image. I use 'vdi' for GUESTFS_ADD_DRIVE_OPTS_FORMAT of guestfs_add_drive_opts(). After launching the appliance, the call to guestfs_list_partitions() results in an empty list. Is there a way to add the drive but have an offset into the image file as a
2014 Aug 12
1
Authenticating VDI-in-a-Box to Samba4 AD
Hi, I have successfully built an ADDC on a Centos 6.5 VM running on Citrix XenServer 6.2. It seems to be working well. Now I want to test Citrix VDI-in-a-Box. I've installed vdiManager 5.4.0 on to my XenServer. It wants to authenticate to my AD server. It fails with the message: Could not connect to the user database at 10.0.1.10 with user administrator in domain test.lan I did a
2011 Jul 11
3
can we export vdi ?
hi is it possible to export vdi just as we export vm if yes then how to export it using HTTP? thanks _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Jan 03
1
vdi size
Hi, sorry for asking too much,but is it possible to set the vdi size for a new VM before installation because it is 8G by default or do I have to resize it after installing the VM. Thanks & BRInas _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 May 05
1
VDI size on local repository always 0
Hello guys, I''m working on a cloud computing project involving Xen Hypervisor. I looked for the issue described in the subject in old posts but no success. I''m using the local storage repository and I can''t set physical_utilisation and virtual_utilisation via xen API because XendVDI.py has hardcoded the 0 value for local repository while is passed for QcoW storage
2013 Jul 25
1
LiveStorageMigration Error "The attempt to mark the VDI as hidden failed "
Hello. We are moving some VMs on XCP 1.6 from an iSCSI Storage to another. One VM gave the following error: The attempt to mark the VDI as hidden failed But, all data has been moved to the new storage, the VM is working and at first sight seems ok. But can I trust it? Anyboday had similar errors? Thanks Thomas _______________________________________________ Xen-users mailing list
2014 Apr 22
1
copying live vmdk / vdi files
Hi, I would like to backup my Virtual Box VM folder. I have VDI and VMDK files in there. I am told I have to shutdown those virtual machines first in order for rsync to copy them correctly. Is this correct ? Thanks, Dan
2013 Jan 17
0
XCP 1.1 SR_BACKEND_FAILURE_46 The VDI is not available [opterr=VDI already attached RW] issue
Hello I have a problem with VDI already attached RW in the "adding tag" in blktap2. This issue is on all hosts in pool with attached lvmoiscsi SR. Is there any solution to this problem? /var/log/SMlog: [32484] 2013-01-17 14:59:44.200883 vdi_activate {''sr_uuid'': ''e33281eb-ba4c-3829-9b61-7c64764dff9c'', ''subtask_of'':
2014 Sep 28
0
High Performance graphics virtual environment: VGA Passthough or a VDI solution
Hello Early this summer I made the decision to eliminate my Windows dual boot, I rarely used windows. I have started a new job which will require using a 3d CAD Inventor/Solidworks (Windows software). Inventor starts in vmware workstation. I also switched from OpenSuSE to CentOS after evaluating Ubuntu, RHEL, SLED, and Centos, I wanted a more proven platform, less experimental stuff. For the
2017 Oct 08
0
Re: Virtualbox vdi Input Format and man pages
08.10.2017, 13:50, "Richard W.M. Jones" <rjones@redhat.com>: > [stef204 sent me the full log since it contains sensitive information] > > The log says that virt-v2v cannot see anything at all on the 34.1 GB > disk (as if the disk is blank). However I think the actual problem is > that you've given the wrong disk type in the XML: > >      <disk
2012 Apr 05
0
xe vdi-create failure ot local SR type=file and type=ext
Hi, have permanent failure when try to create VDI on local SR type=file or type=ext. On both types it failed with the same error: SR_BACKEND_FAILURE_78 VDI Creation failed [opterr=error 127] I am on Debian box with kernel 3.3.0-rc7, Xen version 4.1.2 (Debian 4.1.2-2.1), Xen-API Version: 1.3.2-4 (Kronos) Is it a bug, or am I missing something? Anybody managed to workaround this problem? Here is
2012 Apr 05
0
Re: [Xen-API] xe vdi-create failure ot local SR type=file and type=ext
The log snippet doesn''t have the detail in it - have a look in /var/log/SMlog - you might find something more useful in there. Jon On 5 Apr 2012, at 10:23, Dimitar Kazakov wrote: > Hi, > have permanent failure when try to create VDI on local SR type=file or > type=ext. On both types it failed with the same error: > SR_BACKEND_FAILURE_78 > VDI Creation failed
2017 Aug 19
0
Re: Virtualbox vdi Input Format and man pages
On Sat, Aug 19, 2017 at 08:38:31AM -0600, stef204 wrote: > Hi, > > I am new to v2v/libguestfs. > I need to convert a 30 GB virtual machine running Windows7 64 bit (a > guest on a Linux system) from Virtualbox vdi format to qcow2 (or > raw/img--another debate in itself) so I can use libvirt/qemu/kvm to > run it and completely migrate away from Virtualbox. > > The vdi