I am trying to run Windows under FreeBSD in VirtualBox.

When I run:
cat /dev/ad1s1 | VBoxManage stdin OutPutFile.vdi 21474836480
on 80-RC1 I get this output:
ERROR: failed to create the VirtualBox object!
ERROR: code NS_ERROR_ABORT (0x80004004) - Operation aborted (extended info not available)
Most likely, the VirtualBox COM server is not running or failed to start.

Same error when I run VictualBox command.

After some debugging I found that VBoxSVC throws an exception because file /root/.VirtualBox/VirtualBox.xml is missing:
terminate called after throwing an instance of 'xml::EIPRTFailure'
what():  Runtime error: -102 (File not found.)
Abort trap: 6

Who is supposed to create this file?

What could be the problem?
Yuri

_______________________________________________
vbox-users mailing list
vbox-users@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to