How to solve vagrant up problem
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I installed VirtualBox and vagrant, trying to make vagrant work and got this error:
VirtualBox is complaining that the kernel module is not loaded. Please
run `VBoxManage --version` or open the VirtualBox GUI to see the error
message which should contain instructions on how to fix this error.
I ran sudo /sbin/vboxconfig
after and got this following error:
You will not be able to start VMs until this problem is fixed.
5.2.8r121009
nawalabs@nawalabs-ThinkPad-X240:~/web-dev/lighthouse$ sudo /sbin/vboxconfig
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
What can I do?
After installing linux headers-generic and doing sudo vboxconfig
, i got this error message showing up:
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
kernel virtualbox vagrant
add a comment |Â
up vote
0
down vote
favorite
I installed VirtualBox and vagrant, trying to make vagrant work and got this error:
VirtualBox is complaining that the kernel module is not loaded. Please
run `VBoxManage --version` or open the VirtualBox GUI to see the error
message which should contain instructions on how to fix this error.
I ran sudo /sbin/vboxconfig
after and got this following error:
You will not be able to start VMs until this problem is fixed.
5.2.8r121009
nawalabs@nawalabs-ThinkPad-X240:~/web-dev/lighthouse$ sudo /sbin/vboxconfig
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
What can I do?
After installing linux headers-generic and doing sudo vboxconfig
, i got this error message showing up:
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
kernel virtualbox vagrant
Did you enable virtualization support in your system's BIOS?
â Robby1212
Apr 12 at 20:15
Try installing the requested kernel headers usingsudo apt install linux-headers-generic
and then runsudo vboxconfig
again.
â Byte Commander
Apr 12 at 20:20
This system is currently not set up to build kernel modules.Please install the Linux kernel "header" files matching the current kernel for adding new hardware support to the system.
â tommyC
Apr 12 at 20:46
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I installed VirtualBox and vagrant, trying to make vagrant work and got this error:
VirtualBox is complaining that the kernel module is not loaded. Please
run `VBoxManage --version` or open the VirtualBox GUI to see the error
message which should contain instructions on how to fix this error.
I ran sudo /sbin/vboxconfig
after and got this following error:
You will not be able to start VMs until this problem is fixed.
5.2.8r121009
nawalabs@nawalabs-ThinkPad-X240:~/web-dev/lighthouse$ sudo /sbin/vboxconfig
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
What can I do?
After installing linux headers-generic and doing sudo vboxconfig
, i got this error message showing up:
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
kernel virtualbox vagrant
I installed VirtualBox and vagrant, trying to make vagrant work and got this error:
VirtualBox is complaining that the kernel module is not loaded. Please
run `VBoxManage --version` or open the VirtualBox GUI to see the error
message which should contain instructions on how to fix this error.
I ran sudo /sbin/vboxconfig
after and got this following error:
You will not be able to start VMs until this problem is fixed.
5.2.8r121009
nawalabs@nawalabs-ThinkPad-X240:~/web-dev/lighthouse$ sudo /sbin/vboxconfig
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
What can I do?
After installing linux headers-generic and doing sudo vboxconfig
, i got this error message showing up:
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-generic linux-headers-4.15.0-13-generic
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
kernel virtualbox vagrant
kernel virtualbox vagrant
edited Apr 12 at 22:36
![](https://i.stack.imgur.com/WwSSv.jpg?s=32&g=1)
![](https://i.stack.imgur.com/WwSSv.jpg?s=32&g=1)
ubashu
2,23721736
2,23721736
asked Apr 12 at 20:13
![](https://i.stack.imgur.com/DwRbI.jpg?s=32&g=1)
![](https://i.stack.imgur.com/DwRbI.jpg?s=32&g=1)
tommyC
62
62
Did you enable virtualization support in your system's BIOS?
â Robby1212
Apr 12 at 20:15
Try installing the requested kernel headers usingsudo apt install linux-headers-generic
and then runsudo vboxconfig
again.
â Byte Commander
Apr 12 at 20:20
This system is currently not set up to build kernel modules.Please install the Linux kernel "header" files matching the current kernel for adding new hardware support to the system.
â tommyC
Apr 12 at 20:46
add a comment |Â
Did you enable virtualization support in your system's BIOS?
â Robby1212
Apr 12 at 20:15
Try installing the requested kernel headers usingsudo apt install linux-headers-generic
and then runsudo vboxconfig
again.
â Byte Commander
Apr 12 at 20:20
This system is currently not set up to build kernel modules.Please install the Linux kernel "header" files matching the current kernel for adding new hardware support to the system.
â tommyC
Apr 12 at 20:46
Did you enable virtualization support in your system's BIOS?
â Robby1212
Apr 12 at 20:15
Did you enable virtualization support in your system's BIOS?
â Robby1212
Apr 12 at 20:15
Try installing the requested kernel headers using
sudo apt install linux-headers-generic
and then run sudo vboxconfig
again.â Byte Commander
Apr 12 at 20:20
Try installing the requested kernel headers using
sudo apt install linux-headers-generic
and then run sudo vboxconfig
again.â Byte Commander
Apr 12 at 20:20
This system is currently not set up to build kernel modules.Please install the Linux kernel "header" files matching the current kernel for adding new hardware support to the system.
â tommyC
Apr 12 at 20:46
This system is currently not set up to build kernel modules.Please install the Linux kernel "header" files matching the current kernel for adding new hardware support to the system.
â tommyC
Apr 12 at 20:46
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1024468%2fhow-to-solve-vagrant-up-problem%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Did you enable virtualization support in your system's BIOS?
â Robby1212
Apr 12 at 20:15
Try installing the requested kernel headers using
sudo apt install linux-headers-generic
and then runsudo vboxconfig
again.â Byte Commander
Apr 12 at 20:20
This system is currently not set up to build kernel modules.Please install the Linux kernel "header" files matching the current kernel for adding new hardware support to the system.
â tommyC
Apr 12 at 20:46