Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I need to convert this hard drive to MBR. I'm trying to dual boot Windows and Linux and my Windows XP install disk won't even attempt to install anything on it (doesn't even see it). I have a Knoppix LiveCD that I can boot said machine with and fdisk -l shows that the partition type is EFI GPT. fdisk doesn't seem to want to do anything more than list this information. parted's man page doesn't seem to say anything about converting to MBR. I've got a windows machine that I can mount the hard drive on (in an external enclosure). I tried using the windows utility diskpart to convert it to mbr, but it doesn't show the disk as being GPT, so it won't convert it.
What exactly does EFI GPT mean anyway? And how can I convert this beast to MBR?
When in doubt try wikipedia.
If were my disk, I'd just zero the start of the drive, then use [cs]fdisk to write a partition table. Haven't tried it though, so take it for what it's worth.
if the next time you give info like machine model types of hard drives etc etc would be nice. A mbr is the very first segment of the hard drive that is set to hold a boot loader. all dos Disk Operated Systems look for this it is called the mbr. if you want windows loader back boot your live cd sudo fdisk mbr
if you want to dual boot read the links.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.