Tag: Bootsect
January 03, 2010 by
Jason
Each time you install a version of Windows, it rewrites the MBR to call its own boot loader. If you install Windows 7 (or Windows Vista) as a second operating system on a PC where Windows XP is already installed, the Windows boot menu incorporates the options from the older boot menu. But if you install a fresh copy of Windows XP (or Windows Server 2003) on a system that is already running Windows 7, you’ll overwrite the MBR with one that doesn’t recognize the Windows 7 boot loader. To repair the damage, open a Command Prompt window in the older operating system and run the following command from the Windows 7 DVD, substituting the letter of your DVD drive for d here:
d:\boot\ bootsect.exe /nt60 all
When you restart, you should see the Windows 7 menu. To restore the menu entry for your earlier version of Windows, open an elevated Command Prompt window and type this command:
bcdedit /create {ntldr} –d “Menu description goes here”
Substitute your own description for the placeholder text, being sure to include the quotation marks. The next time you start your computer, the menus should appear as you intended. Read More»
Posted in Windows 7 | No Comments »
December 02, 2009 by
Jason
Just as it was the case for Windows Vista, Microsoft’s latest iteration of the Windows client can also be uninstalled, although “uninstall” does not specifically describe the process that end users will need to take in order to revert to a previously existing copy of a Windows OS. At the same time, also as for its predecessor, Windows 7 can only be removed and the previous Windows platform reinstated in a single installation scenario. Namely, uninstalling the latest version of the operating system is only possible if users installed Windows 7 as a new installation over an earlier version of Windows in the first place.
Obviously, clean installs of Windows 7, where no old OS existed on the hard drive, cannot be uninstalled. The same is valid for users that opted to upgrade from Windows Vista to Windows 7, as well as for those who created multi-boot configurations, deploying Windows 7 alongside older Windows releases.
Uninstalling Windows 7 is only possible if “You used the Windows 7 installation media to install Windows 7 to the same hard disk drive on which you had Windows XP, Windows Vista, or another version of Windows 7 installed. In this scenario, the Windows 7 installation will have created a Windows.old folder that contains your previous operating system and personal files. This Windows.old folder is in the root of the Windows partition,” Microsoft noted.
Read More»
Posted in Windows 7 | 1 Comment »
November 20, 2008 by
Jason
Mr Dave Glover of Blogs.MSDN.com wrote a guide on how to create a USB Thumb Drive Vista Installer. The article is interesting because recently a friend of mine wishes to install Windows Vista onto a laptop in which DVD drive is not working anymore (it’s already dead).
BTW, this is really useful for all DVD less laptops. So, I wrote a Complete Step-by-Step Beginner’s Style Guide on how to do it easily, Not Just For the Geeks But For All.
1. Format the USB Stick as NTFS: Open Windows Explorer and Right-Click the Drive > Choose the Format Option
2. In the File System Combo box, Choose NTFS and Click the Start Button to begin.
3. Afterwards, Open the Command Prompt as Administrator: In Start Search type, cmd > Press CTRL + Shift + Enter
or you will get… “Access is denied” Message after launching diskpart command. Read More»
Posted in Windows Vista | 10 Comments »
November 05, 2008 by
Jason
Removable flash memory sticks are pretty much one of the most handy little pieces of technology to come along in the last couple of years. They come in various shapes and their storage size can range from a measly 128 MB to a whopping 32 GB. And you’re not restricted by what you are able to put onto these devices either. Which got me thinking today. I am regularly installing fresh copies of Windows onto new built PCs, so I look for any way to increase the speed at which my work gets done without compromising quality, of course.
So I thought, with the speed of flash drives today, it could be possible to install Windows XP onto those PCs in a much faster time than with optical media (CD/DVD). Plus with all the motherboards I use, I always make sure that the motherboards support booting from USB as it’s a very handy feature. So I decided to look into the various guides that can be found on the Internet. Originally meant for the EEEPC, I found a guide that I was able to understand. Because of the way it was written it took me longer than 10 minutes to understand the whole procedure and I’m sure the average geek would be completely confused before they had reached the second line, simply because of the total lack of explanation on the part of the guide’s creator for those who do not usually do this kind of thing. Read More»
Posted in Windows XP | 100 Comments »
September 29, 2008 by
Jason
Get your hands on a USB drive that’s at least 3GB in size. You’ll also need a Windows Vista installation disk.
Format the USB Drive
1. Insert the USB drive into your computer.
2. Right-click Computer in the Start menu and then select Manage.
3. Select Disk Management under Storage in the left column of the Computer Management window.
4. Right-click the USB drive in the bottom center section of the Computer Management window and select Format. Warning: Make sure you select the right disk to format. Formatting a disk will erase all data on it.
5. Change the file system to NTFS and then click OK to format the USB drive.
6. Wait for the USB drive to be formatted. The formatting progress will be shown in the Computer Management window. Read More»
Posted in Windows Vista | 3 Comments »
February 19, 2008 by
Jason
The Windows Vista Disk Defragmenter has been improved over the Windows XP version, but you can’t see or use all the best features unless you run it from the command line. By default the defrag tool only defragments files smaller than 64 MB, because according to Microsoft’s benchmarks, fragments of this size, which already consist of at least 16000 contiguous clusters, have a negligible impact on performance. If you still want to defrag files larger than 64 MB too, you need to use the -w switch mentioned below to defragment files of all size.
Disk Defragmenter does not defragment files in the Recycle Bin, or files which are in use. Disk Defragmenter will not degragment Bootsect dos, Safeboot fs, Safeboot csv, Safeboot rsv, Hiberfil sys, Memory dmp, or the Windows page file. Using the -b parameter will optimize these boot files. Read More»
Posted in Computer, Windows Vista | No Comments »
February 16, 2008 by
Jason
Windows Vista no longer starts after you install an earlier version of the Windows operating system in a dual-boot configuration.“If you install an earlier version of the Windows operating system on a Windows Vista-based computer, Windows Vista no longer starts. In this case, only the earlier version of the Windows operating system starts.“
Why This Occur ?
These issues occur because earlier versions of the Windows operating system are incompatible with the new Windows Vista startup method. Windows Vista uses a new Boot Configuration Database (BCD) store. This store contains a boot menu and all the information about operating systems that are installed on the computer. Therefore, a Boot.ini file that is from an earlier version of the Windows operating system cannot be used to start Windows Vista. Read More»
Posted in Computer | 1 Comment »