From: agl@wht.com.au
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Windows on a second drive?
Date: Mon, 5 Sep 2005 22:24:58 -0400 [thread overview]
Message-ID: <1125973498.431cfdfa0c550@webmail.wht.com.au> (raw)
In-Reply-To: <5bdc1c8b05090514512dd8e87c@mail.gmail.com>
Quoting Mark Knecht <markknecht@gmail.com>:
> On 9/5/05, Heinz Sporn <heinz.sporn@sporn-it.com> wrote:
> > Am Montag, den 05.09.2005, 07:17 -0700 schrieb Mark Knecht:
> > > On 9/5/05, Heinz Sporn <heinz.sporn@sporn-it.com> wrote:
> > > > Am Montag, den 05.09.2005, 06:38 -0700 schrieb Mark Knecht:
> > > > > Hi,
> > > > > Is it possible to put Windows XP an a second drive in a Linux box
> > > > > and have Windows be happy?
> > > >
> > > > Should work.
[SNIP A LOT OF STUFF]
...
...
[SNIP A LOT OF STUFF]
>
> If not I could reconfigure the internal cables to share the new drive,
> at least the Win XP drive, on the chipset cables, but I'd prefer not
> to do that it possible.
>
> Thanks in advance for your ideas.
>
> Cheers,
> Mark
>
Mark,
I did what you want to do a few days ago and the system works fine. My steps
where as follows:
1) Want Linux disk as hda, Windows as hdb
2) I had the windows disk already installed, like you, needed to install the
linux setup.
3) Being totally paranoid about my ability to get the drive designations
correct, I totally removed the Windows disk and then did the Linux install.
Loaded Grub into the MBR on the hda.
3a) If I had had two empty disks and wanted one linux, one Windows, I would only
place one disk in the machine at a time, do the appropriate OS install, boot it,
make sure it was working before doing anything else.
4) We now have two disks and two OS's. Linux is on hda, Windows on hdb, both of
which have their own bootloaders and can boot in their own right. I followed the
Grub install process as outlined in the Gentoo install manual, setting up the
Grub.conf file as outlined in Chpt 10, listing 3. I tried to reboot, and Linux
came up. I then tried to reboot into windows and nothing happened.
5) Googling revealed that you need to make Windows "think" it is on hda when it
is actually on hdb. I added the two lines, as suggested by Alex:
map (hd0) (hd1)
map (hd1) (hd0)
to grub.conf so it became:
title=Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,1)
makeactive
chainloader +1
saved, rebooted, selected Windows and it started up. Once you know what to do,
it's quite easy, it's the finding out what to do in the first place that is the
problem ;) Some people mention problems about sharing or overwriting MBR's etc,
don;t worry about it, just set everything up so that they can individually boot
then let Grub handle everything. Any problems, bounce me an email
Regards,
Andrew
p.s. I'm not sure on the partition on the rootnoverify - read up on that
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2005-09-06 2:31 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-05 13:38 [gentoo-user] Windows on a second drive? Mark Knecht
2005-09-05 13:49 ` Heinz Sporn
2005-09-05 14:17 ` Mark Knecht
2005-09-05 14:47 ` Heinz Sporn
2005-09-05 21:51 ` Mark Knecht
2005-09-06 2:24 ` agl [this message]
2005-09-06 2:56 ` Mark Knecht
2005-09-05 15:21 ` Neil Bothwick
2005-09-06 2:33 ` Mark Knecht
2005-09-06 7:58 ` Neil Bothwick
2005-09-06 10:06 ` Michael Kintzios
2005-09-06 11:22 ` Neil Bothwick
2005-09-06 12:12 ` Michael Kintzios
2005-09-06 13:32 ` Neil Bothwick
2005-09-06 14:05 ` Mark Knecht
2005-09-05 13:51 ` LostSon
2005-09-08 10:18 ` Chris Cox
-- strict thread matches above, loose matches on Subject: below --
2005-09-05 13:42 brettholcomb
2005-09-05 13:50 ` Mark Knecht
2005-09-05 14:11 ` Joe Menola
2005-09-05 14:37 ` Heinz Sporn
2005-09-05 17:17 ` Alex
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1125973498.431cfdfa0c550@webmail.wht.com.au \
--to=agl@wht.com.au \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox