Search found 13 matches

by vigneshrams
22. Oct 2013, 10:13
Forum: Using VirtualBox
Topic: Booting VMDK incremental image.
Replies: 3
Views: 1150

Re: Booting VMDK incremental image.

Hi , Thanks a lot ChipMcK and mpack. I tried attaching all the files in the chain and boot the last incremental but no luck with it. My requirement is to boot the incremental right away without the the need for merging. It works good for VHD but fails to work on VMDK. Any help to make it boot. / tha...
by vigneshrams
16. Oct 2013, 10:28
Forum: Using VirtualBox
Topic: Booting VMDK incremental image.
Replies: 3
Views: 1150

Booting VMDK incremental image.

Hi,

I tried booting Incremental VMDK images but it failed booting. And i found no work-around to do this process. So i thought i could write a plugin that would support booting the Incremental VMDK files in VBOX. Where could i start ? Any help on this.

/Thanks
by vigneshrams
10. Oct 2013, 08:49
Forum: Using VirtualBox
Topic: Booting StreamOptimized VMDK
Replies: 19
Views: 6215

Re: Booting StreamOptimized VMDK

HI,

Thanks for the reply. Yes as i mentioned eariler i was able to boot from compressed full VMDK but i am not boot the compressed incremental VMDK without coversion process.
Is there a way for it? Or somechanges in the code will make it happen ? Any help on this

/Thanks
by vigneshrams
9. Oct 2013, 16:54
Forum: Using VirtualBox
Topic: Booting StreamOptimized VMDK
Replies: 19
Views: 6215

Re: Booting StreamOptimized VMDK

Hi,

Thanks for the reply. How can i boot compressed VMDK in virtual Box. Is there anywork around for it. Does it require Code change to make it boot. Please help on this.

/ Thanks
by vigneshrams
30. Aug 2013, 07:08
Forum: Using VirtualBox
Topic: Booting StreamOptimized VMDK
Replies: 19
Views: 6215

Re: Booting StreamOptimized VMDK

Hi MPack, As i mentioned in the previous thread, the vmdk files i send you will not boot as it is just a DATA volume. Sending a boot volume cant be done considering its size so i send a Stream optimized vmdk with data volume. And can you please tell me how did you verify that incrX.vmdk are not chil...
by vigneshrams
29. Aug 2013, 16:16
Forum: Using VirtualBox
Topic: Booting StreamOptimized VMDK
Replies: 19
Views: 6215

Re: Booting StreamOptimized VMDK

Hi, Thanks a lot. This child vmdk was created by me using VDDK api. And it has operating system inside it. Windows -7 X64 bit is the OS. I am attaching a sample base and child disk for your reference. This is not OS volume it is a small data volume. i am able to access the files in full.vmdk whereas...
by vigneshrams
29. Aug 2013, 14:55
Forum: Using VirtualBox
Topic: Booting StreamOptimized VMDK
Replies: 19
Views: 6215

Re: Booting StreamOptimized VMDK

Hi,

Thanks for the info.

Error message i get is "Fatal error : no bootable medium found! system halted". This happen when i try booting a incremental VMDK file. But the base/full VMDK boots successfully.


/Thanks
by vigneshrams
29. Aug 2013, 13:06
Forum: Using VirtualBox
Topic: Booting StreamOptimized VMDK
Replies: 19
Views: 6215

Re: Booting StreamOptimized VMDK

HI, Thanks a lot michaln and mpack. Actually i tried booting Stream_optimized [compressed] parent [full] vmdk file in Virtual box and it booted successfully. Then i tried attaching the first child [ differencing/incremental] but it failed booting with Fatal error message. Is it expected behaviour ? ...
by vigneshrams
29. Aug 2013, 09:44
Forum: Using VirtualBox
Topic: Booting StreamOptimized VMDK
Replies: 19
Views: 6215

Booting StreamOptimized VMDK

Hi,

Will i be able to boot stream optimized VMDK child disk in Virtual Box. I was able to boot stream optimized base image vmdk but but attaching the child failed to boot. Any help on this.

/Thanks
by vigneshrams
16. Aug 2013, 14:00
Forum: Using VirtualBox
Topic: Create VM using sdk-4.1.8
Replies: 3
Views: 1235

Unable to attach the VMDK file in Virtualbox

Hi, I created a 2 VMDK files using VDDK 5.0. The first file was of used 500 MB and other one was higher size of 300 GB. When i try to attach these two files the 500 MB file attached but the higher size disk failed to attach with the below error message, [Failed to open the hard disk D:\Viki\Disk0_fu...
by vigneshrams
27. Jan 2012, 15:00
Forum: Using VirtualBox
Topic: Create VM using sdk-4.1.8
Replies: 3
Views: 1235

Re: Create VM using sdk-4.1.8

Hi,
The SDK Doc is not same as the version 4.1.8 . struck with it for a long time
Any help on this? please
by vigneshrams
10. Jan 2012, 14:43
Forum: Using VirtualBox
Topic: Create VM using sdk-4.1.8
Replies: 3
Views: 1235

Create VM using sdk-4.1.8

Hi, i am trying to create a VM using api in the sdk CoInitialize(NULL); IMachine *machine = NULL; IVirtualBox *virtualBox = NULL; BSTR guid = NULL; HRESULT hr; /* Instantiate the VirtualBox root object. */ hr = CoCreateInstance(CLSID_VirtualBox, /* the VirtualBox base object */ NULL, /* no aggregati...
by vigneshrams
5. Jan 2012, 16:56
Forum: Windows Guests
Topic: BACKUP AND RESTORE
Replies: 0
Views: 577

BACKUP AND RESTORE

Hi , I am using 4.1.8 VB and the SDK i want to clone a machine for backup. IMachine *targetMachine; IMachine *machine; ISession *session = NULL; IConsole *console = NULL; IProgress *progress = NULL; HRESULT hr; SAFEARRAY *machinesArray = NULL; hr = IvirtualBox->get_Machines(&machinesArray); // C...