Gentoo Archives: gentoo-user-fr

From: Olivier Roomans <takezo@××××××.be>
To: gentoo-user-fr@g.o
Subject: [gentoo-user-fr] config grub
Date: Sun, 16 Nov 2003 10:25:03
Message-Id: 1068978311.1332.4.camel@sydney.centre
1 Bonjour,
2
3 j'ai un petit problème avec grub.
4
5 voila la situation, j'ai un hd principal avec linux dessus (/dev/hda).
6 Un autre en secondary slave avec (entre autres) windows.
7
8 Seul petit problème, je n'arrive pas à le faire booter sur windows (en
9 fait, c'est une "vieille" installation, à l'origine le deuxième hd était
10 le principal).
11
12 voila ma config de grub :
13
14 # Boot automatically after 30 secs.
15 timeout 30
16
17 # By default, boot the first entry.
18 default 0
19
20
21 # For booting GNU/Linux
22 title=Gentoo
23 root (hd0,0)
24 kernel (hd0,0)/bzImage root=/dev/hda3 hdb=ide-scsi hdc=ide-scsi
25 vga=0x791
26
27 #windaube
28
29 title=windoze xp
30 root (hd1,0)
31 chainloader (hd1,0)+1
32
33
34 si je choisis windows, j'ai une erreur indiquant "filesystem type 0x3
35 unrecongnized" ou un truc du genre. En fait, c'est le système de fichier
36 ntfs (logique).
37
38 je ne comprends pas trop pourquoi ca foire en fait :|.
39
40
41 --
42 gentoo-user-fr@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-fr] config grub Just Modeste <just.modeste@×××××××.com>
Re: [gentoo-user-fr] config grub Jacques <jacmonti@×××××××××××××.fr>