Bonjour,

je me suis installé une Debian Lenny y a 3 ou 4 jours sur mon PC, mais je viens e me rendre compte que je peux plus aller sur ma partoche windows.

en cherchant un peu j ai trouvé que le probleme peut venir du fait que mon windows ne soit pas sur mon disque maitre...

La dessus j ai trouvé une solution sur le net dans le menu.lst (a base de map), mais nouveau probleme :
lorsque je boot sur ma partoche windows j ai un "NTLDR is missing" (NT Loader ?)
"ctrl + alt + suppr for reboot"

voila ca fait deja un bon moment que je suis dessus, et ca me gonfle, je viens vous requeter pour avoir une solution avant que je formatte tout ca, merci d avance.

quelques infos au cas ou unebonne ame passerai par la
fdisk -l
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
Disk /dev/sda: 160.0 GB, 160040803840 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x31af4c08
 
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1       19127   153637596   83  Linux
/dev/sda2           19128       19457     2650725    5  Extended
/dev/sda5           19128       19457     2650693+  82  Linux swap / Solaris
 
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xfc5afc5a
 
   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       60800   488375968+   7  HPFS/NTFS
 
Disk /dev/sdc: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xaadaaada
 
   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *           1       12748   102398278+   7  HPFS/NTFS
/dev/sdc2           12749       38912   210162330    f  W95 Ext'd (LBA)
/dev/sdc5           12749       38912   210162298+   7  HPFS/NTFS
mon menu.lst actuel
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
title           Debian GNU/Linux, kernel 2.6.24-1-686
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.24-1-686 root=/dev/sda1 ro quiet
initrd          /boot/initrd.img-2.6.24-1-686
 
title           Debian GNU/Linux, kernel 2.6.24-1-686 (single-user mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.24-1-686 root=/dev/sda1 ro single
initrd          /boot/initrd.img-2.6.24-1-686
 
title           Windows Xp Pro 0
map             (hd0) (hd2)
map             (hd2) (hd0)
rootnoverify    (hd2,0)
makeactive
chainloader     +1
 
title           Windows Xp Pro 1
map             (hd0) (hd2)
map             (hd2) (hd0)
root            (hd2,0)
savedefault
makeactive
chainloader     +1
 
title           Windows Xp Pro 2
root            (hd2,0)
savedefault
makeactive
map             (hd0) (hd2)
map             (hd2) (hd0)
chainloader     +1
voila, si vous avez une piste...