HELP!! fix MBR?

Hi, i am fixing a computer for a friend and am trying to install xp on a hd that was running ubuntu. When i get to running windows on the instilation screen, it freezes. I am told this is because of the MBR.

Linux Software 434 This topic was started by ,



data/avatar/default/avatar26.webp

1 Posts
Location -
Joined 2009-10-18
Hi, i am fixing a computer for a friend and am trying to install xp on a hd that was running ubuntu. When i get to running windows on the instilation screen, it freezes.I am told this is because of the MBR. How do i fix this?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic



data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
Actually, the situation that you describe is a little different. You are installing Windows on a system that currently has the whole hard drive formatted with a Linux partition, correct?
 
If you have you Ubuntu disk handy, you can fix this. Windows is unable to read Linux partitions, so it hangs during the installation, as it is unable to find a valid Windows partition on the hard drive.
 
See this Microsoft article.
 
You can also use any Modern/ recent good Linux live CD to fix the problem as well. You need to partition the drive as a fat32 partition, so the Windows installer can see the drive correctly.
 
Also, if the computer is a very new one (less than two years old), then realize that Windows XP does not often see sata drives correctly, without drivers for the chipset handy during the installation.


data/avatar/default/avatar28.webp

2 Posts
Location -
Joined 2010-02-01
I'd use SystemRescueCd (just use a search engine to find it with that name) and the NTFS format that Windows likes rather then the more Universal FAT32 that most things read. Linux will handle (and that LiveCD) NTFS as ntfs-3g /dev/sda1 (or whatever partition) /mnt/windows under linux. I really run mine via a USB-HDD of 256M or more, sometimes with a second partition for data (FAT32/NTFS/EXT3). You can setup a new system with that and make the partitions for anything pretty much, mine are often DOS, Windows, Linux, Swap with Linux as the default. There is much more information on fixing problems like the MBR there (at the CD's site).