Ich hab' Probleme mit ...

LILO


hide random home http://www.fmi.uni-passau.de/forwiss/archive/linux/trouble/lilo.html (Einblicke ins Internet, 10/1995)



 

 LILO, der Linux-Loader... 


Beispiel 1:


  # 
  # etc/lilo/config       Beschreibt die Bootoptionen
  #
  #

  boot = /dev/hda
  compact
  fix-table

  #prompt
  #timeout = 300
  message = /etc/lilo/message
  delay = 100
  password=LINUx

  image = /zImage14
          label = linux14
          root = /dev/hda1
          restricted
          vga = 1

  image = /zImage13
          label = linux13
          root = /dev/hda1
          vga = ask

 

Beispiel 2:


  #
  # etc/lilo/config       Beschreibt die Bootoptionen
  #
  #

  boot = /dev/sda
  install = /etc/lilo/boot.b
  compact
  #fix-table

  #prompt
  #timeout = 300
  message = /etc/lilo/message
  delay = 100

  image = /zImage14
          label = linux14
          root = /dev/sda2
          vga = 3

  other = /dev/sda1
          label = dos
          table = /dev/sda

 

PS: Diese Seite ist im Aufbau und deshalb (sehr) unvollständig. Sie wird in nächster Zeit erweitert...




Sven Anders , 01.08.1993; letzte Änderung, Sven Anders , 13.02.1994