Page 1 of 1
Failed to start the virtual machine
Posted: 14. Jan 2009, 13:13
by Wuffo
Trying to start ubuntu guest on vista for the first time results in an immediate error:
********
Unknown error creating VM (VERR_ACCESS_DENIED).
Result Code: E_FAIL (0x80004005)
Component: Console
********
Any ideas?
Posted: 15. Jan 2009, 00:08
by Sasquatch
Any more info? What did you try? Do you have read and write privileges on the machine folder? Please see the
Forum Posting Guide for help providing information so we can help you.
Posted: 15. Jan 2009, 00:35
by Wuffo
Yeah, I thought it might be a permissions problem, so I tried running virtualbox as administrator. Same error. I tried changing a number of the settings that were questionable. No change.
Unfortunately, there doesn't appear to be many things to try at this early stage - and the error message doesn't tell me much. I was hoping that somebody would recognize it and have an easy solution.
Here are some extra details:
**Vista on a thinkpad laptop
**Trying to use an ubuntu iso image file (downloaded directly from the website)
**I'm happy to relate any settings, but I'm not sure which others are relevant.
Is anybody having success using virtualbox on vista?
Posted: 15. Jan 2009, 11:32
by cm1
In your XML File search for <ExtraData>
Paste following line
<ExtraDataItem name="VBoxInternal/DBGC/Enabled" value="0"/>
Now try it again
mfg
cm1
Posted: 15. Jan 2009, 17:31
by Wuffo
Whoa, that did it!
Thanks so much.
Posted: 15. Jan 2009, 21:10
by mpack
cm1 wrote:In your XML File search for <ExtraData>
Paste following line
<ExtraDataItem name="VBoxInternal/DBGC/Enabled" value="0"/>
Any chance of an explanation of what that does? I dislike "magic" solutions.