PC Review


Reply
Thread Tools Rate Thread

CentOS and WinXP dual boot - please help

 
 
Dave C.
Guest
Posts: n/a
 
      15th Oct 2009
On Fri, 16 Oct 2009 01:51:06 GMT
(E-Mail Removed) (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


Nothing will go wrong with linux. Install Centos and let Centos
install (whatever) to the MBR to give you a boot menu.

If you later think you have a problem with linux, or just want to
uninstall linux (unlikely), boot the windows xp install CD to access
the recovery console and run fixmbr. After doing that, it will be (to
windows xp anyway) like your linux install never existed. -Dave
 
Reply With Quote
 
 
 
 
DK
Guest
Posts: n/a
 
      16th Oct 2009
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
 
Reply With Quote
 
Grinder
Guest
Posts: n/a
 
      16th Oct 2009
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.


I'm interested in doing something similar, and have come across this
article:

http://www.linux.com/archive/feature/113945

I can't vouch for it but it does seem to address your situation.
 
Reply With Quote
 
dold@89.usenet.us.com
Guest
Posts: n/a
 
      16th Oct 2009
In linux.redhat DK <(E-Mail Removed)> wrote:
> - 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.


I used a tool called bootpart to add a little Linux stub file to my Windows
file system, and an entry in my boot.ini.

Google says that the main site is a malware site, but I don't know what to
think of that. There are other download sites for bootpa26.zip.

--
Clarence A Dold - Hidden Valley Lake, CA, USA GPS: 38.8,-122.5
 
Reply With Quote
 
General Schvantzkoph
Guest
Posts: n/a
 
      16th Oct 2009
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.


 
Reply With Quote
 
DK
Guest
Posts: n/a
 
      16th Oct 2009
In article <hb8vdq$4l6$(E-Mail Removed)>, (E-Mail Removed) wrote:
>In linux.redhat DK <(E-Mail Removed)> wrote:
>> - 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.

>
>I used a tool called bootpart to add a little Linux stub file to my Windows
>file system, and an entry in my boot.ini.


Could you please let me know details of what you did with
the drive on which Linux was installed? (Was it CentOS?)
I tried bootpart, which did what it does but Linux won't boot
(no bootable drive).

I had pre-existing Ext3 partition (primary/bootable), so the
setup did not partition/format and I asked for Grub to be put
on it. Now I'll try to clear it and let setup to partition it first.

Dima
 
Reply With Quote
 
DK
Guest
Posts: n/a
 
      16th Oct 2009
In article <(E-Mail Removed)>, General Schvantzkoph <(E-Mail Removed)> wrote:
>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.


That's what I intend to do. What I am not sure about is how much of
a performance hit I can expect. The application that I'll run are
CPU-intensive calculations and, less frequently, ray-tracing.
Obviously, I am not worrying about office stuff. Also, I don't know
for sure but I might at some point do lots video editing/compression.
These things I am alot more comfortable in Winsows.
Memory right now is 6 Gb and video memory is 1 Gb. This is an
i7 950 machine.

Another thing is that I am an absolute beginner in Linux. (Was
using bunch of apps through GUI for years and had sysamin
take care of everyhting else). Chances are very good I will
mess up somehting in Linux more than 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/


I wasn't aware of the Converter. Sounds great, thank you.
Crazy thought: Is it even possible to run 64-bit OS in emulation
on a 32-bit host? (On very few occasions, there will be a
benefit to running Linux in emulation from XP). It will be great
if I won't need to install 32-bit Linux separately.

Thanks,

Dima

 
Reply With Quote
 
Eef Hartman
Guest
Posts: n/a
 
      16th Oct 2009
In linux.redhat DK <(E-Mail Removed)> wrote:
> I wasn't aware of the Converter. Sounds great, thank you.
> Crazy thought: Is it even possible to run 64-bit OS in emulation
> on a 32-bit host? (On very few occasions, there will be a
> benefit to running Linux in emulation from XP). It will be great
> if I won't need to install 32-bit Linux separately.


That is for VM-ware to decide, if they can offer a virtual 64-bit
machine on a 32-bit O/S. I'm not familiar enough with the current
versions to know this.
But you won't have much advantage in it as the memory the VM can
use is a subset of what the host O/S has available (and the latter
is less than 4 GB on W-XP) as - of course - VM-ware cannot give
you RAM memory IT cannot get from the host O/S.
In fact mostly VM's are configured to use a maximum of HALF of the
available RAM, as to leave space for the host O/S itself (without
needing swap) and optional other VM's.
--
*******************************************************************
** Eef Hartman, Delft University of Technology, dept. SSC/ICT **
** e-mail: (E-Mail Removed) - phone: +31-15-278 82525 **
*******************************************************************
 
Reply With Quote
 
General Schvantzkoph
Guest
Posts: n/a
 
      16th Oct 2009
On Fri, 16 Oct 2009 14:51:04 +0000, DK wrote:

> In article <(E-Mail Removed)>, General Schvantzkoph
> <(E-Mail Removed)> wrote:
>>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.

>
> That's what I intend to do. What I am not sure about is how much of a
> performance hit I can expect. The application that I'll run are
> CPU-intensive calculations and, less frequently, ray-tracing. Obviously,
> I am not worrying about office stuff. Also, I don't know for sure but I
> might at some point do lots video editing/compression. These things I am
> alot more comfortable in Winsows. Memory right now is 6 Gb and video
> memory is 1 Gb. This is an i7 950 machine.
>
> Another thing is that I am an absolute beginner in Linux. (Was using
> bunch of apps through GUI for years and had sysamin take care of
> everyhting else). Chances are very good I will mess up somehting in
> Linux more than 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/

>
> I wasn't aware of the Converter. Sounds great, thank you. Crazy thought:
> Is it even possible to run 64-bit OS in emulation on a 32-bit host? (On
> very few occasions, there will be a benefit to running Linux in
> emulation from XP). It will be great if I won't need to install 32-bit
> Linux separately.
>
> Thanks,
>
> Dima


You can run a 32 bit guest on a 64 bit host but I'm pretty sure you can't
run a 64 bit guest on a 32 bit host. Are you running 64 bit XP? If you
are running 32 bit XP all it will be able to use is 3G of RAM. MS doesn't
support PAE mode in XP so it can't handle more than 3G, 32 bit Linux does
support PAE so it can handle upto 64G of RAM, not that that's relevant
anymore since 64 bit Linux is a much better way to get access to large
amounts of memory.

I've never benchmarked Windows guests only Linux guests. I run CentOS5.3
VMs on top of Fedora 11. Fedora gives me hardware compatibility,
CentOS5.3 gives me software compatibility for certain commercial
applications that require RHEL 5. For Linux guests KVM gives about 98% of
the native performance, VMware is a little less, about 95%. I only use
Windows for Quickbooks and MS Word so all I can tell you is that the
interactive performance in VMware is very snappy, it feels like native
performance. KVM uses VNC to connect to Windows if you use it's console
window. VNC sucks so the performance of Windows on a KVM console feels
slow. However Linux has a nice Rdesktop client so you can connect to XP
with that and the performance is fine.

 
Reply With Quote
 
Dave C.
Guest
Posts: n/a
 
      16th Oct 2009
On 17 Oct 2009 02:47:43 GMT
General Schvantzkoph <(E-Mail Removed)> wrote:

> On Fri, 16 Oct 2009 23:25:00 +0000, DK wrote:
>
> > In article <hb9uq2$sij$(E-Mail Removed)>,
> > (E-Mail Removed) (DK) wrote:
> >
> > [snip most of the message about dual boot and XP and CentOS on
> > separate drives]
> >
> >>I had pre-existing Ext3 partition (primary/bootable), so the setup
> >>did not partition/format and I asked for Grub to be put on it. Now
> >>I'll try to clear it and let setup to partition it first.

> >
> > Oh dear. Turns out I can't boot CentOS 5.3 at all! Cleared entire
> > disk, let the setup choose its deafults and partition the disk,
> > installed GRUB but *did not* let it to load any other OSes and
> > write to MBR of the first disk. *Did not* enable LBA32 mode (from
> > what I understand, it shouldn't be necessary).
> >
> > Changed boot drive sequence in BIOS. Upon reboot:
> > GRUB_
> > (That is, a word and a blinking cursor on black background; nothing
> > ever happens). So I am guessing CentOS does not like something
> > about my BIOS/HDD?
> >
> > This is P6T Deluxe V2 board and two identical SATA 1 Tb Cavier Black
> > disks (WD1001FALS).
> >
> > Wow, this is unexpected, to say the least. Any ideas what I
> > should/can do next?
> >
> > Thanks,
> >
> > - Dima

>
> Now that you've swapped the order of the drives try reinstalling and
> thins time let it install to the MBR.


Agreed. The mbr is where it belongs. Why shy away from putting it
where it belongs? -Dave
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
winXP/winMe Dual Boot (winXP already installed) =?Utf-8?B?RGVhbg==?= Windows XP Configuration 2 29th Nov 2005 10:27 PM
WinXP Home transition from prior WinXP Pro and Win98 dual-boot pro =?Utf-8?B?TGFycnkgQm9i?= Windows XP Setup 1 15th Sep 2005 12:50 AM
WinXP 32bits + WinXP 64 bits dual boot =?Utf-8?B?Y2hhYnJhbA==?= Windows XP Customization 1 3rd Mar 2005 11:56 PM
CentOS Build5-rc1 CentOS-3 - The Community Enterprise OS. Gordon Darling Freeware 3 6th Feb 2004 06:12 PM
CentOS Build4-rc0 CentOS-3 - The Community Enterprise OS. Gordon Darling Freeware 0 23rd Dec 2003 03:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:14 PM.