Feature suggestion: vboxmanage could run on non-vbox-configu

Discussions related to using VirtualBox on Linux hosts.
Post Reply
rewolff
Posts: 11
Joined: 31. Jul 2008, 20:40

Feature suggestion: vboxmanage could run on non-vbox-configu

Post by rewolff »

I have a fileserver, and I need to create a vbox vmdk image from a DD image.

So I run

Code: Select all

<create_image> | VBoxManage convertdd stdin <imagename>.vmdk 160041885696
As both the "create image" and the destination (are 160Gb!) run on the server (which happens to not run virtualbox yet), I wanted to run this on the server. Turns out that VBoxManage is a script that checks for the existence of the kernel module before running the real binary. I found out that the kernel module is not neccesary, copying over the real binary works just fine.

Roger.
Post Reply