Black Screen after booting CentOS 7 on VirtualBoxBlack Screen When Booting From .VDI ImageCentOS 6.2 black...
Does fossil fuels use since 1990 account for half of all the fossil fuels used in history?
How to disable "Completion time:..." in SQL Server Messages window
How to remove ambiguity: "... lives in the city of H, the capital of the province of NS, WHERE the unemployment rate is ..."?
Creating multi-attribute primary key in table in ArcGIS Desktop
TEMPO: play a sound in animated GIF/PDF/SVG
Understanding the point of a kölsche Witz
Is there a command to install basic applications on Ubuntu 16.04?
Random Double Arc Endpoint Angles
Is 悪いところを見つかった proper Japanese?
Does Molecular Weight of a Gas affect its lifting properties at the same velocity over the same wing?
When to use flat or sharp in atonal music / accidentals rules for atonality?
How exactly are corporate bonds priced at issue
PhD advisor lost funding, need advice
What should I call bands of armed men in the Middle Ages?
Why aren't rainbows blurred-out into nothing after they are produced?
AsyncDictionary - Can you break thread safety?
What ability do tools use?
Is it okay for a ticket seller in the USA to refuse to give you your change, keep it for themselves and claim it's a tip?
The cat exchanges places with a drawing of the cat
If a digital camera can be "hacked" in the ransomware sense, how best to protect it?
How far did Gandalf and the Balrog drop from the bridge in Moria?
When does Tiana, Ship's Caretaker check card type?
Loading military units into ships optimally, using backtracking
How are you supposed to know the strumming pattern for a song from the "chord sheet music"?
Black Screen after booting CentOS 7 on VirtualBox
Black Screen When Booting From .VDI ImageCentOS 6.2 black screen…helpCentOS Black Screen after 4+ hours of indexingCentOS 7 won't start after recent update?Ubuntu VirtualBox stuck before login screen
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
We have experienced a "black screen of death" after booting a CentOS virtual machine running on an Oracle VirtualBox. The screen is completely black, there is no mouse pointer. This seems to be related to upgrading the system, but we are not sure.
We've discovered that reinstalling guest additions and rebooting somehow fixes the problem. Here are the steps used to recover:
- boot the VM, the screen should be black.
- Ctrl + F2 -> a console login screen should be visible
- On virtual box menu, [Devices] -> Insert Guest Additions CD Image...
- Login to your linux system
- su (or use sudo whenever required)
- mkdir /media/cdrom
- mount /dev/sr0 /media/cdrom
- cd /media/cdrom
- sh VBoxLinuxAdditions.run uninstall
- sh VBoxLinuxAdditions.run install
- reboot
Since we now know how to recover from the black screen, this is not a big problem. Still, anyone knows why this happens and how to avoid it?
linux centos virtualbox
New contributor
add a comment |
We have experienced a "black screen of death" after booting a CentOS virtual machine running on an Oracle VirtualBox. The screen is completely black, there is no mouse pointer. This seems to be related to upgrading the system, but we are not sure.
We've discovered that reinstalling guest additions and rebooting somehow fixes the problem. Here are the steps used to recover:
- boot the VM, the screen should be black.
- Ctrl + F2 -> a console login screen should be visible
- On virtual box menu, [Devices] -> Insert Guest Additions CD Image...
- Login to your linux system
- su (or use sudo whenever required)
- mkdir /media/cdrom
- mount /dev/sr0 /media/cdrom
- cd /media/cdrom
- sh VBoxLinuxAdditions.run uninstall
- sh VBoxLinuxAdditions.run install
- reboot
Since we now know how to recover from the black screen, this is not a big problem. Still, anyone knows why this happens and how to avoid it?
linux centos virtualbox
New contributor
add a comment |
We have experienced a "black screen of death" after booting a CentOS virtual machine running on an Oracle VirtualBox. The screen is completely black, there is no mouse pointer. This seems to be related to upgrading the system, but we are not sure.
We've discovered that reinstalling guest additions and rebooting somehow fixes the problem. Here are the steps used to recover:
- boot the VM, the screen should be black.
- Ctrl + F2 -> a console login screen should be visible
- On virtual box menu, [Devices] -> Insert Guest Additions CD Image...
- Login to your linux system
- su (or use sudo whenever required)
- mkdir /media/cdrom
- mount /dev/sr0 /media/cdrom
- cd /media/cdrom
- sh VBoxLinuxAdditions.run uninstall
- sh VBoxLinuxAdditions.run install
- reboot
Since we now know how to recover from the black screen, this is not a big problem. Still, anyone knows why this happens and how to avoid it?
linux centos virtualbox
New contributor
We have experienced a "black screen of death" after booting a CentOS virtual machine running on an Oracle VirtualBox. The screen is completely black, there is no mouse pointer. This seems to be related to upgrading the system, but we are not sure.
We've discovered that reinstalling guest additions and rebooting somehow fixes the problem. Here are the steps used to recover:
- boot the VM, the screen should be black.
- Ctrl + F2 -> a console login screen should be visible
- On virtual box menu, [Devices] -> Insert Guest Additions CD Image...
- Login to your linux system
- su (or use sudo whenever required)
- mkdir /media/cdrom
- mount /dev/sr0 /media/cdrom
- cd /media/cdrom
- sh VBoxLinuxAdditions.run uninstall
- sh VBoxLinuxAdditions.run install
- reboot
Since we now know how to recover from the black screen, this is not a big problem. Still, anyone knows why this happens and how to avoid it?
linux centos virtualbox
linux centos virtualbox
New contributor
New contributor
New contributor
asked 14 hours ago
danobregadanobrega
11 bronze badge
11 bronze badge
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Anytime you upgrade the kernel, you need to rebuild all kernel modules.
VirtualBox Guest Additions are implemented as a kernel module so it would need to be rebuilt/updated anytime the kernel is.
As for why your virtual machine does not boot without functioning Guest Additions, you are most likely using some feature during boot that is only provided by Guest Additions. If your CentOS is running a desktop, it is possible that only the display is nonfunctional and you may still be able to connect via other means (i.e. SSH if available).
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
danobrega 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%2funix.stackexchange.com%2fquestions%2f535205%2fblack-screen-after-booting-centos-7-on-virtualbox%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Anytime you upgrade the kernel, you need to rebuild all kernel modules.
VirtualBox Guest Additions are implemented as a kernel module so it would need to be rebuilt/updated anytime the kernel is.
As for why your virtual machine does not boot without functioning Guest Additions, you are most likely using some feature during boot that is only provided by Guest Additions. If your CentOS is running a desktop, it is possible that only the display is nonfunctional and you may still be able to connect via other means (i.e. SSH if available).
add a comment |
Anytime you upgrade the kernel, you need to rebuild all kernel modules.
VirtualBox Guest Additions are implemented as a kernel module so it would need to be rebuilt/updated anytime the kernel is.
As for why your virtual machine does not boot without functioning Guest Additions, you are most likely using some feature during boot that is only provided by Guest Additions. If your CentOS is running a desktop, it is possible that only the display is nonfunctional and you may still be able to connect via other means (i.e. SSH if available).
add a comment |
Anytime you upgrade the kernel, you need to rebuild all kernel modules.
VirtualBox Guest Additions are implemented as a kernel module so it would need to be rebuilt/updated anytime the kernel is.
As for why your virtual machine does not boot without functioning Guest Additions, you are most likely using some feature during boot that is only provided by Guest Additions. If your CentOS is running a desktop, it is possible that only the display is nonfunctional and you may still be able to connect via other means (i.e. SSH if available).
Anytime you upgrade the kernel, you need to rebuild all kernel modules.
VirtualBox Guest Additions are implemented as a kernel module so it would need to be rebuilt/updated anytime the kernel is.
As for why your virtual machine does not boot without functioning Guest Additions, you are most likely using some feature during boot that is only provided by Guest Additions. If your CentOS is running a desktop, it is possible that only the display is nonfunctional and you may still be able to connect via other means (i.e. SSH if available).
answered 11 hours ago
GracefulRestartGracefulRestart
1,7093 silver badges7 bronze badges
1,7093 silver badges7 bronze badges
add a comment |
add a comment |
danobrega is a new contributor. Be nice, and check out our Code of Conduct.
danobrega is a new contributor. Be nice, and check out our Code of Conduct.
danobrega is a new contributor. Be nice, and check out our Code of Conduct.
danobrega is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f535205%2fblack-screen-after-booting-centos-7-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