[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [linux-team] Suite installation S.u.S.E. 6.1 TER



On 23 Jun 99, Bernard Lefèbvre <bernard.lefebvre@advalvas.be> wrote in
article
<>:

Hi Bernard Lefèbvre,

 BL> Voici maintenant  "/etc/lilo.conf" :

 BL> boot = /dev/hda
 BL> read-only
 BL> prompt
 BL> timeout = 100
 BL> vga = ext
 BL> default = linux

 BL> other = /dev/hda1
 BL> label = linux
 BL> table = /dev/hda

 BL> other = /dev/hda1
 BL> label = dos
 BL> table = /dev/hda

 BL> alias = zin

Tu as déjà un problème car tu n'indiques pas le kernel mais seulement la
partition, voici un extrait de mon lilo.conf:

=== Begin lilo.conf ===
# LILO Konfigurations-Datei
# Start LILO global Section
append="vga=ASK"
boot=/dev/hda
#compact       # faster, but won't work on all systems.
vga=normal
read-only
prompt
timeout=100
# End LILO global Section
#
image = /boot/vmlinuz
  root = /dev/hda3
  label = linux

#
image = /boot/bzImage
  root = /dev/hda3
  label = 1

=== End lilo.conf ===

Donc, si tu regardes bien, tu mets other avec la partition mais pas l'image
du kernel, ce qui fait que quand tu boot linux (default), il ne trouve pas
de kernel mais simplement une partition.

Le default "linux" est dans le /boot/vmlinux, tu regardes où celà est mis
et update selon tes valeurs.

PS: il y a un bug dans le script de lilo avec yast (du moins dans la 1°
version allemande mais pas avec celles sorties aprés le 05/11/99)

-- 
      -o)         Dany Vanderroost         (o-
      /\\          Linux for ever          //\
     _\_v    GEDLNX 3.0.1 revision 0615    v_/_

... IBM: Incredibly Big Monster
---------
This message was sent by Majordomo 1.94.3. Please report problems to
manu@rtfm.be. If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.