• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Ubuntu hangs when booting

I installed Ubuntu on my system and it installed fine and needed to reboot to finish installation. So it reboots but at the boot screen it seems to freeze when saying something about hotplug subsystem. Is this normal? Did it freeze or does it take a really long time? I left it alone for about 15 min. and nothing happened.

The weird thing is I have installed Ubuntu before with the same CD on the same PC so I have no idea what is wrong, my system has also not undergone any system changes.

Also I am not sure if this is relevent to my particular problem, but I also noticed when booting it says "creating initial device nodes..." After that it says "KDSKBENT: Invalid argument failed to bind key 255 to value 975"

Does that have anything to do with my current problem? Anyway to try and fix this?
 
Does a grub or lilo screen come up for a second? Usually there is some way to pass a noacpi or noapic line to the kernel.

Something like "linux noapic noapci" might help. I'm not sure how to do it with grub though.
 
Originally posted by: KoolDrew
Yes, it is GRUB.

Sorry, never had much experience with grub.

Does your grub screen look like this?

I think you want to go into the command line and give it a specific command, but never used grub.

Heck, disabling this stuff might not even help...
 
noacpi and noapic are completely different things, infact I'm not even sure if noacpi is a valid kernel parameter. But I could be wrong, there are other parameters that aren't documented properly.

acpi=off is what you want and you can add it to the kernel in grub by hitting 'e' on the kernel you're booting then I believe hitting 'e' again on the line with the kernel options, just add it onto the end unless there's another acpi= option already there.

And what part of the hotplug fails? It generally runs though PCI, USB, ieee1394, etc when it's loading up.
 
And what part of the hotplug fails? It generally runs though PCI, USB, ieee1394, etc when it's loading up.

I have no idea. All I see is "Initializing hotplug subsystem" or something like that and it freezes. I don't see anything after it. I will try what you said right now though.
 
I think it may have to do with my PCI video card. I just remembered I added that before and that is the only change since the last time I installed Ubuntu. I have not tried it without the card in though. I have onboard so I will try it with onboard right now.
 
I had the same problem with a PCI video card.

To use PCI instead of onboard video, I had to add the agpgart module to the hotplug blacklist. You could also just rename the module, which I believe is called agpgart.ko.

Google these procedures for more information. In order to boot the system initially, I had to use onboard video only.

The only drawback I've found is that 3D support, which exists for my PCI card, seems to fail because of the absense of agpgart. Otherwise, PCI video works.
 
Back
Top