Computer freezes while booting
diskpart
list disk (From the list take note of the disk number)
select disk *<--- your disk number here so prob disk 0
clean
create partition primary size=5120 (we are going to take 5gb out of the equasion)
assign letter=x (going to call it X so we can clearly see which one not to use)
select disk *<--- your disk number here so prob disk 0
create partition primary size=61440
assign letter=c
format fs=ntfs quick label=Win7
exit
in the windows install tell windows to use drive c: which should be named Win7 and a size of 60gb
if it works and thats an if, you need to advise your friend he needs to start thinking about a new disk in the not so distant future

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now