1
1

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 5 years have passed since last update.

VirtualBoxで"/sbin/rcvboxdrv setup"を行っても"Bad argument setup"が出るときの対処法

Posted at

VirtualBoxに入っているWindows7が急に起動できなくなりました。
その時、/sbin/rcvboxdrv setupをしろとのメッセージが。
そこで実行してみたところ

$ sudo /sbin/rcvboxdrv setup
Bad argument setup

と出てきます。これは困りましたね。
でも大丈夫。以下のようにすれば解決します。

$ sudo /usr/lib/virtualbox/vboxdrv.sh setup

Enjoy!

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?