OVH Cloud OVH Cloud

problème LILO L010101... (long)

2 réponses
Avatar
Bibi
Bonjour

J'ai un problème avec LILO. LILO affiche L 01 01 01 01 ... quand je
démarre. Parfois le démarrage ne pose aucun problème après avoir quitter
Linux. Je voudrais savoir comment résoudre ce problème. J'ai cherché des
informations sur internet (google.fr/linux) et je n'ai rien trouvé qui
me renseigne sur comment résoudre mon problème.
J'ai 2 disques durs : un 1er de 120Go mis en premier sur la nappe
(MASTER), et un 2e de 60Go en 2e sur la nappe (SLAVE).
J'ai Windows et Linux.
J'ai tenté de booter depuis une disquette de GRUB, Windows passe sans
problème mais pas moyen de lancer Linux (c'est peut-être aussi parce que
j'ai fais une erreur dans ce que j'ai tappé mais c'est ce qu'il y a
d'écrit dans l'aide de GRUB adapté à configuration). Par contre si je
met la disquette de GRUB et que je fais "reboot" après LILO remarche
comme il faut jusqu'au prochain démarrage.
Voici mes fichiers /etc/fstab, /etc/mtab et /etc/lilo.conf si celà peut
vous aidez à me dépanner.

fichier /etc/fstab :
/dev/hdb5 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdb8 /home ext3 defaults 1 2
/dev/hdc /mnt/cdrom auto
umask=0,user,iocharset=iso8859-15,codepage=850,noauto,ro,exec 0 0
/dev/hdd /mnt/cdrom2 auto
umask=0,user,iocharset=iso8859-15,codepage=850,noauto,ro,exec 0 0
none /mnt/floppy supermount
dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-15,sync,codepage=850
0 0
/dev/hda1 /mnt/win_c ntfs umask=0,nls=iso8859-15,ro 0 0
/dev/hdb2 /mnt/win_d vfat umask=0,iocharset=iso8859-15,codepage=850 0 0
/dev/hda5 /mnt/win_f vfat umask=0,iocharset=iso8859-15,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hdb6 /qqch ext3 defaults 1 2
/dev/hda2 /recup ext3 defaults 1 2
/dev/hdb7 swap swap defaults 0 0

fichier /etc/mtab :
/dev/ide/host0/bus0/target1/lun0/part5 / ext3 rw 0 0
none /proc proc rw 0 0
none /proc/bus/usb usbdevfs rw 0 0
none /dev devfs rw 0 0
none /sys sysfs rw 0 0
none /dev/pts devpts rw,mode=0620 0 0
/dev/ide/host0/bus0/target1/lun0/part8 /home ext3 rw 0 0
none /mnt/floppy supermount
rw,sync,dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-15,codepage=850

0 0
/dev/ide/host0/bus0/target0/lun0/part1 /mnt/win_c ntfs
ro,umask=0,nls=iso8859-15 0 0
/dev/ide/host0/bus0/target1/lun0/part2 /mnt/win_d vfat
rw,umask=0,iocharset=iso8859-15,codepage=850 0 0
/dev/ide/host0/bus0/target0/lun0/part5 /mnt/win_f vfat
rw,umask=0,iocharset=iso8859-15,codepage=850 0 0
/dev/ide/host0/bus0/target1/lun0/part6 /qqch ext3 rw 0 0
/dev/ide/host0/bus0/target0/lun0/part2 /recup ext3 rw 0 0

fichier /etc/lilo.conf :
# File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file

boot=/dev/hda
map=/boot/map
default="windows"
keytable=/boot/fr-latin1.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hdb5
initrd=/boot/initrd.img
append="noapic devfs=mount resume=/dev/hdb7 splash=silent"
vga=788
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hdb5
initrd=/boot/initrd.img
append="noapic devfs=mount resume=/dev/hdb7"
read-only
image=/boot/vmlinuz-2.6.3-7mdk
label="263-7"
root=/dev/hdb5
initrd=/boot/initrd-2.6.3-7mdk.img
append="noapic devfs=mount resume=/dev/hdb7 splash=silent"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hdb5
initrd=/boot/initrd.img
append="failsafe noapic resume=/dev/hdb7 devfs=nomount"
read-only
other=/dev/hda1
label="windows"
table=/dev/hda
other=/dev/fd0
label="floppy"
unsafe

Merci d'avance pour vos réponses.

2 réponses

Avatar
billiob
Bonjour

J'ai un problème avec LILO. LILO affiche L 01 01 01 01 ... quand je
démarre.


[snip]
Es-tu sur que ton bios peut lire l'endroit où se trouve /boot. Ce
problème arrive parfois avec les vieux bios. Une mis-à-jour de ton bios
résolvera peut-être le problème.
Que donne lilo -v ? Indique-t-il quelquechose comme "Warning: BIOS drive
0x82 may not be accessible" ?

--
@+
Billiob
Utilisateur de Linux n°342916
Enregistrez-vous sur http:counter.li.org !!
Remplaçez INVALID par swissinfo pour m'envoyer un mail.

Avatar
Bibi
billiob wrote:
Es-tu sur que ton bios peut lire l'endroit où se trouve /boot. Ce
problème arrive parfois avec les vieux bios. Une mis-à-jour de ton bios
résolvera peut-être le problème.
Que donne lilo -v ? Indique-t-il quelquechose comme "Warning: BIOS drive
0x82 may not be accessible" ?


LILO démarre très bien de temps en temps et lilo -v donne :
LILO version 22.5.8, Copyright (C) 1992-1998 Werner Almesberger
Development beyond version 21 Copyright (C) 1999-2003 John Coffman
Released 10-Oct-2003, and compiled at 18:03:01 on Feb 19 2004

Reading boot sector from /dev/hda
Using GRAPHIC secondary loader
Calling map_insert_data
Mapping message file /boot/message -> message-graphic
Calling map_insert_file

Boot image: /boot/vmlinuz -> vmlinuz-2.6.3-7mdk
Mapping RAM disk /boot/initrd.img -> initrd-2.6.3-7mdk.img
Added linux

Boot image: /boot/vmlinuz -> vmlinuz-2.6.3-7mdk
Mapping RAM disk /boot/initrd.img -> initrd-2.6.3-7mdk.img
Added linux-nonfb

Boot image: /boot/vmlinuz-2.6.3-7mdk
Mapping RAM disk /boot/initrd-2.6.3-7mdk.img
Added 263-7

Boot image: /boot/vmlinuz -> vmlinuz-2.6.3-7mdk
Mapping RAM disk /boot/initrd.img -> initrd-2.6.3-7mdk.img
Added failsafe

Boot other: /dev/hda1, on /dev/hda, loader CHAIN
Added windows *

Boot other: /dev/fd0, loader CHAIN
Pseudo partition start: 0
Added floppy

Writing boot sector.
/boot/boot.0300 exists - no boot sector backup copy made.

Comme tu l'as dis tout à l'heure c'est la variable aléatoire !!!