On Tue, Jan 24, 2017 at 03:59:51PM +0100, Olivier Berger wrote:
> 
> I'm trying to generate a Vagrant box for VirtualBox using bootstrap-vz,
> but the VirtualBox guest additions installation fails :
> 
> Uncompressing VirtualBox 5.1.12 Guest Additions for Linux...........
> VirtualBox Guest Additions installer
> Copying additional installer modules ...
> Installing additional modules ...
> vboxadd.sh: Building Guest Additions kernel modules.
> Failed to set up service vboxadd, please check the log file
> /var/log/VBoxGuestAdditions.log for details.
> Executing: chroot /target/5577dc0c/root service vboxadd-service stop
> vboxadd-service: unrecognized service
> Executing: umount /target/5577dc0c/root/mnt/guest_additions
> 

FYI, booting the VM with vagrant up after having manualy added the .iso of the 
VBox guest additions (from the Debian package), allows to perform the 
installation with the provided .run script.

Maybe something that changed in the VirtualBox iso that needs to be reflected 
to bootstrap-vz ?

Hope this helps.

Best regards,

Reply via email to