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

[Linux]VirtualBoxでCentOSのインストールを無限に求められる不具合

Posted at

#はじめに
意外と困っている人がいたので、僕なりの対処法を記載しておきます

#起きたこと
VirtualBoxでLinuxを好きなように使えるように、CentOSをマウントしようとするも、予期せず終了しましたという表示がでて、最初からインストールを求められる×無限回数という事象が発生。

#対処法

###対処1
VirtualBoxの設定で、ハードディスクを光学より上にする
スクリーンショット 2021-06-10 15.07.26.png

###対処2
MacBookの設定にて、「セキュリティとプライバシー」→「アクセスシビリティ」でVirtualBoxにチェックする。

スクリーンショット 2021-06-10 15.09.32.png

###対処3

対処1、2をしたうえで、ターミナルで以下のコマンドを実行。

terminal
% sudo virtualbox

これをした後に同じようにイントールすると、今度は予期せぬ形で終了することもなく完了するかと思われます!

#おわりに
他の対処法とかあったら教えて下さい!

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