Black screen after ubuntu 16.04 upgrade on VirtualBox The 2019 Stack Overflow Developer Survey Results Are In Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manaraapt: relocation error: version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time referenceHow to not install virtualbox addition in ubuntu-server 12.04?How to troubleshoot booting to a black screen on virtualboxUbuntu 14.04 as guest in Windows 7 VirtualBox: error occurs after installing guest additionsBlack screen on boot up after upgrade process was interruptedVBoxClient: Failed to connect to the VirtualBox kernal service, rc = VERR_ACCESS_DENIED error. Unable to get past login screenUbuntu not booting properly after upgrade from 14.04 to 16.04Attempted VirtualBox upgrade causes 16.04 to failVBoxClient (seamless): failed to start. Stage: Setting guest IRQ filter mask Error: VERR_INTERNAL_ERRORUbuntu freezes during boot after upgrade to 18.04 LTS from 17.10VBoxClient: VBoxClient (seamless): failed to start. Stage: Setting guest IRQ filter mask Error: VERR_INTERNAL_ERROR
My body leaves; my core can stay
Keeping a retro style to sci-fi spaceships?
Did the new image of black hole confirm the general theory of relativity?
Variable with quotation marks "$()"
Do working physicists consider Newtonian mechanics to be "falsified"?
Can a flute soloist sit?
"... to apply for a visa" or "... and applied for a visa"?
Sub-subscripts in strings cause different spacings than subscripts
How to type a long/em dash `—`
What can I do if neighbor is blocking my solar panels intentionally?
Didn't get enough time to take a Coding Test - what to do now?
Can the DM override racial traits?
Am I ethically obligated to go into work on an off day if the reason is sudden?
Does Parliament need to approve the new Brexit delay to 31 October 2019?
What aspect of planet Earth must be changed to prevent the industrial revolution?
Intergalactic human space ship encounters another ship, character gets shunted off beyond known universe, reality starts collapsing
Single author papers against my advisor's will?
should truth entail possible truth
How do I design a circuit to convert a 100 mV and 50 Hz sine wave to a square wave?
Simulating Exploding Dice
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
How do you keep chess fun when your opponent constantly beats you?
Is an up-to-date browser secure on an out-of-date OS?
Python - Fishing Simulator
Black screen after ubuntu 16.04 upgrade on VirtualBox
The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manaraapt: relocation error: version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time referenceHow to not install virtualbox addition in ubuntu-server 12.04?How to troubleshoot booting to a black screen on virtualboxUbuntu 14.04 as guest in Windows 7 VirtualBox: error occurs after installing guest additionsBlack screen on boot up after upgrade process was interruptedVBoxClient: Failed to connect to the VirtualBox kernal service, rc = VERR_ACCESS_DENIED error. Unable to get past login screenUbuntu not booting properly after upgrade from 14.04 to 16.04Attempted VirtualBox upgrade causes 16.04 to failVBoxClient (seamless): failed to start. Stage: Setting guest IRQ filter mask Error: VERR_INTERNAL_ERRORUbuntu freezes during boot after upgrade to 18.04 LTS from 17.10VBoxClient: VBoxClient (seamless): failed to start. Stage: Setting guest IRQ filter mask Error: VERR_INTERNAL_ERROR
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
When Ubuntu 14.04(Lubuntu) was working fine, updated latest of 14.04(Not 16.04). Then following error started to appear after login:
VBoxClient: VBoxClient (seamless): failed to start. Stage: Setting guest IRQ filter mask Error: VERR_INTERNAL_ERROR
Ignoring the above message went for upgrade to 16.04. After successful upgrade, rebooted. Now I can only see black screen after splash screen. Can anyone help with this?
Just before black screen-
Failed to start LSB: VirtualBox Additions service.
Full Video
14.04 16.04 upgrade virtualbox
New contributor
add a comment |
When Ubuntu 14.04(Lubuntu) was working fine, updated latest of 14.04(Not 16.04). Then following error started to appear after login:
VBoxClient: VBoxClient (seamless): failed to start. Stage: Setting guest IRQ filter mask Error: VERR_INTERNAL_ERROR
Ignoring the above message went for upgrade to 16.04. After successful upgrade, rebooted. Now I can only see black screen after splash screen. Can anyone help with this?
Just before black screen-
Failed to start LSB: VirtualBox Additions service.
Full Video
14.04 16.04 upgrade virtualbox
New contributor
is it possible to boot to a busybox by holding shift? if so you should attempt uninstalling any virtualbox apt package you find.sudo apt purge virtualbox-guest-additions -y && sudo apt autoremove -y && sudo apt autoclean && sudo apt full-upgrade -y && sudo reboot
– tatsu
2 days ago
The command on the shell (recovery mode) is failing withapt:relocation error: /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0 ...
Screenshot
– Nilesh
2 days ago
sudo dpkg-reconfigure -a && sudo install -f && sudo dpkg --force-all --remove virtualbox-guest-additions
– tatsu
2 days ago
my bad trysudo dpkg --configure -a
– tatsu
2 days ago
Let us continue this discussion in chat.
– Nilesh
2 days ago
add a comment |
When Ubuntu 14.04(Lubuntu) was working fine, updated latest of 14.04(Not 16.04). Then following error started to appear after login:
VBoxClient: VBoxClient (seamless): failed to start. Stage: Setting guest IRQ filter mask Error: VERR_INTERNAL_ERROR
Ignoring the above message went for upgrade to 16.04. After successful upgrade, rebooted. Now I can only see black screen after splash screen. Can anyone help with this?
Just before black screen-
Failed to start LSB: VirtualBox Additions service.
Full Video
14.04 16.04 upgrade virtualbox
New contributor
When Ubuntu 14.04(Lubuntu) was working fine, updated latest of 14.04(Not 16.04). Then following error started to appear after login:
VBoxClient: VBoxClient (seamless): failed to start. Stage: Setting guest IRQ filter mask Error: VERR_INTERNAL_ERROR
Ignoring the above message went for upgrade to 16.04. After successful upgrade, rebooted. Now I can only see black screen after splash screen. Can anyone help with this?
Just before black screen-
Failed to start LSB: VirtualBox Additions service.
Full Video
14.04 16.04 upgrade virtualbox
14.04 16.04 upgrade virtualbox
New contributor
New contributor
New contributor
asked 2 days ago
NileshNilesh
1085
1085
New contributor
New contributor
is it possible to boot to a busybox by holding shift? if so you should attempt uninstalling any virtualbox apt package you find.sudo apt purge virtualbox-guest-additions -y && sudo apt autoremove -y && sudo apt autoclean && sudo apt full-upgrade -y && sudo reboot
– tatsu
2 days ago
The command on the shell (recovery mode) is failing withapt:relocation error: /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0 ...
Screenshot
– Nilesh
2 days ago
sudo dpkg-reconfigure -a && sudo install -f && sudo dpkg --force-all --remove virtualbox-guest-additions
– tatsu
2 days ago
my bad trysudo dpkg --configure -a
– tatsu
2 days ago
Let us continue this discussion in chat.
– Nilesh
2 days ago
add a comment |
is it possible to boot to a busybox by holding shift? if so you should attempt uninstalling any virtualbox apt package you find.sudo apt purge virtualbox-guest-additions -y && sudo apt autoremove -y && sudo apt autoclean && sudo apt full-upgrade -y && sudo reboot
– tatsu
2 days ago
The command on the shell (recovery mode) is failing withapt:relocation error: /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0 ...
Screenshot
– Nilesh
2 days ago
sudo dpkg-reconfigure -a && sudo install -f && sudo dpkg --force-all --remove virtualbox-guest-additions
– tatsu
2 days ago
my bad trysudo dpkg --configure -a
– tatsu
2 days ago
Let us continue this discussion in chat.
– Nilesh
2 days ago
is it possible to boot to a busybox by holding shift? if so you should attempt uninstalling any virtualbox apt package you find.
sudo apt purge virtualbox-guest-additions -y && sudo apt autoremove -y && sudo apt autoclean && sudo apt full-upgrade -y && sudo reboot
– tatsu
2 days ago
is it possible to boot to a busybox by holding shift? if so you should attempt uninstalling any virtualbox apt package you find.
sudo apt purge virtualbox-guest-additions -y && sudo apt autoremove -y && sudo apt autoclean && sudo apt full-upgrade -y && sudo reboot
– tatsu
2 days ago
The command on the shell (recovery mode) is failing with
apt:relocation error: /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0 ...
Screenshot– Nilesh
2 days ago
The command on the shell (recovery mode) is failing with
apt:relocation error: /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0 ...
Screenshot– Nilesh
2 days ago
sudo dpkg-reconfigure -a && sudo install -f && sudo dpkg --force-all --remove virtualbox-guest-additions
– tatsu
2 days ago
sudo dpkg-reconfigure -a && sudo install -f && sudo dpkg --force-all --remove virtualbox-guest-additions
– tatsu
2 days ago
my bad try
sudo dpkg --configure -a
– tatsu
2 days ago
my bad try
sudo dpkg --configure -a
– tatsu
2 days ago
Let us continue this discussion in chat.
– Nilesh
2 days ago
Let us continue this discussion in chat.
– Nilesh
2 days ago
add a comment |
2 Answers
2
active
oldest
votes
run the following to fix your packages and system :
sudo apt install -f && sudo apt purge virtualbox-guest-additions -y && sudo apt autoremove -y && sudo apt autoclean && sudo apt full-upgrade -y && sudo reboot
apt command was failing due toapt:relocation error: /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
screenshot This solution worked after resolving libstdc++ problem using askubuntu.com/a/792471/895417
– Nilesh
2 days ago
add a comment |
This might be caused due to upgrading kernel without uninstalling virtualbox guest additions. The reason for VERR_INTERNAL_ERROR
may be the same.
Go to Recovery Mode and use root shell to uninstall virtualbox guest additions, fix broken packages and complete upgrade process.
Detailed steps:
- Hold down left Shift just after virtual box splash screen. It will take you to grub menu
- Select the first
Recovery mode
menu - Select
Enable networking
. This will automatically mount disk in read/write mode - Select
Drop to a root shell
menu - Use following commands to finish upgrade, fix broken packages
wget http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.10_amd64.deb
sudo dpkg -i libstdc++6_5.4.0-6ubuntu1~16.04.10_amd64.deb
sudo apt install -f
sudo apt purge virtualbox-guest-additions -y
#Or you may run /opt/VBoxGuestAdditions~/uninstall.sh and sudo dpkg -purge unity-scope-virtualbox
sudo apt autoremove -y
sudo apt autoclean
sudo apt full-upgrade -y
sudo reboot
This should solve the problem.
Remember! Never upgrade without uninstalling virtualbox guest additions, the culprit.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Nilesh is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132639%2fblack-screen-after-ubuntu-16-04-upgrade-on-virtualbox%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
run the following to fix your packages and system :
sudo apt install -f && sudo apt purge virtualbox-guest-additions -y && sudo apt autoremove -y && sudo apt autoclean && sudo apt full-upgrade -y && sudo reboot
apt command was failing due toapt:relocation error: /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
screenshot This solution worked after resolving libstdc++ problem using askubuntu.com/a/792471/895417
– Nilesh
2 days ago
add a comment |
run the following to fix your packages and system :
sudo apt install -f && sudo apt purge virtualbox-guest-additions -y && sudo apt autoremove -y && sudo apt autoclean && sudo apt full-upgrade -y && sudo reboot
apt command was failing due toapt:relocation error: /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
screenshot This solution worked after resolving libstdc++ problem using askubuntu.com/a/792471/895417
– Nilesh
2 days ago
add a comment |
run the following to fix your packages and system :
sudo apt install -f && sudo apt purge virtualbox-guest-additions -y && sudo apt autoremove -y && sudo apt autoclean && sudo apt full-upgrade -y && sudo reboot
run the following to fix your packages and system :
sudo apt install -f && sudo apt purge virtualbox-guest-additions -y && sudo apt autoremove -y && sudo apt autoclean && sudo apt full-upgrade -y && sudo reboot
answered 2 days ago
tatsutatsu
675734
675734
apt command was failing due toapt:relocation error: /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
screenshot This solution worked after resolving libstdc++ problem using askubuntu.com/a/792471/895417
– Nilesh
2 days ago
add a comment |
apt command was failing due toapt:relocation error: /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
screenshot This solution worked after resolving libstdc++ problem using askubuntu.com/a/792471/895417
– Nilesh
2 days ago
apt command was failing due to
apt:relocation error: /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
screenshot This solution worked after resolving libstdc++ problem using askubuntu.com/a/792471/895417– Nilesh
2 days ago
apt command was failing due to
apt:relocation error: /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
screenshot This solution worked after resolving libstdc++ problem using askubuntu.com/a/792471/895417– Nilesh
2 days ago
add a comment |
This might be caused due to upgrading kernel without uninstalling virtualbox guest additions. The reason for VERR_INTERNAL_ERROR
may be the same.
Go to Recovery Mode and use root shell to uninstall virtualbox guest additions, fix broken packages and complete upgrade process.
Detailed steps:
- Hold down left Shift just after virtual box splash screen. It will take you to grub menu
- Select the first
Recovery mode
menu - Select
Enable networking
. This will automatically mount disk in read/write mode - Select
Drop to a root shell
menu - Use following commands to finish upgrade, fix broken packages
wget http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.10_amd64.deb
sudo dpkg -i libstdc++6_5.4.0-6ubuntu1~16.04.10_amd64.deb
sudo apt install -f
sudo apt purge virtualbox-guest-additions -y
#Or you may run /opt/VBoxGuestAdditions~/uninstall.sh and sudo dpkg -purge unity-scope-virtualbox
sudo apt autoremove -y
sudo apt autoclean
sudo apt full-upgrade -y
sudo reboot
This should solve the problem.
Remember! Never upgrade without uninstalling virtualbox guest additions, the culprit.
New contributor
add a comment |
This might be caused due to upgrading kernel without uninstalling virtualbox guest additions. The reason for VERR_INTERNAL_ERROR
may be the same.
Go to Recovery Mode and use root shell to uninstall virtualbox guest additions, fix broken packages and complete upgrade process.
Detailed steps:
- Hold down left Shift just after virtual box splash screen. It will take you to grub menu
- Select the first
Recovery mode
menu - Select
Enable networking
. This will automatically mount disk in read/write mode - Select
Drop to a root shell
menu - Use following commands to finish upgrade, fix broken packages
wget http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.10_amd64.deb
sudo dpkg -i libstdc++6_5.4.0-6ubuntu1~16.04.10_amd64.deb
sudo apt install -f
sudo apt purge virtualbox-guest-additions -y
#Or you may run /opt/VBoxGuestAdditions~/uninstall.sh and sudo dpkg -purge unity-scope-virtualbox
sudo apt autoremove -y
sudo apt autoclean
sudo apt full-upgrade -y
sudo reboot
This should solve the problem.
Remember! Never upgrade without uninstalling virtualbox guest additions, the culprit.
New contributor
add a comment |
This might be caused due to upgrading kernel without uninstalling virtualbox guest additions. The reason for VERR_INTERNAL_ERROR
may be the same.
Go to Recovery Mode and use root shell to uninstall virtualbox guest additions, fix broken packages and complete upgrade process.
Detailed steps:
- Hold down left Shift just after virtual box splash screen. It will take you to grub menu
- Select the first
Recovery mode
menu - Select
Enable networking
. This will automatically mount disk in read/write mode - Select
Drop to a root shell
menu - Use following commands to finish upgrade, fix broken packages
wget http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.10_amd64.deb
sudo dpkg -i libstdc++6_5.4.0-6ubuntu1~16.04.10_amd64.deb
sudo apt install -f
sudo apt purge virtualbox-guest-additions -y
#Or you may run /opt/VBoxGuestAdditions~/uninstall.sh and sudo dpkg -purge unity-scope-virtualbox
sudo apt autoremove -y
sudo apt autoclean
sudo apt full-upgrade -y
sudo reboot
This should solve the problem.
Remember! Never upgrade without uninstalling virtualbox guest additions, the culprit.
New contributor
This might be caused due to upgrading kernel without uninstalling virtualbox guest additions. The reason for VERR_INTERNAL_ERROR
may be the same.
Go to Recovery Mode and use root shell to uninstall virtualbox guest additions, fix broken packages and complete upgrade process.
Detailed steps:
- Hold down left Shift just after virtual box splash screen. It will take you to grub menu
- Select the first
Recovery mode
menu - Select
Enable networking
. This will automatically mount disk in read/write mode - Select
Drop to a root shell
menu - Use following commands to finish upgrade, fix broken packages
wget http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.10_amd64.deb
sudo dpkg -i libstdc++6_5.4.0-6ubuntu1~16.04.10_amd64.deb
sudo apt install -f
sudo apt purge virtualbox-guest-additions -y
#Or you may run /opt/VBoxGuestAdditions~/uninstall.sh and sudo dpkg -purge unity-scope-virtualbox
sudo apt autoremove -y
sudo apt autoclean
sudo apt full-upgrade -y
sudo reboot
This should solve the problem.
Remember! Never upgrade without uninstalling virtualbox guest additions, the culprit.
New contributor
edited yesterday
New contributor
answered yesterday
NileshNilesh
1085
1085
New contributor
New contributor
add a comment |
add a comment |
Nilesh is a new contributor. Be nice, and check out our Code of Conduct.
Nilesh is a new contributor. Be nice, and check out our Code of Conduct.
Nilesh is a new contributor. Be nice, and check out our Code of Conduct.
Nilesh is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132639%2fblack-screen-after-ubuntu-16-04-upgrade-on-virtualbox%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
is it possible to boot to a busybox by holding shift? if so you should attempt uninstalling any virtualbox apt package you find.
sudo apt purge virtualbox-guest-additions -y && sudo apt autoremove -y && sudo apt autoclean && sudo apt full-upgrade -y && sudo reboot
– tatsu
2 days ago
The command on the shell (recovery mode) is failing with
apt:relocation error: /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0 ...
Screenshot– Nilesh
2 days ago
sudo dpkg-reconfigure -a && sudo install -f && sudo dpkg --force-all --remove virtualbox-guest-additions
– tatsu
2 days ago
my bad try
sudo dpkg --configure -a
– tatsu
2 days ago
Let us continue this discussion in chat.
– Nilesh
2 days ago