Skip to content

Instantly share code, notes, and snippets.

@ndlrx
Last active November 20, 2018 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ndlrx/9681b9f1c04c971f3d28d494ae423fa3 to your computer and use it in GitHub Desktop.
Save ndlrx/9681b9f1c04c971f3d28d494ae423fa3 to your computer and use it in GitHub Desktop.
VirtualBox error updating Extensions Pack

Error:

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: ExtPackManagerWrap
Interface: IExtPackManager {edba9d10-45d8-b440-1712-46ac0c9bc4c5}

Check virtualbox packages.

sudo pacman -Qs virtualbox

And you will get the different version of the vbox itself with the extension pack.

Remove the extension pack.

sudo pacman -R virtualbox-ext-oracle

Download the extension pack manually and install it manually.

VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-5.2.22.vbox-extpack

📝 with ♥️ by ndlr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment