Tag: boot time

Ten ways to Tweak your Linux Boot Process

January 16, 2009 by Jason

Linux rarely needs to be rebooted. But when it does, it’s often slow to boot. Fortunately, there are ways to speed things up. Some of these methods are not terribly difficult. (although some, unfortunately, are). Let’s take a look.

1. Disable unnecessary services

Depending upon the use of the machine, plenty of services won’t be needed. Using Linux just for a desktop? Then you won’t need sendmail, httpd, and many other services. If your server is only a Web server, you can shut off many services as well. To do this, you can go to the Administration menu and take a look at the Services entry. Just deselect all of the services you don’t want to start.

2. Disable unnecessary kernel modules

If your desktop is wired to the Ethernet, you don’t need to have a wireless kernel module loaded. This task is a bit more difficult and will require a kernel recompilation, which is not the easiest task to undertake. To do this, you will need the kernel sources. Then, follow the standard steps for compiling a kernel. The difference is that you’re going to go through your system and disable all of the modules you don’t need. Read More»

Bootup Faster from Windows Vista

July 13, 2008 by Jason

Is your windows Vista getting slower and slower now that you have been using it for almost a year and have installed many programs and used up more space since you first installed the OS? If so here are a few tips to tweak your PC to get that boot up performance back making it quicker.

First thing you should do is always get rid of your temporary files and any unused programs. Once you have done that then run the defrag tool to reorganize your hard drive. Defragmenting your files puts them back into one contiguous space on your drive optimizing your boot time.

To get Vista’s defrag tool to give you some information about your hard disk, and to controlWindows Vista Memory which hard disk or partition it defragments, you will need to use the command line defragmentation utility. It will still not give you any feedback while defragmenting, just as the GUI version of the defragmenter will not, but at least you can get information on the fragmentation level of your hard disk, control whether to defragment even if the file fragments are larger than 64 MB, and control which partition or hard disk to defragment. Read More»

How to Get Your Computer to Boot Faster

February 14, 2008 by Jason

Step 1:
The biggest problem is that almost every time you install new software, it loads when you boot. I have applications that I rarely use like optical character recognition, and those I turn to several times a day like MS Outlook. By simply loading software only when you need it, you can cut your boot time significantly. To see what is loading now and to pick and choose in Windows XP click on your Start Menu. Go to Run. Type: msconfig. You’ll be presented with tabs. You’re probably operating under Normal Start Up which loads all device drivers and services. Choose Selective Startup instead. Under Selective Startup I’ve checked Process System.INI file, Process Win.INI.file, Load System Services, Load Startup Intems and Use Original Boot.INI. If you are an advanced user and you know what you are doing you can select or deselect these boxes as you choose. If you click everything except Services and then click disable all, followed by OK, you’ll end up booting in Safe Mode. Our goal here is to cut back on the Start Up programs. Click that tab. There you’ll find a long list of applications like ALCMTR and hpsysdrv. I took the time to enter each of them in Google to search for what they did. Sites like processlibrary.com proved useful in determining whether or not I should enable or disable the applications on booting. Right now I’ve only selected about a third of those listed. My machine boots faster and I’ve notice no lack of performance. Read More»

Make XP boot even Faster

February 01, 2007 by Jason

Microsoft has chosen a completely different path for XP and it’s boot features by trying to incorporate as much support for newer fastboot BIOSes that are on most current motherboards. They built XP in such a way as to make it able to take advantage of features in these new BIOSes, and one of the coolest things is a small application called bootvis. bootvis.
Read More»