Gentoo Archives: gentoo-user

From: "askar ..." <tenzan@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] about multiboot with grub
Date: Sun, 05 Dec 2004 14:05:41
Message-Id: ff32565b04120506047c6d8f26@mail.gmail.com
1 Hello!
2
3 I have 2 hard disks in my PC.
4
5 On the 1st one, /dev/hda, I have Gentoo and Windows XP.
6 On the 1st partition of the 2nd hard disk, /dev/hdb1 , I have Windows 2000.
7 I want to include this in my grub.conf, but it doesn't go well.
8
9 When I click on Windows 2000 of the grub menu Windows XP of the 1st
10 hard disk starts up.
11 I think, mayby problem with chainloader parameter...
12 My grub.conf as follows:
13 -----------------
14 # Boot automatically after 30 secs.
15 timeout 30
16
17 # By default, boot the first entry.
18 default 1
19
20 splashimage=(hd0,1)/grub/splash.xpm.gz
21
22 title=Gentoo Linux
23 root (hd0,1)
24 kernel /kernel-2.6.7-gentoo-r11 root=/dev/hda3 vga=792
25
26 title=Windows XP
27 rootnoverify (hd0,0)
28 makeactive
29 chainloader +1
30
31 title=Windows 2000
32 root (hd1,0)
33 rootnoverify (hd1,0)
34 chainloader +1
35 -------------------------
36
37
38
39 Sincerely,
40
41 Askar
42
43 --
44 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] about multiboot with grub mac <mac@×××××.net>
Re: [gentoo-user] about multiboot with grub James Hiscock <boxroot@×××××.com>