Solved Windows 7 dual boot problem

jayantkumar

New member
Local time
3:07 AM
Messages
6
Hi,

Previously i had installed windows xp in C: drive. Afterwords i had installed windows 7 in D: drive. Till my evaluation period of windows 7. it was working fine and most of the time i was using windows 7. After completed my evaluation period of windows 7, i want to go with windows xp which is installed in C: drive. how can i boot from windows xp? i am not getting dual boot screen when i start computer even i am not able to log in with windows 7 because it has expired. i have tried to F8 special boot option. I have selected Safe mode but it is giving me windows 7 only in safe mode. i want to start my windows xp boot. please help.
 

My Computer

OS
windows 7 Home Premium 32bit
If you plan to install a new Windows 7, it may be easier to do that first before recovering your XP system - it might recover XP for you during install. If not, after installing 7, install EasyBCD, and use the "Add Entry" button, in the Version drop-down list select "Windows NT/2k/XP/2k3". EasyBCD usually finds the correct Drive letter for you, click the "Add Entry" button, and next restart you should find the XP system in the boot menu. (If it didn't work, probably the drive letter was wrong, so figure out which drive it is and try again.)

If you only want XP see gregrocker's authoritative answer below.
 
Last edited:

My Computer

OS
Windows 7
Open a command line from Win7 DVD or Repair CD using this method:
http://www.sevenforums.com/tutorials/119713-diskpart-pc-startup.html?ltr=D
Then type:

DISKPART
LIST DISK
SEL DISK 0 (replace 0 with XP HD #)
LIST PART
SELECT PART 1 (replace 1 with XP partition #)
ACTIVE
DETAIL PART (get XP drive letter)
EXIT

After exiting DISKPART, type:

bootsect /nt52 c: (replace c: with the XP drive letter)

press enter, reboot into XP

In XP Disk Mgmt, you can delete Win7.
 
Thanks all for your reply.

I got another solution to do that.

1) Start Computer

2) tap F8 to Boot option

3) Select Safe mode with command prompt

4) I typed C:\bootcfg /Default /ID 1

Problem is resolved.

Thanks & Regards
Solanki Jayant
 

My Computer

OS
windows 7 Home Premium 32bit
Back
Top