kitbson wrote: WinXP using NTFS Fedora using FAT32 On this condition, your method is also suitable ???
kitbson wrote: SO, i need to change the format from FAT32 to ext2 and ext3 before install Fedora RIGHT ???
jayrok50 wrote: Seems to me that if you uninstall the Fedora partition, then wouldn't you only boot into WinXP being that's the only OS that is native on your PC???? Let us know exactly what it is that you're trying to accomplish and we'll do our best to help you out.
Except that when dual booting with Linux/XP, he is probably using a boot loader like grub. If he removes Fedora by simply deleting that partition, he will need to fix his MBR and use the XP boot.ini file to successfully boot into Windows afterwards.
sthomas wrote: Except that when dual booting with Linux/XP, he is probably using a boot loader like grub. If he removes Fedora by simply deleting that partition, he will need to fix his MBR and use the XP boot.ini file to successfully boot into Windows afterwards. If you boot from a Windows XP CD and go to the recovery console. Type FIXBOOT and FIXMBR and usually that takes care of the Linux boot loader problem. Of course I am no Linux expert since it has been a long time since I have done any *nix administration so I may be missing something.
Philippatos wrote: Unless you use LILO instead of GRUB. GRUB needs to access the menu.lst file (usually soft linked as grub.conf too) for configuration info. LILO stores all this info in the MBR itself, so you can blow the partition away and it'll still work. Of course, there's a trade-off. Every time you make a change to lilo.conf you MUST re-write the MBR for those chages to take effect. With grub you just edit the config file and that's it, you're done. LILO is the default bootloader for Mandriva Linux, by the way.
Silver Bullet wrote: sthomas wrote: Except that when dual booting with Linux/XP, he is probably using a boot loader like grub. If he removes Fedora by simply deleting that partition, he will need to fix his MBR and use the XP boot.ini file to successfully boot into Windows afterwards. If you boot from a Windows XP CD and go to the recovery console. Type FIXBOOT and FIXMBR and usually that takes care of the Linux boot loader problem. Of course I am no Linux expert since it has been a long time since I have done any *nix administration so I may be missing something. You're right as a previous poster pointed out. I think that Sprkymrk was just helping someone else understand the setup and why this method was needed.