Kolibri installed to HDD, how to skip or save startup settings window?

Post here questions, problems and suggestions in English language
  • I found a solution:

    - Boot from floppy. Select [e] --> C:\kolibri.img

    - Remember current settings: yes

    The settings will be saved on the floppy into the file KERNEL.MNT

    - Use WinImage or a similar program to convert the floppy disk back into a new, updated Kolibri image

    - Copy the updated kolibri.img to C:\kolibri.img

    Another question: Is there a way to change the 5-second menu timeout to zero seconds? I guess I should maybe just modify the source code and re-compile KERNEL.MNT with my preferred options... ? How would I do that?

    Thanks!
  • gustep wrote: Another question: Is there a way to change the 5-second menu timeout to zero seconds? I guess I should maybe just modify the source code and re-compile KERNEL.MNT with my preferred options... ? How would I do that?
    http://websvn.kolibrios.org/filedetails ... otbios.asm
    Spoiler:

    Code: Select all

    if defined pretest_build
      PREBOOT_TIMEOUT = 0 ; seconds
    else
      PREBOOT_TIMEOUT = 5
    end if
    http://websvn.kolibrios.org/filedetails ... reboot.inc
    Spoiler:

    Code: Select all

    if defined extended_primary_loader
    ; timeout in 1/18th of second for config settings screen
    preboot_timeout     dw  PREBOOT_TIMEOUT*18
    end if
  • Who is online

    Users browsing this forum: No registered users and 7 guests