Starting VBoxManage... problem

Discussions related to using VirtualBox on Linux hosts.
Post Reply
steve76
Posts: 2
Joined: 6. Jan 2009, 23:48

Starting VBoxManage... problem

Post by steve76 »

Hi,
I have installed on Fedora, VirtualBox and I try to run CentOS
that works fine, if I am pushing the xVM Icon..etc....
Now, I am trying to start this via command line

If I start : VboxManage startvm "Centos"

Code: Select all

VirtualBox Command Line Management Interface Version 2.1.0
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.

Waiting for the remote session to open...
[!] Full error info present: true , basic error info present: true 
[!] Result Code = NS_ERROR_FAILURE (0x80004005) - Operation failed
[!] Text        = Virtual machine 'Centos' has terminated unexpectedly during startup
[!] Component   = Machine, Interface: IMachine, {ea6fb7ea-1993-4642-b113-f29eb39e0df0}
[!] Callee      = <NULL>, {00000000-0000-0000-0000-000000000000} 
I need to start manually, the GUI xVM and then, I can start with
VboxManage startvm "xxx" then that works...

How can I start the VB from scratch via command line ?

Thanks
TerryE
Volunteer
Posts: 3572
Joined: 28. May 2008, 08:40
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
Contact:

Post by TerryE »

IIRC, this error is a failure of the process to connect to the VBox backend through XPCOM, but I can't recall a specific ticket on this problem. Are you using the OSE or PEUL edition?
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
steve76
Posts: 2
Joined: 6. Jan 2009, 23:48

Post by steve76 »

Hi,

No, I am using a normal version, that I downloaded form the VirtualBox website ...
and my Linux ,is Fedora 10.. but I had the same problem on Fedora 8

My current version of VB is the latest one.

Thanks
konradc
Posts: 1
Joined: 9. Jan 2009, 09:28

Post by konradc »

Try starting it with the "-type vrdp" argument i.e.

VboxManage startvm "Centos" -type vrdp

I assume that you have remote display setup. If you don't specify the -type it is "-type gui" by default which fails since you're doing headless.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

konradc wrote:Try starting it with the "-type vrdp" argument i.e.

VboxManage startvm "Centos" -type vrdp

I assume that you have remote display setup. If you don't specify the -type it is "-type gui" by default which fails since you're doing headless.
If you start the VM on a headless machine, you can also use VBoxHeadless.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply