Pb multiboot avec lilo
Mat
-
Mat -
Mat -
Bonjour,
je viens d'installer Linux et lilo (le système de multiboot) s'était configuré automatiquement.
Le pb, c'est que j'ai voulu modifier l'OS par défaut en touchant au fichier etc/lilo.conf.
Maintenant, quand je démarre linux, aucun pb, mais quand je choisis windows, ça me met "Loading windows" en blanc sur le fond noir et ça reste comme ça pendant une heure.
Donc, je ne peux plus aller sous windows.
disque dur 1 (maitre):
-------partition 1 : windows
-------partition 2 : données
-------partition 3 : données
disque dur 2 (esclave):
-------linux
Je vous fais un copier-coller de mon fichier lilo.conf au cas où l'erreur viendrait directement de là :
____________________________
boot=/dev/hda
map=/boot/map
vga=normal
default=windows
keytable=/boot/fr-latin1.klt
prompt
nowarn
timeout=200
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label=linux
root=/dev/hdb1
initrd=/boot/initrd.img
append="quiet devfs=mount hdc=ide-scsi"
vga=788
read-only
image=/boot/vmlinuz
label=linux-nonfb
root=/dev/hdb1
initrd=/boot/initrd.img
append="devfs=mount hdc=ide-scsi"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/hdb1
initrd=/boot/initrd.img
append="failsafe devfs=nomount hdc=ide-scsi"
read-only
other=/dev/hda1
label=windows
table=/dev/hda
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80
other=/dev/fd0
label=floppy
unsafe
__________________________
je viens d'installer Linux et lilo (le système de multiboot) s'était configuré automatiquement.
Le pb, c'est que j'ai voulu modifier l'OS par défaut en touchant au fichier etc/lilo.conf.
Maintenant, quand je démarre linux, aucun pb, mais quand je choisis windows, ça me met "Loading windows" en blanc sur le fond noir et ça reste comme ça pendant une heure.
Donc, je ne peux plus aller sous windows.
disque dur 1 (maitre):
-------partition 1 : windows
-------partition 2 : données
-------partition 3 : données
disque dur 2 (esclave):
-------linux
Je vous fais un copier-coller de mon fichier lilo.conf au cas où l'erreur viendrait directement de là :
____________________________
boot=/dev/hda
map=/boot/map
vga=normal
default=windows
keytable=/boot/fr-latin1.klt
prompt
nowarn
timeout=200
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label=linux
root=/dev/hdb1
initrd=/boot/initrd.img
append="quiet devfs=mount hdc=ide-scsi"
vga=788
read-only
image=/boot/vmlinuz
label=linux-nonfb
root=/dev/hdb1
initrd=/boot/initrd.img
append="devfs=mount hdc=ide-scsi"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/hdb1
initrd=/boot/initrd.img
append="failsafe devfs=nomount hdc=ide-scsi"
read-only
other=/dev/hda1
label=windows
table=/dev/hda
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80
other=/dev/fd0
label=floppy
unsafe
__________________________
A voir également:
- Pb multiboot avec lilo
- Yumi multiboot - Télécharger - Systèmes d'exploitation
- Multiboot windows - Guide
- Sardu multiboot creator - Télécharger - Divers Utilitaires
- Multiboot win 98 +win 31 - Forum Windows 95/98
- Multiboot win 98 + win 31 - Forum Windows 95/98
4 réponses
salut
essaye a ce niveau :
label=windows
table=/dev/hda
de mettre
label=windows
table=/dev/hda1
N3
* Profitas del Cake *
essaye a ce niveau :
label=windows
table=/dev/hda
de mettre
label=windows
table=/dev/hda1
N3
* Profitas del Cake *
Ca y est, c'est réparé...
Je sais pas comment j'ai fait mais c'est réparé (j'ai modifié une bonne dizaine de fois mon fichier lilo.conf pour que windows se charge normalement.
encore merci N3
Mat
Je sais pas comment j'ai fait mais c'est réparé (j'ai modifié une bonne dizaine de fois mon fichier lilo.conf pour que windows se charge normalement.
encore merci N3
Mat
A j'ai oublié, si ça peut vous interresser voilà la rectification que j'ai faite (j'ai suprimé 2 lignes):
------le bon-------
other=/dev/hda1
label=windows
table=/dev/hda
--------------------
-----le mauvais----
other=/dev/hda1
label=windows
table=/dev/hda
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80
------------------
@+
Mat
------le bon-------
other=/dev/hda1
label=windows
table=/dev/hda
--------------------
-----le mauvais----
other=/dev/hda1
label=windows
table=/dev/hda
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80
------------------
@+
Mat