VBoxManage command not found in Bio-Linux

Discussions related to using VirtualBox on Windows hosts.
Post Reply
brianxleon
Posts: 3
Joined: 5. May 2012, 06:46

VBoxManage command not found in Bio-Linux

Post by brianxleon »

Hi everyone,

I really have tried to find this question but had no success. I have a Windows 7 64bit host and I'm running a Bio-Linux which is Ubuntu Linux 10.04 OS guest. I got it from nebc.nerc.ac.uk/tools/bio-linux which was used on a bioinformatics workshop and suggested by a professor. Sadly the guest I made hast too little disk memory so I tried using VBoxManage commands and it said that the command wasn't found. I tried googling for a solution on installing or locating the command but nothing seems to help. In advance I can say that this isn't a case problem, I did type it in every case variation from VBoxManage to vboxmanage. Also tried locate command on them but it did not work. Any help would be appreciated.:)

Thanks in advance,
B
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: VBoxManage command not found in Bio-Linux

Post by mpack »

The path to VBoxManage is "c:\Program Files\Oracle\VirtualBox". You need to add that path to your system path, or include that path when you type the VBoxManage command.

The VBoxManage command is on your host, you will not find it "in Bio-Linux", which incidentally is (AFAICS) just an application, not a new guest OS.

Moving this discussion to "Windows Hosts".
brianxleon
Posts: 3
Joined: 5. May 2012, 06:46

Re: VBoxManage command not found in Bio-Linux

Post by brianxleon »

mpack wrote:The path to VBoxManage is "c:\Program Files\Oracle\VirtualBox". You need to add that path to your system path, or include that path when you type the VBoxManage command.
The VBoxManage command is on your host, you will not find it "in Bio-Linux", which incidentally is (AFAICS) just an application, not a new guest OS.
Moving this discussion to "Windows Hosts".
Thanks for the help! I tried adding the VirtualBox file to the path with

Code: Select all

PATH=$PATH:C:\Program\ /Files\Oracle\VirtualBox
export PATH
It didn't work, which I suspected since the file is in the host and since my knowledge on this is still rudimentary. Would you mind telling me the commands necessary to add the VirtualBox commands to the path from the "c:\Program Files\Oracle\VirtualBox" on the host?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: VBoxManage command not found in Bio-Linux

Post by Perryg »

VBoxManage is a HOST program and as such must be run from the host. Add the environmental variable to the host.
brianxleon
Posts: 3
Joined: 5. May 2012, 06:46

Re: VBoxManage command not found in Bio-Linux

Post by brianxleon »

Got it working, thank you both. I can proceed to make VBoxManage modifyhd work for me. :D
Deepak2013
Posts: 1
Joined: 5. Sep 2013, 07:31

Re: VBoxManage command not found in Bio-Linux

Post by Deepak2013 »

Hi brianxelon!
Hi Peryg

Please tell the steps to add environment variable in case of VBoxmange to host.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: VBoxManage command not found in Bio-Linux

Post by mpack »

Tuition in the use of your chosen host OS is beyond the scope of these forums. I'm sure Google can help you however.
Post Reply