De mon expérience, le problème réside dans l'ordre d'installation de Vista/Linux/autre. Il m'est arrivé plusieurs fois que Vista ne reconnaisse pas les autres partitions (ext3) et refuse totalement de s'installer. Il est préférable d'installer d'abords Vista (l'installeur de Vista vous laisse créer vos partitions), et ensuite votre second système.
J'utilise LILO sur le MBR, pour les curieux, j'ai mis une partie de ma conf en dessous (triple boot: Linux/XP/Vista):
# cat /etc/lilo.conf
# Specifies the boot device. This is where Lilo installs its boot
boot=/dev/sda
# Specifies the device that should be mounted as root. (`/')
root=/dev/sda5
# fdisk /dev/sda
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1785 14336000 7 HPFS/NTFS
/dev/sda2 * 1785 7256 43946280 7 HPFS/NTFS
/dev/sda3 7256 9729 19864416 5 Extended
/dev/sda5 7256 9445 17576968+ 83 Linux
/dev/sda6 9445 9729 2287384+ 82 Linux swap / Solaris
# mes 2cents
Posté par fsck222 . En réponse au journal Dual boot avec Vista : attention.. Évalué à 4.
J'utilise LILO sur le MBR, pour les curieux, j'ai mis une partie de ma conf en dessous (triple boot: Linux/XP/Vista):
# cat /etc/lilo.conf
# Specifies the boot device. This is where Lilo installs its boot
boot=/dev/sda
# Specifies the device that should be mounted as root. (`/')
root=/dev/sda5
# fdisk /dev/sda
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1785 14336000 7 HPFS/NTFS
/dev/sda2 * 1785 7256 43946280 7 HPFS/NTFS
/dev/sda3 7256 9729 19864416 5 Extended
/dev/sda5 7256 9445 17576968+ 83 Linux
/dev/sda6 9445 9729 2287384+ 82 Linux swap / Solaris