No video on TFT screen on Astaro 5.001

I am getting Video Mode not Supported when I try and view the astaro console.  Someone said if I do NOSPLASH at the boot screen it works ok, which is correct.  However how can I automate this.  Or can someone tell me in simpleton lang how I can alter the res permantly?  I thought this was classed as a bug as V4 did not do this, but I guess it is a by product of the new splash screen. (whatever it looks like)
Parents
  • on ASL5,

    # remount boot as writeable
    mount -o remount rw /boot

    cd /etc    # (I think -- or use find / -name lilo.conf )
    nano lilo.conf  # or use 'joe' instead of nano

    I don't have access to ASL5 at the moment, but:
    look at the 'nosplash' configuration, and take it's parameters and put them in the default,
    OR
    move the nosplash configuration ahead of the default so it becomes the default

    run lilo:
    /sbin/lilo   # I think

    it should say 'adding ...'

    reboot.

    Barry
Reply
  • on ASL5,

    # remount boot as writeable
    mount -o remount rw /boot

    cd /etc    # (I think -- or use find / -name lilo.conf )
    nano lilo.conf  # or use 'joe' instead of nano

    I don't have access to ASL5 at the moment, but:
    look at the 'nosplash' configuration, and take it's parameters and put them in the default,
    OR
    move the nosplash configuration ahead of the default so it becomes the default

    run lilo:
    /sbin/lilo   # I think

    it should say 'adding ...'

    reboot.

    Barry
Children