Results 1 to 5 of 5
Has anyone experienced extremely slow boot times of 5 minuits or more?
What can cause this on a freshly installed machine?
And I'm not including the initial boot....
- 02-20-2008 #1
Slow to Boot
Has anyone experienced extremely slow boot times of 5 minuits or more?
What can cause this on a freshly installed machine?
And I'm not including the initial boot.
- 02-20-2008 #2
On my openSUSE 10.3 installations, I can boot into KDE in about 30 to 45 seconds which makes me think that there is a problem somewhere. If its a fresh install, try reinstalling. Also look at the startup process to see where exactly things are slowing down.
- 02-20-2008 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
You can hit Escape to drop the bootsplash screen and watch boot messages. Watch out for ones that seem to take longer than others and post back here with details.
- 02-20-2008 #4
I have done this
I have done this and found that something called ata2 is trying to access some service and is getting denied...it keeps trying to do this until it succeeds.
I have reinstalled many times with no changes to the time it takes.
- 02-20-2008 #5Linux Newbie
- Join Date
- Jan 2008
- Location
- UK
- Posts
- 211
There was a thread which suggested this:
have been having a similar problem on my Dell 4600. One solution is to edit your modprobe .conf. After the line that reads alias scsi_hostadapter ata_piix insert options ata_piix noprobe. Now you should make a ramdisk and hopefully on your next boot you won't have that irritating delay. To make the ramdisk as root type
Code:
/sbin/mkinitrd initrd-2.6.18-1.2849.fc6.img 2.6.18-1.2849.fc6
where 2.6.18-1.2849.fc6 is the version of your kernel. Use uname -r to find the kernel info.
As you can see it is an old one, but maybe it will help it does not always work.
Someone else said that his problem was caused by a bad drive.


Reply With Quote