Re: [SLE] lilo.conf-trouble-where is...?

From: zentara (zentara_at_zentara.net)
Date: 07/23/03

  • Next message: Marc Christensen: "Re: [SLE] Screenshots during install (partial solution)"
    Date: Wed, 23 Jul 2003 16:56:58 -0400
    To: suse-linux-e@suse.com
    
    

    On Wed, 23 Jul 2003 22:30:58 +0200
    "Daroot" <daroot@poczta.onet.pl> wrote:

    > Hello! I bought your system linux SuSE 8. 1 and I can't oneself to
    >advise with, with compilation kernels. After to change of arrangements
    >system stops and shows errors after to recommendation " to make install".
    >Not one found of file of /etc/lilo. of conf. all takes well to this of
    >moment. Where is found file lilo. conf? Till now I used SuSE 6. 2 and I
    >hadn't with this of problems. Please about answer. I greet! Dariusz!

    It's /etc/lilo.conf, and you may have to copy a sample conf file from
    the doc lilo. But here is a basic /etc/lilo.conf that you can modify.

    # LILO configuration file
    # Start LILO global Section
    # If you want to prevent console users to boot with init=/bin/bash,
    # restrict usage of boot params by setting a passwd and using the option
    # restricted
    #set password="", and run lilo with the "-p" option, and you
    #will get encrypted passwords, and prompted to enter them

    boot=/dev/hda
    #compact # faster, but won't work on all systems.
    lba32
    #vga=791
    append="hdb=ide-scsi "
    vga=normal
    password=""
    menu-scheme=Wg:kw:Wg:Wg
    read-only
    prompt
    timeout=50
    #message=/boot/message
    # End LILO global Section
    #
    image = /boot/vmlinuz-2.4.21-z
      root = /dev/hda2
      label = l
      restricted
    #

    image = /boot/vmlinuz-2.4.21-zck3
      root = /dev/hda2
      label = lp
      restricted
    #

    image = /boot/vmlinuz-2.4.19-4GB
      root = /dev/hda2
      label = lsuse
      initrd = /boot/initrd
      restricted

    image = /boot/vmlinuz-2.4.20-z
      root = /dev/hda2
      label = lold
      restricted

    other = /dev/hda3
      label = w
      table = /dev/hda
      password =""

    #image = /boot/memtest.bin
    # label = memtest
    # restricted
    #
    #

     

    -- 
    I'm not a human, but I play one on earth.
    -- 
    Check the headers for your unsubscription address
    For additional commands send e-mail to suse-linux-e-help@suse.com
    Also check the archives at http://lists.suse.com
    Please read the FAQs: suse-linux-e-faq@suse.com
    

  • Next message: Marc Christensen: "Re: [SLE] Screenshots during install (partial solution)"

    Relevant Pages

    • Label Width
      ... An easy on I'm guessing! ... How do I restrict the length of a label? ... to say 200px but if the user inputs a continuous line of characters ...
      (microsoft.public.dotnet.framework.aspnet)
    • Width of Label
      ... An easy on I'm guessing! ... How do I restrict the length of a label? ... to say 200px but if the user inputs a continuous line of characters ...
      (microsoft.public.dotnet.framework.aspnet)
    • if until requirement met
      ... I would like to restrict the cell input to that and prompt the user if/how to ... Prev by Date: ...
      (microsoft.public.excel.programming)
    • help with inputdlg
      ... I want to get a user's input, but want to restrict the time ... I want the prompt to ... I tried to put the inputdlg function into ... while (GetSecs-initT <3) ...
      (comp.soft-sys.matlab)