Quote:
|
Originally Posted by panamaszr12
I currently have fedora on my hard drive. When I put in my windows xp disc the screen goes blank and windows won't start I am guessing that the mbr is the problem. I just don't know how to fix it.
|
To clear the MBR from Linux:
dd if=/dev/zero of=/dev/<your disk device here> bs=512 count=1
Your system will be unbootable and partition information lost after that.
Quote:
|
Originally Posted by panamaszr12
I would like to split the disc into two partitions so I can use both windows and fedora.
|
Fedora installation uses two partitions as default, so you need at least three for both Fedora and Windows Just allocate big enough partition for Windows during installation instead of blindly clicking through the defaults, then install Fedora in the remaining unpartitioned space.