Gentoo Archives: gentoo-user-fr

From: grillot sebastien <sebastiengrillot@×××××××.fr>
To: gentoo-user-fr@l.g.o
Subject: [gentoo-user-fr] [Grub ?] Impossible de lancer windows xp ni de monter la partition...
Date: Wed, 08 Dec 2004 12:27:39
Message-Id: 41B6F337.4050307@wanadoo.fr
1 Bonjour,
2 je ne sais pas s'ou vient le probleme mais je vais tenter de tout resumer.
3 Voila deja au demarage de grub j'avais un ecran noir donc j'ai retiré le
4 splash... dommage c'est jolie ;)
5 Quand je choisi de lancer Windows XP j'ai une erreur 12 no device.
6 J'ai tenté de changer en rajoutant / enlevant des choses dans la config
7 de grub mais pas moyen (changement de partition... on sait jamais,
8 rajout de noverify non plus...). Je vous joint tout ce qui pourrais vous
9 aider a savoir fdisk -l + grub.conf + fstab... y'a des erreurs bizarre
10 dans fdisk -l..
11
12 Merci beaucoup de m'aider parceque j'ai chercher en vain toute la matinée...
13
14
15 Seb
16
17
18
19 ibm root # cat /etc/fstab
20
21 # <fs> <mountpoint> <type> <opts>
22 <dump/pass>
23 /dev/hda5 /boot ext2 noauto,noatime
24 1 2
25 /dev/hda6 none swap sw
26 0 0
27 /dev/hda7 / ext3 noatime
28 0 1
29
30 /dev/hda1 /mnt/windows ntfs default 0 0
31 /dev/hda2 /mnt/ibm auto default
32 0 0
33
34 none /proc proc defaults
35 0 0
36 none /dev/shm tmpfs
37 nodev,nosuid,noexec 0 0
38
39 /dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user
40 0 0
41 none /proc/bus/usb usbfs defaults
42 0 0
43
44
45 ibm root # fdisk -l
46
47 Disk /dev/hda: 60.0 GB, 60011642880 bytes
48 16 heads, 63 sectors/track, 116280 cylinders
49 Units = cylinders of 1008 * 512 = 516096 bytes
50
51 Device Boot Start End Blocks Id System
52 /dev/hda1 * 1 30793 15519610+ 7 HPFS/NTFS
53 Partition 1 does not end on cylinder boundary.
54 /dev/hda2 107281 116280 4536000 12 Compaq diagnostics
55 Partition 2 does not end on cylinder boundary.
56 /dev/hda3 30793 107276 38547115+ 5 Extended
57 Partition 3 does not end on cylinder boundary.
58 /dev/hda5 30794 30871 39279 83 Linux
59 /dev/hda6 30872 31875 506016 82 Linux swap
60 /dev/hda7 31876 107276 38001726 83 Linux
61
62 Partition table entries are not in disk order
63 ibm root # mount /boot/ && cat /boot/grub/grub.conf
64 default 0
65 timeout 30
66 //splashimage=(hd0,4) /grub/splash.xpm.gz
67
68 title=Gentoo GNU/Linux 2.6.9-r9
69 root(hd0,4)
70 kernel /kernel-2.6.9-gentoo-r9 root=/dev/ram0 init=/linuxrc ramdisk=8192
71 real_root=/dev/hda7 splash=verbose
72 initrd /initrd-2.6.9-gentoo-r9
73
74 title=Windows XP SP1
75 rootnoverify(hd0,0)
76 makeactive
77 chainloader +1
78
79 --
80 registered Linux user #344952
81
82 Il n'est, pour voir, que l'oeil du maitre.
83
84 -- Jean de La Fontaine, L'OEil du maitre
85
86
87 --
88 gentoo-user-fr@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-fr] [Grub ?] Impossible de lancer windows xp ni de monter la partition... Richard Delorme <abulmo@×××××××××××××.fr>