Bonsoir tous le monde 🙂
Etant novice sous linux, j'ai tenté d'installer Fedora Core 6 et windows vista ultimate en dual boot sur le même disque (je n'en ai qu'un seul).
Je me vois confronté au problème suivant pour lequel une aide serait apréciée vu que je ne connais rien au systeme linux:
d'après la FAQ, j'ai procédé comme suit:
[root@host-85-27-79-184 ~]# fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 5222 41943040 7 HPFS/NTFS
/dev/sda2 5223 10443 41937682+ 5 Extended
/dev/sda3 10444 14360 31457280 7 HPFS/NTFS
/dev/sda4 14360 18276 31457280 6 FAT16
/dev/sda5 5223 5235 104391 83 Linux
/dev/sda6 5236 10443 41833228+ 8e Linux LVM
[root@host-85-27-79-184 ~]#
ensuite:
su -
cp /boot/grub/grub.conf /boot/grub/grub.conf.sauvegarde
puis:
gedit /boot/grub/grub.conf
Voiçi le contenu original de mon fichier "grub.conf"
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,4)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,4)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,4)
kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-1.2798.fc6.img
title Vista Ultimate
rootnoverify (hd0,0)
chainloader +1
Remplacé par ceci:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,4)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
boot=/dev/sda
default=0
timeout=60
splashimage=(hd0,4)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,4)
kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-1.2798.fc6.img
title Vista Ultimate
map (hd1) (hd0) (à ajouter)
map (hd0) (hd1) (à ajouter)
rootnoverify (hd1,0)
makeactive
chainloader +1
j'aimerait me passer si possible de devoir faire ceçi qui ne remédirait en rien au problème:
su -
cp /boot/grub/grub.conf.sauvegarde /boot/grub/grub.conf
grub me montre bien Fedora Core 6 ainsi que vista...
mais... si je boote sur Fedora Core 6 tout se passe a merveille,
alors que si je tente de booter sur vista le systeme me parle d'une erreur 21 et ensuite me re-propose l'ecran grub.
la solution serait de garder uniquement Fedora Core 6 comme systeme (mon rêve)
mais pour les jeux c'est encore loin d'être au point et donc il me faut encore garder une partition windows pour ceux-ci,
en attendant que Fedora puisse répondre à ce besoin.
winex c'est bien mais ça foire sur beaucoup de jeux et cedega leurs site est tout en anglais donc pour moi c'est du chinois.
en principe en installant vista j'avais prévu 4 partitions qui devaient être réparties comme suit:
partition 1 ==>vista ultimate
partition 2 ==>Fedora Core 6
partition 3 ==>stockage pour vista
partition 4 ==>stockage pour FC6
l'ordre d'installation à été 1) vista 2) Fedora Core 6
comment attribuer et faire reconnaitre constament la partition "4" par FC6 ?
merçi de vos conseils et aide
Cool