Hi
i used Gparted liev cd created a partition and but it messed up my windows
so i thought i will do a clean installation .
i am able to install ubuntu. i created a ntfs partition for windows also .
but now during windows installationit does not detect my hard drive at all .
(ubuntu was able to see drive but not partition. now this . what a lucky man i am
) .
it is asking for drivers . i tried some which i have . but it did not work
it seems the drive not detecting is a common issue with windows 7
(they have suggested some bios fix, i can't do that as my bios does not provide the option) .
so can anyone help me with the
motherboard make of 6165tx , so that i can download driver from intel and try again .
or else i will have to clean my HDD .
What are those SYSTEM and HP_TOOLS partitions for?
are those necessary? can i remove them?
thanks
Unfortunately you will probably have to prepare your HDD for Windows to recognize it.It is not a driver issue.
Even if you manage to install windows,you will probably have to reinstall GRUB,as Windows will destroy it(Windows does not really like any other o.s with it
)
You can try deleting linux codes using CLEAN ALL command.
I think you know how to open diskpart at system start up(insert the Windows 7 installation DVD and restart the laptop, at the first black/screen hit the space bar for the "Press any key ... " prompt, then at the "Language" screen hold the "Shift" key and hit the F10 hot-key to open a command window)
Now do the followings,
1.In the command window that opens type diskpart then hit the <enter> key then type list disk <enter>
2.Now in the command window type select disk # (# = target disk number) then <enter>, you will get "Disk # is now the selected disk".
3.Now type,clean all <enter>
4.It will take a lot of time,do not panic,when it finishes you'll get "DiskPart succeeded in cleaning the disk" in the command window.
6.Still in the same command window, to create a partition of say 100GB you would add the size you want to create in MBs
type create partition primary size=102400 <enter>
You can always extend the Windows partition to include the remaining unallocated space on the HDD or create additional Primary partitions or an extended partition after the installation completes if you want.
(Do not format the created partition(s) with the installer if you create them using this process as the installer will delete all the information)
6.To leave diskpart and return to the Windows 7 installer type exit two (2) separate times and hit <enter> after each and you will be returned to the installer to continue the installation process.
(I will repeat DO NOT format the partitions again from the installer,it will screw up all the works done before)
Now rest of the things are easy,complete windows 7 install...
There must be some easier method to install Windows over Ubuntu and restoring the GRUB menu,but I am out of touch from both Windows and Ubuntu for a long time now and forgot all those nitty gritties.