Hi all,
I have Kubuntu 17.10.1 with all updates and upgrades (sudo apt-get update then upgrade then dist-upgrade) as of today's date, 19 January 2018.
It is installed as a Guest in a Windows 10 Pro x64 Host. VirtualBox version is 5.2.6, however the VBoxLinuxAdditions.run version is 5.2.7 as it's a fix to 5.2.6 that caused a black screen
in Kubuntu after installing then re-booting.
Now, as you all know, running the VBoxLinuxAdditions.run on a clean install of Kubuntu causes an error message that gcc, make, and perl are not installed. So I install that with
.
Then I run the
and it installs with no error other than
or something like that. However, that seems to be fine after a reboot since I can add myself to the vboxfs group with no problems.
The error message at every re-boot is
The Guest Additions seem to be partly working because the Kubuntu desktop (or login screen) window resizes to fit the VirtualBox window, which it does not do before Guest Additions are installed.
However, Drag-n-Drop, Copy and Paste, and mounting a shared folder do not work.
Does anyone else have a problem with this? I apologize if you all think this is strictly a VirtualBox issue with absolutely no bearing on Kubuntu 17.10.1. I'm just posting in hopes someone else has found and fixed this same problem.
Any more info needed will be promptly provided.
Thanks in advance.
Cetus
.
I have Kubuntu 17.10.1 with all updates and upgrades (sudo apt-get update then upgrade then dist-upgrade) as of today's date, 19 January 2018.
It is installed as a Guest in a Windows 10 Pro x64 Host. VirtualBox version is 5.2.6, however the VBoxLinuxAdditions.run version is 5.2.7 as it's a fix to 5.2.6 that caused a black screen
in Kubuntu after installing then re-booting.
Now, as you all know, running the VBoxLinuxAdditions.run on a clean install of Kubuntu causes an error message that gcc, make, and perl are not installed. So I install that with
Code:
sudo apt-get install build-essential
Then I run the
Code:
./VBoxLinuxAdditions.run
Code:
"modprob vboxfs failed"
The error message at every re-boot is
Code:
VBoxClient: VboxClient (seamless): failed to start. Stage: Setting guest IRQ filter mask Error: VERR_INTERNAL_ERROR
However, Drag-n-Drop, Copy and Paste, and mounting a shared folder do not work.
Does anyone else have a problem with this? I apologize if you all think this is strictly a VirtualBox issue with absolutely no bearing on Kubuntu 17.10.1. I'm just posting in hopes someone else has found and fixed this same problem.
Any more info needed will be promptly provided.
Thanks in advance.
Cetus
.
Comment