Jump to content
5 posts in this topic

Recommended Posts

if you can get into command prompt , run as an administrator, run following commands

diskpart     enter

list disk     enter

you should have lists of hdds on pc as

 

disk0

disk1 ..............check one with gpt partition(for example  disk1)

;etc

 select disk1    enter,    once gpt disk selected

clean enter               and thats all.

if you have another windows pc , you can connect hdd to it and do as above.

hth

Run your Lion DVD, open Terminal and enter this.

 

sudo diskutil umount -f /Volumes/YourPartitionName

 

Close Terminal, open Disk Utility. (Still in Lion Installer)

Format it FAT, then run Windows DVD and format to NTFS/FAT.

 

Make sure the drive is MBR for Windows DVD as well.

 

* If that Terminal command doesn't work then try: 

sudo diskutil umount force /Volumes/YourPartitionName

×
×
  • Create New...