[7.902][BUG][FIXED] Pressing F1 during installation moves text out of screen

When I press F1 to see my installer options, some text is moved up, out of my screen. Shift+PgUp doesn't work either, so I can't read what it says.
  • Astaro Beta Report
    --------------------------------
    Version: 7.902
    Type: BUG
    State: MERGED/FIXED
    Reporter: Joffer++
    Contributor: 
    MantisID: 13378
    Target version: 7.950
    Fixed in version: 7.950
    --------------------------------

  • When I press F1 to see my installer options, some text is moved up, out of my screen...


    Yepp, sorry for that. What you see there is the contents of the F1.txt file on the CD. Should be accessible from every OS, it's in the isolinux directory.

    The current file has 28 lines, which definitively don't fit well on the 80x25 DOS screen. For your convenience, here's the current message:[FONT="Courier New"]


                                 Installation options

     For most hardware configurations, you can simply press .  This
     will boot and install the uniprocessor or multiprocessor (SMP) kernel
     depending on your hardware.

     If you experience installation failures due to lockups please try to disable
     APIC interrupt routing:

        default nolapic noapic

     If you experience problems which seem to be display related please try:

       default vga=normal

     If you have trouble with the standard SMP kernel please type "nosmp",
     which will boot without SMP support.

        default nosmp


     MINIMUM HARDWARE REQUIREMENTS

       CPU      : Intel (TM) compatible CPU @1.5 GHz
       MEM      : 1 GB
       Harddisk : 20 GB
       2 PCI Ethernet Network Cards

    [/FONT]

  • Ahh, yeah thats would be correct. The first line I saw was "depending on your hardware."

    It can't be more than 24 then, if you want the "boot: " prompt as well.