Tag: Hard Drive
Dual Boot Windows 7 and Xp or other OS
by jeremy on Sep.17, 2009, under Cool Stuff, Technology
Partition Your Hard Drive
Before you go installing Windows 7, the first thing you need to do is create a new partition on your hard drive to hold the new installation of Windows. Partitioning your hard drive will vary depending on whether you’re running XP or Vista—namely because Vista has a partition tool baked in, XP does not.
Partition Your Hard Drive in XP
To partition your hard drive in Windows XP, you’ll need to download some sort of third-party partitioning software. There are a lot of options available, but I prefer to stick with the previously mentioned GParted live CD, a free, open source boot CD that can handle all kinds of partitioning duties.

To use it, just download the GParted Live CD, burn it to a CD, then reboot your computer (booting from the disc). You’ll boot right into the partitioning tool. HowtoForge’s previous guide to modifying partitions with GParted is a great place to start, but it’s a fairly basic procedure:
- Resize your current OS drive to free up enough space for a Windows 7 partition (the minimum system requirements ask for 16GB).
- Create a new partition from the newly freed space.
- Apply your changes.
Partition Your Hard Drive in Vista
The folks at Redmond were kind enough to include a disk partitioning tool in Vista if you know where to look. So go to Control Panel -> System and Maintenance (skip this one if you’re in Classic view) -> Administrative Tools -> Computer Management. Once you launch the Computer Management tool, click on Disk Management under the Storage heading in the sidebar. It’s partitioning time.
In a nutshell, you’ll need to shrink your current OS partition to free up at least 16GB of disk space (per the Windows 7 minimum system requirements), then create a "New Simple Volume" from the free space.
Install Windows 7
Insert your Windows 7 disc and reboot your computer (you’ll need to have enabled booting from your DVD drive in your system BIOS, but most PCs will have this enabled by default).
Once the DVD boots up it’s a simple matter of following along with the fairly simple installation wizard. When you’re choosing installation type, be sure to select Custom (advanced) and choose the partition you set up above. (Be careful here. Choosing the wrong partition could mean wiping your other Windows installation altogether, so make sure you pick the new partition you just created.)
After you select the partition, go grab yourself a drink and let the installer do its work. Windows will run through some installation bits, restart a few times in the process. Eventually you’ll be prompted to set up your account, enter your license key, and set up Windows. Keep your eyes open for fun new Windows 7 features, like your new homegroup (and the accompanying password). When it’s finished, you’re up and rolling with your new Windows 7 installation.
DONE!!
See other post on how to change the boot loader menu.
Can I modify Windows 7 Boot Loader?
by jeremy on Sep.17, 2009, under Cool Stuff, Technology
Yes, you can.
Yesterday, I installed Windows 7 Pro on my 5 year old Dell M70 laptop. It currently had only Windows Xp pro. I at first had to change and create a partition on my hard drive to install Windows 7 I gave it at least 20 gigs of free space. I used a Live Linux Cd called GParted ( I will link to that later). So no
w, I set up XP/ Windows 7 dualboot. The Windows 7 installer set the default boot choice to Windows 7 and renamed the XP as “Previous version of Windows”, also a timeout of 30sec set.
If you try to modify the boot options the old-fashioned with boot.ini file, you get the following warnings:
!!Warning: Boot.ini is use d on Windows XP and earlier operating systems!!
!!Warning: Use BCDEDIT.exe to modify Windows Vista boot options!!
If you examine, Windows 7 doesn’t have NTFS write permissions on XP system partition, even though it creates a "boot sector" inside it, cause it is the first one in line on the system disk, which is shared half on half by both systems.
So I booted into Windows 7, and run the following commands:
- By default Vista/Windows 7 open command prompt in user mode, so we need to change the permission. To do so, just execute this command:
Start Menu > All Programs > Accessories > (right-click & "Run as administrator") Command prompt - bcdedit /set {legacy} Description "Windows XP Pro" (Changes the text description of the "Legacy" OS line in the boot menu. he quotation marks must be included in the command)
- bcdedit /default {legacy} ( Sets the legacy (Windows XP) OS as {default} boot item)
- Running bcdedit /? (shows all commands one is able to use)
Also, if you go into the system properties (right click my computer,properties, Advanced System Settings, Click the advanced tab, under start up and Recovery, setting,) You can change the Default as well as the time to display it.
