Re: [vagrant-up] Trouble creating a simple Linux Desktop on a VB VM

2017-01-13 Thread Alvaro Miranda Aguilera
hello seems you havent enabled the gui part. on old init systems was update /etc/inittab change default from 3 to 5 run `init 5` for systemd: https://docs.fedoraproject.org/en-US/Fedora/22/html/Installation_Guide/sect-trouble-after-graphical-login.html systemctl set-default graphical.target

Re: [vagrant-up] Trouble creating a simple Linux Desktop on a VB VM

2017-01-13 Thread Torben Knerr
Hi William, the Vagrantfile looks good at first sight, but I have never used the bento/fedora-24 box yet If you are fine with Ubuntu and keen to use Chef for provisioning your linux desktop, you might wanna have a look at this "template project", which includes testing and self-updateability:

[vagrant-up] Trouble creating a simple Linux Desktop on a VB VM

2017-01-13 Thread William Saxton
Perhaps it's an issue with not understanding Virtualbox, but I'm trying to create a simple Linux Desktop environment on my Windows 10 system and the "desktop" never appears (the virtualbox UI is still showing a CLI). I've posted my Vagrantfile below: Honestly, I'm open to using any pre-made