PC Review


Reply
Thread Tools Rate Thread

adding XP to a Linux/Win2000 boot.ini

 
 
ebabin
Guest
Posts: n/a
 
      5th Oct 2009

I have a Linux/Win2000 dual boot and want to add XP. I installed XP onto a
separate hard drive via OEM restore disk with an image, there are no actual
install disks. It forces me to install to the first drive. I do this, XP
boots OK. When I change this to the second drive, XP won't boot. I've added
the XP partition to the Win2000 boot.ini list. The original XP boot.ini file
was:

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP "
/fastdetect /NoExecute=OptIn

I changed entry rdisk(1) and updated on the XP second disk and to the
Win2000 boot menu.

It doesn't boot. Anyone have any ideas?
 
Reply With Quote
 
 
 
 
Bruce Chambers
Guest
Posts: n/a
 
      5th Oct 2009
ebabin wrote:
> I have a Linux/Win2000 dual boot and want to add XP. I installed XP onto a
> separate hard drive via OEM restore disk with an image, there are no actual
> install disks. It forces me to install to the first drive. I do this, XP
> boots OK. When I change this to the second drive, XP won't boot. I've added
> the XP partition to the Win2000 boot.ini list. The original XP boot.ini file
> was:
>
> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP "
> /fastdetect /NoExecute=OptIn
>
> I changed entry rdisk(1) and updated on the XP second disk and to the
> Win2000 boot menu.
>
> It doesn't boot. Anyone have any ideas?



This cannot be done using an OEM Rwestore disk. You have to use a true
(either OEM or Retail, it doesn't matter which, as long as you're in
compliance with the licensing terms) installation CD. Then the WinXP
option will automatically be added to Boot.ini.


--

Bruce Chambers

Help us help you:
http://www.catb.org/~esr/faqs/smart-questions.html

http://support.microsoft.com/default.aspx/kb/555375

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. ~Benjamin Franklin

Many people would rather die than think; in fact, most do. ~Bertrand Russell

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot
 
Reply With Quote
 
ebabin
Guest
Posts: n/a
 
      6th Oct 2009


"Bruce Chambers" wrote:

> ebabin wrote:
> > I have a Linux/Win2000 dual boot and want to add XP. I installed XP onto a
> > separate hard drive via OEM restore disk with an image, there are no actual
> > install disks. It forces me to install to the first drive. I do this, XP
> > boots OK. When I change this to the second drive, XP won't boot. I've added
> > the XP partition to the Win2000 boot.ini list. The original XP boot.ini file
> > was:
> >
> > multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP "
> > /fastdetect /NoExecute=OptIn
> >
> > I changed entry rdisk(1) and updated on the XP second disk and to the
> > Win2000 boot menu.
> >
> > It doesn't boot. Anyone have any ideas?

>
>
> This cannot be done using an OEM Rwestore disk. You have to use a true
> (either OEM or Retail, it doesn't matter which, as long as you're in
> compliance with the licensing terms) installation CD. Then the WinXP
> option will automatically be added to Boot.ini.
>
>
> --
>
> Bruce Chambers
>
> Help us help you:
> http://www.catb.org/~esr/faqs/smart-questions.html
>
> http://support.microsoft.com/default.aspx/kb/555375
>
> They that can give up essential liberty to obtain a little temporary
> safety deserve neither liberty nor safety. ~Benjamin Franklin
>
> Many people would rather die than think; in fact, most do. ~Bertrand Russell
>
> The philosopher has never killed any priests, whereas the priest has
> killed a great many philosophers.
> ~ Denis Diderot
>


This can't be true. The restore disks (from the OEM) use Norton ghost to
restore to C: only. XP boots ok as the first disk on the cable. I'm sure I
could probably shrink the partition, add the other two partitions via Norton
ghost or reinstall those OSes but I don't feel like giving up another 6 days
of my time to do this. There is an answer, even if it is swapping disks and
having XP boot.ini launch Grub ( which works a helluva lot better then this).


 
Reply With Quote
 
Rich Barry
Guest
Posts: n/a
 
      6th Oct 2009

If you installed XP to a second drive and it boots up Ok, and the
first drive has linux/win2k, you can reinstall Grub. It will see both drives
OS's and boot them both. Don't know
how familiar you are with linux but a liveCD, Knoppix etc will allow
you to do that.


"ebabin" <(E-Mail Removed)> wrote in message
news:C736DA20-8A2B-41D9-AB21-(E-Mail Removed)...
>I have a Linux/Win2000 dual boot and want to add XP. I installed XP onto a
> separate hard drive via OEM restore disk with an image, there are no
> actual
> install disks. It forces me to install to the first drive. I do this, XP
> boots OK. When I change this to the second drive, XP won't boot. I've
> added
> the XP partition to the Win2000 boot.ini list. The original XP boot.ini
> file
> was:
>
> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP "
> /fastdetect /NoExecute=OptIn
>
> I changed entry rdisk(1) and updated on the XP second disk and to the
> Win2000 boot menu.
>
> It doesn't boot. Anyone have any ideas?



 
Reply With Quote
 
Anteaus
Guest
Posts: n/a
 
      9th Oct 2009

Use the bootloader from Ranish Partition Manager. If this is installed into
the MBR of the first disk, it will allow you to select the boot
disk/partition at startup.

Your other option is to make the Linux partition the default. and use Lilo
or Grub. More complex though, and creates a situation where removal of the
Linux disk knocks the whole lot out.

Beware that if Grub/Lilo has already been installed into the MBR, installing
the Ranish bootloader on the same disk will zap it.

"ebabin" wrote:

> I have a Linux/Win2000 dual boot and want to add XP. I installed XP onto a
> separate hard drive via OEM restore disk with an image, there are no actual
> install disks. It forces me to install to the first drive. I do this, XP
> boots OK. When I change this to the second drive, XP won't boot. I've added
> the XP partition to the Win2000 boot.ini list. The original XP boot.ini file
> was:
>
> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP "
> /fastdetect /NoExecute=OptIn
>
> I changed entry rdisk(1) and updated on the XP second disk and to the
> Win2000 boot menu.
>
> It doesn't boot. Anyone have any ideas?

 
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
Adding win2000 to win98, dual boot? mm Microsoft Windows 2000 Setup 10 10th Feb 2007 02:29 PM
Adding DOS to existing Win2000 boot disk Malcolm Hind Storage Devices 3 18th May 2005 08:55 PM
installing Linux on Win2000 HD, boot order mixed up, nothing working John Microsoft Windows 2000 Setup 9 2nd Aug 2004 03:19 AM
Deep-Water/Linux 0.3 - A minimalist boot CD Linux distribution Gordon Darling Freeware 0 4th Mar 2004 07:06 PM
Deep-Water/Linux 0.2.0 - A minimalist boot CD Linux distribution Gordon Darling Freeware 0 28th Jan 2004 09:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:20 PM.