Problem with virtual box guest additions

Questions about virtualization software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
MARKPWILL

Problem with virtual box guest additions

Post by MARKPWILL »

I am new to Linux but have Linux Mint 64 Bit installed and Virtual Box 5.1. I have installed Windows 7 32 bit as a guest

First off I noticed 5.2 is available ..but package manager does not see that ..so I guess I am stuck with 5.1 for now. There is even a 5.1 extension pack that I have installed but it does not give me access to USB drives on the guest either

Second ..It appears I can either install virtual box guest additions or 2 Virtual box extensions , Since I have 5.1 I am stuck with guest additions for now.

There is really no ISO file ..at least on my machine ...for the additions.. ..however I have a virtual D drive on my guest ... Windows 7 and I can see the executables in the virtual D drive ... and I can even execute the one for 32 bit Windows. This brings up a wizard which runs ..but even after that runs and I reboot...,and go to the USB device list ..everything is greyed out ..so I am at a loss.

Anybody else have this issue, I think everything is up to date on my system.

It seems like I should be able to install 5.2 from package manager ... but It only sees 5.1.38. I tried removing and reinstalling but that did not work either.

-Mark
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Problem with virtual box guest additions

Post by catweazel »

MARKPWILL wrote: Fri Oct 05, 2018 8:40 pm Second ..It appears I can either install virtual box guest additions or 2 Virtual box extensions , Since I have 5.1 I am stuck with guest additions for now.
Uninstall your current VirtualBox then in a terminal:

Code: Select all

wget -q -O - http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc | sudo apt-key add -
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian bionic non-free contrib" >> /etc/apt/sources.list.d/virtualbox.org.list' 
sudo apt update && sudo apt install virtualbox-5.2 virtualbox-ext-pack
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Locked

Return to “Virtual Machines”