Fedora won't boot. The startup progress bar goes all the way to the right and then everything just freezesHow...
Decoupling cap routing on a 4 layer PCB
Something that can be activated/enabled
Is bounce rate of a website a ranking factor?
Adding command shortcuts to bin
If I set assumevalid=0 after syncing the blockchain will Bitcoin Core go back and validate historical blocks?
How can internet speed be 10 times slower without a router than when using a router?
How to increase the size of the cursor in Lubuntu 19.04?
IP addresses from public IP block in my LAN
How can I roleplay a follower-type character when I as a player have a leader-type personality?
How should I tell my manager I'm not paying for an optional after work event I'm not going to?
My advisor talks about me to his colleague
Word for Food that's Gone 'Bad', but is Still Edible?
In Stroustrup's example, what does this colon mean in `return 1 : 2`? It's not a label or ternary operator
Point of the Dothraki's attack in GoT S8E3?
Can my company stop me from working overtime?
Why does this derived table improve performance?
US born but as a child of foreign diplomat
Has the Hulk always been able to talk?
Appropriate certificate to ask for a fibre installation (ANSI/TIA-568.3-D?)
Why does sound not move through a wall?
Are the Night's Watch still required?
What was the first story to feature the plot "the monsters were human all along"?
Shutter speed -vs- effective image stabilisation
Why did the Apollo 13 crew extend the LM landing gear?
Fedora won't boot. The startup progress bar goes all the way to the right and then everything just freezes
How do I prevent GRUB from using/starting any graphical UI?Installed Fedora in dual boot Windows desktop. Now I can't get full monitor resolution with my AMD Radeon HD 6450Gnome3.6.2 - empathy chats do not appear in the notification bar after a while in fedora 18Cannot boot Fedora LinuxX hangs after hibernating Fedora 18Fedora 19 - Booting doesn't show login screenFedora 20 ACPI issues on black screen before log onX won't start after Ignoring BGRTHow to install mac-like global menu feature in Fedora 23 XFCE spin?Does GUI programs terminate on SSH disconnect even if launched in screen?Boot freezes just after loading graphics on Ubuntu 18.10 and Fedora 29Unable to read contents of Fedora file system!
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
What could the problem be? How do I find out what's going on?
EDIT: Hitting f2 when the progress bar is going across the screen shows that booting stops at "Starting atd: [OK]". After it reaches that point, the screen flickers a little bit and it just hangs.
fedora
add a comment |
What could the problem be? How do I find out what's going on?
EDIT: Hitting f2 when the progress bar is going across the screen shows that booting stops at "Starting atd: [OK]". After it reaches that point, the screen flickers a little bit and it just hangs.
fedora
The OP was working on this answer when he encounters this problem. @jonderry I think it's better to give a little context to the problem you are having.
– phunehehe
Mar 8 '11 at 5:35
2
If things was working properly before then chances are the newly created /etc/X11/xorg.conf is at fault. Try booting into single user mode and deleting the file.
– phunehehe
Mar 8 '11 at 5:39
What drivers did you install? Do you have 'nomodeset' in your GRUB kernel parameters?
– jsbillings
Mar 8 '11 at 13:44
add a comment |
What could the problem be? How do I find out what's going on?
EDIT: Hitting f2 when the progress bar is going across the screen shows that booting stops at "Starting atd: [OK]". After it reaches that point, the screen flickers a little bit and it just hangs.
fedora
What could the problem be? How do I find out what's going on?
EDIT: Hitting f2 when the progress bar is going across the screen shows that booting stops at "Starting atd: [OK]". After it reaches that point, the screen flickers a little bit and it just hangs.
fedora
fedora
edited Mar 8 '11 at 5:03
jonderry
asked Mar 8 '11 at 4:45
jonderryjonderry
78421119
78421119
The OP was working on this answer when he encounters this problem. @jonderry I think it's better to give a little context to the problem you are having.
– phunehehe
Mar 8 '11 at 5:35
2
If things was working properly before then chances are the newly created /etc/X11/xorg.conf is at fault. Try booting into single user mode and deleting the file.
– phunehehe
Mar 8 '11 at 5:39
What drivers did you install? Do you have 'nomodeset' in your GRUB kernel parameters?
– jsbillings
Mar 8 '11 at 13:44
add a comment |
The OP was working on this answer when he encounters this problem. @jonderry I think it's better to give a little context to the problem you are having.
– phunehehe
Mar 8 '11 at 5:35
2
If things was working properly before then chances are the newly created /etc/X11/xorg.conf is at fault. Try booting into single user mode and deleting the file.
– phunehehe
Mar 8 '11 at 5:39
What drivers did you install? Do you have 'nomodeset' in your GRUB kernel parameters?
– jsbillings
Mar 8 '11 at 13:44
The OP was working on this answer when he encounters this problem. @jonderry I think it's better to give a little context to the problem you are having.
– phunehehe
Mar 8 '11 at 5:35
The OP was working on this answer when he encounters this problem. @jonderry I think it's better to give a little context to the problem you are having.
– phunehehe
Mar 8 '11 at 5:35
2
2
If things was working properly before then chances are the newly created /etc/X11/xorg.conf is at fault. Try booting into single user mode and deleting the file.
– phunehehe
Mar 8 '11 at 5:39
If things was working properly before then chances are the newly created /etc/X11/xorg.conf is at fault. Try booting into single user mode and deleting the file.
– phunehehe
Mar 8 '11 at 5:39
What drivers did you install? Do you have 'nomodeset' in your GRUB kernel parameters?
– jsbillings
Mar 8 '11 at 13:44
What drivers did you install? Do you have 'nomodeset' in your GRUB kernel parameters?
– jsbillings
Mar 8 '11 at 13:44
add a comment |
2 Answers
2
active
oldest
votes
Sounds very much like there is a problem starting X, especially if you were messing around with xorg.conf.
Deleting xorg.conf should solve the problem, also you should check /var/log/Xorg.0.log
for errors.
You have saved my laptop.
– Wok
Mar 3 '13 at 21:50
@wok: glad to hear that!
– nico
Mar 4 '13 at 6:18
add a comment |
Since people may not be familiar with the grub boot. The below routine would help.
- At boot up screen press and hold SHIFT key until boot selection menu appears.
- Press
a
to change the kernel arguments. - Remove
quiet splash
if any and addsingle
. Keep everything else intact. Press enter to boot. Now you should be able to log in to the machine
Locate the
xorg.conf
file and delete it.rm -f /etc/X11/xorg.conf
reboot
Since you didn't save the last boot option, no need to modify at boot menu again.
New contributor
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
});
}
});
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%2f8807%2ffedora-wont-boot-the-startup-progress-bar-goes-all-the-way-to-the-right-and-th%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
Sounds very much like there is a problem starting X, especially if you were messing around with xorg.conf.
Deleting xorg.conf should solve the problem, also you should check /var/log/Xorg.0.log
for errors.
You have saved my laptop.
– Wok
Mar 3 '13 at 21:50
@wok: glad to hear that!
– nico
Mar 4 '13 at 6:18
add a comment |
Sounds very much like there is a problem starting X, especially if you were messing around with xorg.conf.
Deleting xorg.conf should solve the problem, also you should check /var/log/Xorg.0.log
for errors.
You have saved my laptop.
– Wok
Mar 3 '13 at 21:50
@wok: glad to hear that!
– nico
Mar 4 '13 at 6:18
add a comment |
Sounds very much like there is a problem starting X, especially if you were messing around with xorg.conf.
Deleting xorg.conf should solve the problem, also you should check /var/log/Xorg.0.log
for errors.
Sounds very much like there is a problem starting X, especially if you were messing around with xorg.conf.
Deleting xorg.conf should solve the problem, also you should check /var/log/Xorg.0.log
for errors.
edited Mar 9 '11 at 11:49
answered Mar 8 '11 at 6:43
niconico
4081412
4081412
You have saved my laptop.
– Wok
Mar 3 '13 at 21:50
@wok: glad to hear that!
– nico
Mar 4 '13 at 6:18
add a comment |
You have saved my laptop.
– Wok
Mar 3 '13 at 21:50
@wok: glad to hear that!
– nico
Mar 4 '13 at 6:18
You have saved my laptop.
– Wok
Mar 3 '13 at 21:50
You have saved my laptop.
– Wok
Mar 3 '13 at 21:50
@wok: glad to hear that!
– nico
Mar 4 '13 at 6:18
@wok: glad to hear that!
– nico
Mar 4 '13 at 6:18
add a comment |
Since people may not be familiar with the grub boot. The below routine would help.
- At boot up screen press and hold SHIFT key until boot selection menu appears.
- Press
a
to change the kernel arguments. - Remove
quiet splash
if any and addsingle
. Keep everything else intact. Press enter to boot. Now you should be able to log in to the machine
Locate the
xorg.conf
file and delete it.rm -f /etc/X11/xorg.conf
reboot
Since you didn't save the last boot option, no need to modify at boot menu again.
New contributor
add a comment |
Since people may not be familiar with the grub boot. The below routine would help.
- At boot up screen press and hold SHIFT key until boot selection menu appears.
- Press
a
to change the kernel arguments. - Remove
quiet splash
if any and addsingle
. Keep everything else intact. Press enter to boot. Now you should be able to log in to the machine
Locate the
xorg.conf
file and delete it.rm -f /etc/X11/xorg.conf
reboot
Since you didn't save the last boot option, no need to modify at boot menu again.
New contributor
add a comment |
Since people may not be familiar with the grub boot. The below routine would help.
- At boot up screen press and hold SHIFT key until boot selection menu appears.
- Press
a
to change the kernel arguments. - Remove
quiet splash
if any and addsingle
. Keep everything else intact. Press enter to boot. Now you should be able to log in to the machine
Locate the
xorg.conf
file and delete it.rm -f /etc/X11/xorg.conf
reboot
Since you didn't save the last boot option, no need to modify at boot menu again.
New contributor
Since people may not be familiar with the grub boot. The below routine would help.
- At boot up screen press and hold SHIFT key until boot selection menu appears.
- Press
a
to change the kernel arguments. - Remove
quiet splash
if any and addsingle
. Keep everything else intact. Press enter to boot. Now you should be able to log in to the machine
Locate the
xorg.conf
file and delete it.rm -f /etc/X11/xorg.conf
reboot
Since you didn't save the last boot option, no need to modify at boot menu again.
New contributor
New contributor
answered 46 mins ago
HanHan
1012
1012
New contributor
New contributor
add a comment |
add a comment |
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%2f8807%2ffedora-wont-boot-the-startup-progress-bar-goes-all-the-way-to-the-right-and-th%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
The OP was working on this answer when he encounters this problem. @jonderry I think it's better to give a little context to the problem you are having.
– phunehehe
Mar 8 '11 at 5:35
2
If things was working properly before then chances are the newly created /etc/X11/xorg.conf is at fault. Try booting into single user mode and deleting the file.
– phunehehe
Mar 8 '11 at 5:39
What drivers did you install? Do you have 'nomodeset' in your GRUB kernel parameters?
– jsbillings
Mar 8 '11 at 13:44