Result Code: NS_ERROR_FAILURE (0x80004005) Component: Con

Discussions about using Windows guests in VirtualBox.
Post Reply
tschiff
Posts: 6
Joined: 8. Oct 2009, 21:33
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: Windows XP Pro

Result Code: NS_ERROR_FAILURE (0x80004005) Component: Con

Post by tschiff »

Sorry to be so bone Headed...
I had Virtual Box 3.0.4 working on this server. I had an error after loading several packages I noticed that my USERGROUPS had issues. I reinstalled Ubuntu 9.04 and all the suggested packages. I then installed the newer version of Vitual Box 3.0.8. This is on a Sun w2100z (2) CPU, 16Gb RAM server.

Any help would be greatly appreciated.

My errors are as follows when I try to boot from the Windows DVD:

Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
Console
Interface:
IConsole {0a51994b-cbc6-4686-94eb-d4e4023280e2}

I have not changed my BIOS settings, O/S DVD, or Windows DVD:

VirtualBox Information:

General
Name:Windows XP Pro
OS Type:Windows XP

System
Base Memory:4880 MB
Processor(s):1
Boot Order:CD/DVD-ROM, Hard Disk
VT-x/AMD-V:Enabled
Nested Paging:Disabled

Display
Video Memory:112 MB
3D Acceleration:Enabled
Remote Display Server:Disabled

Hard Disks
IDE Primary Master:Windows XP Pro.vdi (Normal, 61.87 GB)
CD/DVD-ROM
Host Drive:AOPEN DUW1608/ARR (/dev/sr0)

Floppy
Not mounted

Audio
Host Driver:PulseAudio
Controller:ICH AC97

Network
Adapter 1:PCnet-FAST III (NAT)

Serial Ports: Disabled

USB
Device Filters:1 (1 active)

Shared Folders
None
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Result Code: NS_ERROR_FAILURE (0x80004005) Component: Con

Post by Perryg »

I assume you have done the usual , login in the vboxusers group, rebooting, etc.
If nothing else this usually means a failed install. Not sure why it is addressing the CD/DVD, but you can try to reinstall and see if this helps.
tschiff
Posts: 6
Joined: 8. Oct 2009, 21:33
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: Windows XP Pro

Re: Result Code: NS_ERROR_FAILURE (0x80004005) Component: Con

Post by tschiff »

I have tried three different attempts to load Virtual Box. I even reloaded Ubuntu 9.04 with the standard Synaptic packages and then loading 3.0.4- no help.
I then used the synaptic updater to go to version 3.0.8 and this didn't fix anything either.

What would be the best way to remove all the Virtual box packages and then start from scratch?

I'm still trying other things. Thanks for the reply!
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Result Code: NS_ERROR_FAILURE (0x80004005) Component: Con

Post by Perryg »

You can try to set the DVD to passthrough and see if that helps and also test the DVD on a different machine and make sure that is has not been damaged.
You can also convert the DVD to an ISO and see if you can install from that.
tschiff
Posts: 6
Joined: 8. Oct 2009, 21:33
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: Windows XP Pro

Re: Result Code: NS_ERROR_FAILURE (0x80004005) Component: Con

Post by tschiff »

I have it set as passthrough and w/o passthrough. I have gotten a new sata drive and loaded it with Ubuntu 9.04 and w/ and w/o the extra packages (Java, VPNC, etc.) No help. I still get the same message. I have attached the log file to see if this would help to discover the issue. I appreciate your efforts and am willing to help in anyway in getting this remedied. :-D
Attachments
Windows XP Pro-2009-10-13-17-23-44.log
Attached is the log file.
(52.44 KiB) Downloaded 97 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Result Code: NS_ERROR_FAILURE (0x80004005) Component: Con

Post by Perryg »

statistics **********************
00:00:03.700 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={0a51994b-cbc6-4686-94eb-d4e4023280e2} aComponent={Console} aText={VT-x is not available. (VERR_VMX_NO_VMX).
00:00:03.700 Unknown error creating VM (VERR_VMX_NO_VMX)} aWarning=false, preserve=false
00:00:03.715 Power up failed (vrc=VERR_VMX_NO_VMX, rc=NS_ERROR_FAILURE (0X80004005))

This is talking about hardware-v and the fact that VBox can not see it. Make sure that you have it turned on in the bios.
tschiff
Posts: 6
Joined: 8. Oct 2009, 21:33
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: Windows XP Pro

Re: Result Code: NS_ERROR_FAILURE (0x80004005) Component: Con

Post by tschiff »

I have upgraded my BIOS to the latest version (R01-B5 S1). There isn't a switch setting for the virtaulization on the processors. I even went as far as putting all the BIOS settings back to the factory settings. Re-loaded the O/S (Ubuntu 9.04 Jaunty) and all the necessary patches, and the same issue occurs. :( . If I didn't have this working on this system before, I wouldn't be so fretful over not being able to install this.

Thank you for your attention on my situation.
Todd
Attachments
Windows XP Pro-2009-10-16-13-34-44.log
Anything new from last time?
(52.39 KiB) Downloaded 65 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Result Code: NS_ERROR_FAILURE (0x80004005) Component: Con

Post by Perryg »

This is a shot in the dark but try editing the machines xml file and switch the HardwareVirtEx to false and see if it will boot See example below:

<Hardware>
<CPU count="1">
<HardwareVirtEx enabled="false"/>
<PAE enabled="true"/>
</CPU>
tschiff
Posts: 6
Joined: 8. Oct 2009, 21:33
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: Windows XP Pro

Re: Result Code: NS_ERROR_FAILURE (0x80004005) Component: Con

Post by tschiff »

I'll be glad to try. Where is this file located? I'm not that savvy about Ubuntu.

Sorry for the ignorance!
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Result Code: NS_ERROR_FAILURE (0x80004005) Component: Con

Post by Perryg »

Usually in your home folder then /.VirtualBox/Machines/<machine Name>/<machine name>.xml
depending on how you access this you must enable show hidden files if you are using a file manager.
tschiff
Posts: 6
Joined: 8. Oct 2009, 21:33
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: Windows XP Pro

Re: Result Code: NS_ERROR_FAILURE (0x80004005) Component: Con

Post by tschiff »

Thank you for helping. I had found it by going to "File" on the Virtual Box window and then selecting the "Preferences" and looking at the machine file in that directory on the server.

todd@todd-UbuntuX64BU:~/.VirtualBox/Machines/Windows XP Pro$ ls -al
total 16
drwxr-xr-x 3 todd todd 4096 2009-10-16 15:16 .
drwxr-xr-x 3 todd todd 4096 2009-10-16 13:33 ..
drwxr-xr-x 2 todd todd 4096 2009-10-16 15:20 Logs
-rw------- 1 todd todd 3898 2009-10-16 15:16 Windows XP Pro.xml

vi Windows XP Pro.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- Sun VirtualBox Machine Configuration -->
<VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.7-linux">
<Machine uuid="{3450958b-7b4f-42d3-b70b-698968bbf4d4}" name="Windows XP Pro" OSType="WindowsXP" lastStateChange="2009-10-16T19:16:31Z">
<ExtraData>
<ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
<ExtraDataItem name="GUI/ShowMiniToolBar" value="yes"/>
<ExtraDataItem name="GUI/MiniToolBarAlignment" value="bottom"/>
<ExtraDataItem name="GUI/LastWindowPostion" value="320,259,640,528"/>
<ExtraDataItem name="GUI/Fullscreen" value="off"/>
<ExtraDataItem name="GUI/Seamless" value="off"/>
<ExtraDataItem name="GUI/AutoresizeGuest" value="on"/>
<ExtraDataItem name="GUI/MiniToolBarAutoHide" value="on"/>
</ExtraData>
<Hardware>
<CPU count="1">
<HardwareVirtEx enabled="false"/>
<PAE enabled="true"/>
</CPU>
<Memory RAMSize="4044"/>
<Boot>


I made the changes and tried it. It didn't work. I then rebooted the server and tried again. This time it worked !!!

You are the man!! :D :D


This can be closed, for I am able to load the CD of Windows XP and it is building as we speak!
Post Reply