17 questions
-3
votes
0
answers
28
views
How to increase display screen size using of CentOS/Redhat using virtualbox on a mac
I just installed CentOS10 (actually I have tried so many versions) using VirtualBox on my Macbook pro 16 (M1) but the display is so small.
I have searched online for a solution but haven't been able ...
7
votes
3
answers
20k
views
error when I try to update virtual box guest addition: Running update file "/bin/sh" on guest failed: VERR_INTERNAL_ERROR 5 [closed]
My host is windows 11 and running linux on virtual machine. When I try to update my virtual box guest addition i get this error below.
Name: C:\Program Files\Oracle\VirtualBox/VBoxGuestAdditions.iso
...
0
votes
1
answer
1k
views
stack-protector enabled but compiler support broken while installing VirtualBox Guest Additions with devtoolset-8
Note: This problem, which I have already solved, is a very different problem from every other similar question on Stack Overflow. I have posted this question and answer in the hopes that it will help ...
3
votes
0
answers
1k
views
Resize Error with Virtual Box and Vagrant
I'm using vagrant to create a Debian/contrib-stretch64. My main problem is that when i try to resize this VM, i got this error:
Vboxclient: Failed to get display change request,
rc=VERR_IO_BAD_LENGTH
...
1
vote
1
answer
744
views
Vagrant CentOS8 using NFS fails to mount: mount.nfs: requested NFS version or transport protocol is not supported [closed]
I am trying to do vagrant up for a CentOS 8 machine I have built using Jeff Geerling's packer-boxes repo.
My Vagrantfile looks like this.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(&...
3
votes
1
answer
1k
views
How to restart VM and wait till it fully starts up again using VirtualBox CLI?
I'm automating VM creation using VBoxManage unattended install and want to run script after installing which led me to --post-install-command option.
The problem here is: the next steps in my script ...
0
votes
2
answers
1k
views
vboxmanage guestcontrol change password [closed]
I have a script that inside a virtual machine I'm able to trigger.
However, I'd like to pass the argument to the script. I'd normally run the script as ">>test.bat user1"
The arguement ...
2
votes
1
answer
14k
views
How do I resize the screen of Parrot Sec in VirtualBox? [closed]
I have searched and found the VirtualBox Guest Addons fix, but that isn't working for me. Every time I resize the window in the VirtualBox settings and/or the Display Settings in Parrot Security, it ...
11
votes
2
answers
14k
views
Vagrant up causes guest additions to reinstall each time, why? [closed]
Ive had to move onto a new laptop running windows 10, so I have installed the latest Virtual box (6) and vagrant (2.2.6). I pulled down my project and ran a vagrant up to build the box and deploy all ...