Salut,
Sur mon disque dur j’ai une partition avec Windows XP, puis j’ai installé cet apres-midi Linux Slackware 10.2 sur le même disque dur.
Windows est dans /dev/hda1
Linux -> /dev/hda2
Swap -> /dev/hda5
Quand je boot j’ai le choix à rien et ça va direct sous Windows, je sais pas si c’est normal donc j’ai téléchargé Lilo.
J’ai booter avec le CD de slackware et en root j’ai fait :
mount /dev/hda2 /mnt
Donc ma partition linux est désormais dans /mnt
J’ai tenté un liloconfig (qui est dans /sbin), l’interface se lance, je choisi expert.
Dans BEGIN je mets rien et tape OK
Dans Linux Partition ben “/dev/hda2”
et Dans Windows Partition “/dev/hda1”
Je choisi ensuite “Install LILO” et là j’ai l’erreur suivant :
Sorry, but the attempt to install LILO has returned an error, so LILO has not been correctly installed.You’ll have to use a bootdisk to start your machine instead.
it Should still be possible to get LILO working by editing the /etc/lilo.conf and reinstalled LILO manually.
See the LILO man page and doc in /usr/doc/lilo for more help"
Donc j’ai édité moi même lilo.conf et j’ai écrit çà :
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
default=linux
prompt
timeout=50
other=/dev/hda1
label=windows
table=/dev/hda
image=/boot/vmlinuz
label=linux
root=/dev/hda2
append=""
read-only
et je tape ensuite lilo -C lilo.conf et il me dis que le fichier lilo.conf n’est pas dans /etc.
Je sais plus quoi faire, qu’est qui va pas.
Comment puis-je aller sous Linux ??
Merci pour votre aide