Vagrant: Is it possible to use Vagrant with VMWare as a provider without paying?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am learning Vagrant from scratch from a Udemy tutorial. I want to use my centos machine to install everything and run all from there, but they use VirtualBox and in my Centos machine (a dell computer), I was unable to make VB work, it seems it is a problem with the BIOS and secure boot. I just wasn't able to deactivate it. So I was trying to use VMWare Workstation 14 player as a provider for Vagrant. But when I am trying to check the setup it says that:
"A valid license is required to run the vagrant vmware provider. Please visit URL to purchase a license. Once you purchase a license, you can install it..."
I am using Workstation player, because it says it is free, And actually VMWare has a lot of different programs that I am not sure what do I need. Which brings me to the question:
Is it possible to use Vagrant with VMWare as a provider without paying? If so, how can I do that?
If there are no other way, I might use my mac to continue with this.
Regards
virtualbox vmware macintosh vagrant
add a comment |Â
up vote
0
down vote
favorite
I am learning Vagrant from scratch from a Udemy tutorial. I want to use my centos machine to install everything and run all from there, but they use VirtualBox and in my Centos machine (a dell computer), I was unable to make VB work, it seems it is a problem with the BIOS and secure boot. I just wasn't able to deactivate it. So I was trying to use VMWare Workstation 14 player as a provider for Vagrant. But when I am trying to check the setup it says that:
"A valid license is required to run the vagrant vmware provider. Please visit URL to purchase a license. Once you purchase a license, you can install it..."
I am using Workstation player, because it says it is free, And actually VMWare has a lot of different programs that I am not sure what do I need. Which brings me to the question:
Is it possible to use Vagrant with VMWare as a provider without paying? If so, how can I do that?
If there are no other way, I might use my mac to continue with this.
Regards
virtualbox vmware macintosh vagrant
1
Why would the BIOS effect the booting of a virtual Box machine within the operating system?
â Raman Sailopal
Aug 8 at 15:14
This seems to be a legal (licencing) question, so off topic. However VM is propitiatory, you are probably in licence infringement, if you do. I am also wondering what problem will stop Vbox from working, but allow VMWare.
â ctrl-alt-delor
Aug 8 at 15:15
@RamanSailopal and ctrl-alt-delor the issue is with vboxdrv, it said that it was a kernel issue, it seems that the kernel failed to load some modules at boot, ive been doing some research and it is because since windows 8-10 computers comes with secure boot and this prevents vboxdrv from work. I tried to dissable it and use the legacy version of the bios, but as soon as I restart the system goes into recovery mode and thats it. It doesnt load at all
â grimmjow_sms
Aug 8 at 15:24
I run Windows 8 with Vagrant and Oracle Virtual Box fine.
â Raman Sailopal
Aug 9 at 10:07
Hi @RamanSailopal I dont have Windows on that machine, I only have centos, maybe if I had windows I wont be having that issue. The problem is with: centos, linux kernel, ans secure boot
â grimmjow_sms
Aug 9 at 16:29
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am learning Vagrant from scratch from a Udemy tutorial. I want to use my centos machine to install everything and run all from there, but they use VirtualBox and in my Centos machine (a dell computer), I was unable to make VB work, it seems it is a problem with the BIOS and secure boot. I just wasn't able to deactivate it. So I was trying to use VMWare Workstation 14 player as a provider for Vagrant. But when I am trying to check the setup it says that:
"A valid license is required to run the vagrant vmware provider. Please visit URL to purchase a license. Once you purchase a license, you can install it..."
I am using Workstation player, because it says it is free, And actually VMWare has a lot of different programs that I am not sure what do I need. Which brings me to the question:
Is it possible to use Vagrant with VMWare as a provider without paying? If so, how can I do that?
If there are no other way, I might use my mac to continue with this.
Regards
virtualbox vmware macintosh vagrant
I am learning Vagrant from scratch from a Udemy tutorial. I want to use my centos machine to install everything and run all from there, but they use VirtualBox and in my Centos machine (a dell computer), I was unable to make VB work, it seems it is a problem with the BIOS and secure boot. I just wasn't able to deactivate it. So I was trying to use VMWare Workstation 14 player as a provider for Vagrant. But when I am trying to check the setup it says that:
"A valid license is required to run the vagrant vmware provider. Please visit URL to purchase a license. Once you purchase a license, you can install it..."
I am using Workstation player, because it says it is free, And actually VMWare has a lot of different programs that I am not sure what do I need. Which brings me to the question:
Is it possible to use Vagrant with VMWare as a provider without paying? If so, how can I do that?
If there are no other way, I might use my mac to continue with this.
Regards
virtualbox vmware macintosh vagrant
virtualbox vmware macintosh vagrant
edited Aug 8 at 15:12
ctrl-alt-delor
9,12931948
9,12931948
asked Aug 8 at 14:37
grimmjow_sms
187
187
1
Why would the BIOS effect the booting of a virtual Box machine within the operating system?
â Raman Sailopal
Aug 8 at 15:14
This seems to be a legal (licencing) question, so off topic. However VM is propitiatory, you are probably in licence infringement, if you do. I am also wondering what problem will stop Vbox from working, but allow VMWare.
â ctrl-alt-delor
Aug 8 at 15:15
@RamanSailopal and ctrl-alt-delor the issue is with vboxdrv, it said that it was a kernel issue, it seems that the kernel failed to load some modules at boot, ive been doing some research and it is because since windows 8-10 computers comes with secure boot and this prevents vboxdrv from work. I tried to dissable it and use the legacy version of the bios, but as soon as I restart the system goes into recovery mode and thats it. It doesnt load at all
â grimmjow_sms
Aug 8 at 15:24
I run Windows 8 with Vagrant and Oracle Virtual Box fine.
â Raman Sailopal
Aug 9 at 10:07
Hi @RamanSailopal I dont have Windows on that machine, I only have centos, maybe if I had windows I wont be having that issue. The problem is with: centos, linux kernel, ans secure boot
â grimmjow_sms
Aug 9 at 16:29
add a comment |Â
1
Why would the BIOS effect the booting of a virtual Box machine within the operating system?
â Raman Sailopal
Aug 8 at 15:14
This seems to be a legal (licencing) question, so off topic. However VM is propitiatory, you are probably in licence infringement, if you do. I am also wondering what problem will stop Vbox from working, but allow VMWare.
â ctrl-alt-delor
Aug 8 at 15:15
@RamanSailopal and ctrl-alt-delor the issue is with vboxdrv, it said that it was a kernel issue, it seems that the kernel failed to load some modules at boot, ive been doing some research and it is because since windows 8-10 computers comes with secure boot and this prevents vboxdrv from work. I tried to dissable it and use the legacy version of the bios, but as soon as I restart the system goes into recovery mode and thats it. It doesnt load at all
â grimmjow_sms
Aug 8 at 15:24
I run Windows 8 with Vagrant and Oracle Virtual Box fine.
â Raman Sailopal
Aug 9 at 10:07
Hi @RamanSailopal I dont have Windows on that machine, I only have centos, maybe if I had windows I wont be having that issue. The problem is with: centos, linux kernel, ans secure boot
â grimmjow_sms
Aug 9 at 16:29
1
1
Why would the BIOS effect the booting of a virtual Box machine within the operating system?
â Raman Sailopal
Aug 8 at 15:14
Why would the BIOS effect the booting of a virtual Box machine within the operating system?
â Raman Sailopal
Aug 8 at 15:14
This seems to be a legal (licencing) question, so off topic. However VM is propitiatory, you are probably in licence infringement, if you do. I am also wondering what problem will stop Vbox from working, but allow VMWare.
â ctrl-alt-delor
Aug 8 at 15:15
This seems to be a legal (licencing) question, so off topic. However VM is propitiatory, you are probably in licence infringement, if you do. I am also wondering what problem will stop Vbox from working, but allow VMWare.
â ctrl-alt-delor
Aug 8 at 15:15
@RamanSailopal and ctrl-alt-delor the issue is with vboxdrv, it said that it was a kernel issue, it seems that the kernel failed to load some modules at boot, ive been doing some research and it is because since windows 8-10 computers comes with secure boot and this prevents vboxdrv from work. I tried to dissable it and use the legacy version of the bios, but as soon as I restart the system goes into recovery mode and thats it. It doesnt load at all
â grimmjow_sms
Aug 8 at 15:24
@RamanSailopal and ctrl-alt-delor the issue is with vboxdrv, it said that it was a kernel issue, it seems that the kernel failed to load some modules at boot, ive been doing some research and it is because since windows 8-10 computers comes with secure boot and this prevents vboxdrv from work. I tried to dissable it and use the legacy version of the bios, but as soon as I restart the system goes into recovery mode and thats it. It doesnt load at all
â grimmjow_sms
Aug 8 at 15:24
I run Windows 8 with Vagrant and Oracle Virtual Box fine.
â Raman Sailopal
Aug 9 at 10:07
I run Windows 8 with Vagrant and Oracle Virtual Box fine.
â Raman Sailopal
Aug 9 at 10:07
Hi @RamanSailopal I dont have Windows on that machine, I only have centos, maybe if I had windows I wont be having that issue. The problem is with: centos, linux kernel, ans secure boot
â grimmjow_sms
Aug 9 at 16:29
Hi @RamanSailopal I dont have Windows on that machine, I only have centos, maybe if I had windows I wont be having that issue. The problem is with: centos, linux kernel, ans secure boot
â grimmjow_sms
Aug 9 at 16:29
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
No. There is no way to legally or ethically use the Vagrant VMware provider without a paid license.
I guess Ill have to work on my Mac instead, thanks Tim
â grimmjow_sms
Aug 8 at 15:25
You're welcome. Or pony up $79 for a license. 10% off if you're a verifiable student.
â Tim Kennedy
Aug 8 at 15:28
1
haha..... man... Im jobless at the momment, even if I had them. I would probably spend those 79 on god of war
â grimmjow_sms
Aug 8 at 15:29
then Mac it is! :)
â Tim Kennedy
Aug 8 at 15:32
yup, thanks for you comments
â grimmjow_sms
Aug 8 at 15:36
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
No. There is no way to legally or ethically use the Vagrant VMware provider without a paid license.
I guess Ill have to work on my Mac instead, thanks Tim
â grimmjow_sms
Aug 8 at 15:25
You're welcome. Or pony up $79 for a license. 10% off if you're a verifiable student.
â Tim Kennedy
Aug 8 at 15:28
1
haha..... man... Im jobless at the momment, even if I had them. I would probably spend those 79 on god of war
â grimmjow_sms
Aug 8 at 15:29
then Mac it is! :)
â Tim Kennedy
Aug 8 at 15:32
yup, thanks for you comments
â grimmjow_sms
Aug 8 at 15:36
add a comment |Â
up vote
1
down vote
No. There is no way to legally or ethically use the Vagrant VMware provider without a paid license.
I guess Ill have to work on my Mac instead, thanks Tim
â grimmjow_sms
Aug 8 at 15:25
You're welcome. Or pony up $79 for a license. 10% off if you're a verifiable student.
â Tim Kennedy
Aug 8 at 15:28
1
haha..... man... Im jobless at the momment, even if I had them. I would probably spend those 79 on god of war
â grimmjow_sms
Aug 8 at 15:29
then Mac it is! :)
â Tim Kennedy
Aug 8 at 15:32
yup, thanks for you comments
â grimmjow_sms
Aug 8 at 15:36
add a comment |Â
up vote
1
down vote
up vote
1
down vote
No. There is no way to legally or ethically use the Vagrant VMware provider without a paid license.
No. There is no way to legally or ethically use the Vagrant VMware provider without a paid license.
answered Aug 8 at 15:17
Tim Kennedy
13.5k22949
13.5k22949
I guess Ill have to work on my Mac instead, thanks Tim
â grimmjow_sms
Aug 8 at 15:25
You're welcome. Or pony up $79 for a license. 10% off if you're a verifiable student.
â Tim Kennedy
Aug 8 at 15:28
1
haha..... man... Im jobless at the momment, even if I had them. I would probably spend those 79 on god of war
â grimmjow_sms
Aug 8 at 15:29
then Mac it is! :)
â Tim Kennedy
Aug 8 at 15:32
yup, thanks for you comments
â grimmjow_sms
Aug 8 at 15:36
add a comment |Â
I guess Ill have to work on my Mac instead, thanks Tim
â grimmjow_sms
Aug 8 at 15:25
You're welcome. Or pony up $79 for a license. 10% off if you're a verifiable student.
â Tim Kennedy
Aug 8 at 15:28
1
haha..... man... Im jobless at the momment, even if I had them. I would probably spend those 79 on god of war
â grimmjow_sms
Aug 8 at 15:29
then Mac it is! :)
â Tim Kennedy
Aug 8 at 15:32
yup, thanks for you comments
â grimmjow_sms
Aug 8 at 15:36
I guess Ill have to work on my Mac instead, thanks Tim
â grimmjow_sms
Aug 8 at 15:25
I guess Ill have to work on my Mac instead, thanks Tim
â grimmjow_sms
Aug 8 at 15:25
You're welcome. Or pony up $79 for a license. 10% off if you're a verifiable student.
â Tim Kennedy
Aug 8 at 15:28
You're welcome. Or pony up $79 for a license. 10% off if you're a verifiable student.
â Tim Kennedy
Aug 8 at 15:28
1
1
haha..... man... Im jobless at the momment, even if I had them. I would probably spend those 79 on god of war
â grimmjow_sms
Aug 8 at 15:29
haha..... man... Im jobless at the momment, even if I had them. I would probably spend those 79 on god of war
â grimmjow_sms
Aug 8 at 15:29
then Mac it is! :)
â Tim Kennedy
Aug 8 at 15:32
then Mac it is! :)
â Tim Kennedy
Aug 8 at 15:32
yup, thanks for you comments
â grimmjow_sms
Aug 8 at 15:36
yup, thanks for you comments
â grimmjow_sms
Aug 8 at 15:36
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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%2funix.stackexchange.com%2fquestions%2f461302%2fvagrant-is-it-possible-to-use-vagrant-with-vmware-as-a-provider-without-paying%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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');
);
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');
);
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
1
Why would the BIOS effect the booting of a virtual Box machine within the operating system?
â Raman Sailopal
Aug 8 at 15:14
This seems to be a legal (licencing) question, so off topic. However VM is propitiatory, you are probably in licence infringement, if you do. I am also wondering what problem will stop Vbox from working, but allow VMWare.
â ctrl-alt-delor
Aug 8 at 15:15
@RamanSailopal and ctrl-alt-delor the issue is with vboxdrv, it said that it was a kernel issue, it seems that the kernel failed to load some modules at boot, ive been doing some research and it is because since windows 8-10 computers comes with secure boot and this prevents vboxdrv from work. I tried to dissable it and use the legacy version of the bios, but as soon as I restart the system goes into recovery mode and thats it. It doesnt load at all
â grimmjow_sms
Aug 8 at 15:24
I run Windows 8 with Vagrant and Oracle Virtual Box fine.
â Raman Sailopal
Aug 9 at 10:07
Hi @RamanSailopal I dont have Windows on that machine, I only have centos, maybe if I had windows I wont be having that issue. The problem is with: centos, linux kernel, ans secure boot
â grimmjow_sms
Aug 9 at 16:29