2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VirtualBoxでインポート時のエラー対応

Posted at

VirtualBoxでのインポートエラー(NS_ERROR_INVALID_ARG)

始めに

今回は、VirtualBoxでインポートエラー(NS_ERROR_INVALID_ARG(0x80070057))が発生したので、大した内容ではないですが備忘録としてやったことを書いておきます。

動作環境

  • macOS Monterey 12.0.1
  • VirtualBox 6.1.28
  • CentOS Stream release 8

起こったこと

VirtualBoxでCentOSのovaファイルをインポートしようとしたところ、NS_ERROR_INVALID_ARG(0x80070057)というエラーが出ました。

##試したこと

  • 友人が同じことをしてできていたので、同じ環境で実行するためにVirtualBoxのバージョンを6.1.26にダウングレードしました。
    • 特に変化なし
  • エラーコード(0x80070057)で検索したところ、VirtualBox結果コード:E_Invalidarg(0x80070057)の対処法というサイトを見つけたので、ここにあるストレージの確保などを行いました。
    • 特に変化なし
  • VirtualBoxについて調べていくと、ターミナルからCLIで操作できることがわかったので、VirtualBoxをCUIで操作するを参考にインポートを行いました。
    • インポートに成功しました。このあと、GUIでもインポートを行いましたが、問題なくインポートが行えました。

まとめ

結果として、CLIでインポートを行うことで解決できました。
原因は今のところわかってないです。
以前にも起こった記憶があるので、また起こったら調査してみたいと思います。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?