LoginSignup
1
2

More than 5 years have passed since last update.

Virtualboxを起動すると rc=-1912 エラーが出る

Posted at

原因

aptでVirtualboxを入れたのが原因で、少し古いバージョンが落ちてきた為に、カーネルのバージョンが違うと怒られている

fix

書き換えちゃう

cat << EOF | sudo tee -a /etc/apt/sources.list > /dev/null
deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib
EOF
sudo apt install virtualbox-5.1

動いた。

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