
Quote: Originally Posted by
maheshrpm
Hi all,
I have a HP dv3-2314tx laptop, Windows 7 Home Premium 32-bit OS which has two disk drives(C,D). D for recovery. C drive contains OS and all my files.
In Disk Management I marked C drive as "Mark Partition as Active". It was sowing some warning. But I pressed OK button. Now my laptop is not boots. What should I do? Should I reinstall my OS or any solution available?
Basically, you have most probably, as another indicated, declared the wrong partition to be active in other words to be the boot partition.
Now the procedure to fix this problem is essentially as suggested by iphone, except:
Boot up from your Win 7 DVD.
When you get to the very first dialog where you are giving a choice to do anything (what it is makes no difference), then:
SHIFT + F10 key combo
This gets you to a command prompt where you can use the DISKPART program.
The DISKPART program recognizes a set of commands.
Most of the ones of interest to you were given in another post.
· type
DiskPart,
Enter key
· type
List disk, Enter key
note the numeral of the disk you want to clean
for example purposes, I’ll be using the numeral 0
· type
Select disk 0, Enter key
· type
Detail disk, Enter key
this info will let you know if you selected correctly
· type
Select Partition 1, Enter key
this selects the Win 7 partition
· type
Active, Enter key
this declares the partition as the boot partition
· type
EXIT, Enter key (this exits DiskPart)
· type
EXIT, Enter key (this gets you back where you were)
At this point, remove the DVD and reboot your system.