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

Re: [linux-team] Suite installation SuSE 6.1



> # LILO Konfigurations-Datei
> # Start LILO global Section
> boot = /dev/hda
> # compact              # faster, but won't work on all systems
> read-only
> prompt
> timeout = 100
> vga = normal    # force sane state
> # End LILO global Section
> #
> other = /dev/hda1
>      label = linux
>      table = /dev/hda

C'est normal: il n'y a pas de section pour windoze...
Edite le fichier /etc/lilo.conf à la main avec ton éditeur favori...

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

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

other = /dev/hda2 # <-- change ici avec la partition windoze (*)
 label = dos
 table = /dev/hda # (**)
 alias = zin # (***)

(*) pour savoir laquelle, fais un fdisk -l
(**) si c'est /dev/hdbX, il faut évidemment mettre /dev/hdb ici (non ?)
(***) au boot, LILO a le clavier US - il est aussi possible de faire
      charger un autre mapping clavier par LILO, mais il faut appliquer
      un patch à la S.u.S.E. 6.1 (disponible sur:
        ftp://linuxbe.org/linux/patches/keytab-lilo.pl (****)
      ) et ensuite il faut faire
        keytab-lilo.pl be2-latin1 > /boot/be.ktl
      Et ajouter dans le lilo.conf la ligne suivante:

      keytable = /boot/be.ktl

(****) pour appliquer le patch, downloade-le, puis fais:
         patch < keytab-lilo.pl
       (en tant que root)

Après tout ça, il faut évidemment taper la commande "lilo" en tant que root.
Voilà...

;)


  -o)  Pascal Bleser        | UNIX *is* user friendly.
  /\\  C++/UNIX Development | It's just selective about
 _\_v  ATOS Payment Systems | who its friends are...
pbleser@atos-group.com---------------------------------
---------
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.