Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] dual boot: XP installed last?
Date: Mon, 30 Oct 2006 15:12:04
Message-Id: loom.20061030T154701-316@post.gmane.org
1 Hello,
2
3 Usually when installing a portable, I leeave the windows and resize the disk
4 space to set up gentoo as the second OS with grub......
5
6
7 On one portable, The windows XP was a pain so I nuked it and got gentoo
8 working first. Now I need to install XP on the portable, but do not
9 wish XP to rewrite he MBR or any other such nefarious acts against the
10 gentoo partitions.
11
12 Any suggestions as to best methods are most appreciated. Heres the part info:
13 /dev/hda2 /boot reiserfs defaults 1 2
14 /dev/hda5 none swap sw 0 0
15 /dev/hda6 / reiserfs defaults 0 1
16 /dev/hda7 /usr/local reiserfs defaults 0 1
17
18
19 hda1 is reserved for XP
20
21 Here's the portion of grub.conf already set up for gentoo & XP:
22
23 title= Linux 2.6.17-gentoo-r8
24 root(hd0,1)
25 kernel /boot/kernel-2.6.17-gentoo-r8 root=/dev/hda6
26
27 title=Possible Windows P1
28 rootnoverify (hd0,0)
29 makeactive
30 chainloader +1
31
32 So I thinking after installing XP in the first partition,
33 all I have to do is execute/copy something to set up
34 the MBR so it sees grub.conf again, whilst XP is booted
35 up?
36
37
38 suggestions?
39
40 James
41
42
43
44
45 I thinking I just need to copy this
46
47 --
48 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] dual boot: XP installed last? Allan Spagnol Comar <allan.comar@×××××.com>