Donc voila le resultat :
Disque /dev/sda: 200.0 Go, 200049647616 octets
255 têtes, 63 secteurs/piste, 24321 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 7903 63480816 7 HPFS/NTFS
/dev/sda2 11624 24321 101996685 5 Extended
/dev/sda3 7904 11623 29880900 83 Linux
/dev/sda5 11624 15488 31045581 83 Linux
/dev/sda6 15489 15784 2377588+ 82 Linux swap / Solaris
/dev/sda7 15785 24321 68573421 83 Linux
Les entrées de la table de partitions ne sont pas dans l'ordre du disque
Euh les menu.lst se situent ou ?
Et comment ca booter plus vite sous Debian ou Mandriva ?
Edit: j’ai trouvé les menu.lst :
[code]timeout 10
gfxmenu (hd0,4)/boot/gfxmenu
default 0
title linux
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/sda5 resume=/dev/sda6 splash=silent vga=788
initrd (hd0,4)/boot/initrd.img
title linux-nonfb
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=/dev/sda5 splash=silent resume=/dev/sda6
initrd (hd0,4)/boot/initrd.img
title windows
root (hd0,0)
chainloader +1
title failsafe
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/sda5 failsafe splash=silent
initrd (hd0,4)/boot/initrd.img
title alt_windows
root (hd0,0)
chainloader +1
[/code]
Edit2:
J’ai trouvé un menu.lst.example
dans le doute je le met ^^
[code]timeout 10
color 2
splashimage (hd0,4)/grub/mdv-grub_splash.xpm.gz
default 0
viewport 3 2 77 22
shade 1
title 2611-8
kernel (hd0,4)/vmlinuz-2.6.11-8mdk root=/dev/hda6 resume=/dev/hda1
initrd (hd0,4)/initrd-2.6.11-8mdk.img
[/code]