On Fri, 16 Oct 2009 01:51:06 +0000, DK wrote:
> Please give suggestions on how to best handle dual booting in this case:
>
> - Two Drives. Both contain primary partitions (Drive1 NTFS and Drive2
> Ext3).
>
> - Drive1 has WinXP installed and configured.
>
> - I want to dual boot XP with 64-bit CentOS 5.3 (Not yet installed).
>
> - Preferably, I'd like to use NTLDR so that if things go wrong with
> Linux, I should be able to simply delete the partition to which the OS
> is installed - without any effects on XP.
>
> - Changing boot sequence in BIOS is an ugly option which I am trying to
> avoid.
>
> Thank you!
>
> Dima
The CentOS installer will install Grub. It will also recognize Windows
and add it to the boot menu automatically. you can always restore the MBR
from the Windows install disk if you want to get rid of Grub.
May I suggest that you install VMware Server on CentOS and then run XP as
a virtual machine on top of Linux, it will allow you to use both at once.
VMware has a utility called Converter that will create a VM that's an
exact duplicate of your existing XP installation. VMware Server and the
Converter utility are both free.
http://www.vmware.com/products/converter/
http://www.vmware.com/products/server/
You will definitely want to run XP on top of Linux, not Linux on XP.
CentOS 5.3 is a 64 bit OS so it can use as much RAM as your machine can
support, if it's a DDR2 system you can put in at least 8G which will run
you about $150. XP is a 32 bit OS that is limited to 3G so running a VM
on top of XP would be very limiting whereas running an XP on top of
CentOS would allow XP to have the full 3G that it wants and still leave
5G for everything else.
If you were to use Fedora 11 instead of CentOS you could use KVM to run
the XP VM, KVM is baked into Fedora 11. However there is no equivalent
utility like converter for KVM. The mechanism for moving your XP setup
from the physical machine is to install a fresh copy of XP on a KVM
virtual box then to use the Windows backup utility to create a backup of
your physical XP machine and then use the utility on the VM to restore
the backup. This works for any VM not just KVM. You could also use
VirtualBox on Fedora, you would want to use the full version of
VirtualBox which you would get at the link below. The Fedora repositories
only have VirtualBox OSE (Open Source Edition) which has some
limitations. Ubuntu mostly uses VirtualBox as it's standard VM, I don't
know if they provide the full VirtualBox or the OSE edition, if they
provide the OSE then you can get the full version at the link below also,
http://www.virtualbox.org/wiki/Linux_Downloads
The best Virtualizer is VMware Server. It's the oldest and most robust.
It also has better performance for Windows guests than KVM, for Linux
guests KVM has the best performance. KVM is also a little flaky with
Windows guests, VMWare is solid as a rock. On CentOS 5.3 VMware is
completely supported. It's not supported for Fedora 11, it requires a
patch to run there. VirtualBox is fully supported on Fedora so if you
were to use Fedora instead of CentOS then it would be the best choice for
the Windows VM. On Ubuntu you would use VirtualBox.