Koozali.org: home of the SME Server

Remove splash screen after reboot

lstjean

Remove splash screen after reboot
« on: February 01, 2005, 09:13:52 AM »
I have en SME Server 6.0 remote administrated.

When I reboot the server, It stops on the splash screen that allows to choose UP or SMP kernel.

Is it possible to remove this splash screen and boot automaticaly on SMP version? If Yes, thank you for giving me explanations.

Regards,

Laurent.

Offline stefan24

  • *****
  • 483
  • +0/-0
    • www.sme-server.de
Remove splash screen after reboot
« Reply #1 on: February 01, 2005, 09:47:37 AM »
Compare your /etc/lilo.conf with mine:
Do you have a time-out and a default entry?

Code: [Select]
prompt
timeout=50
default=SMEServer-up
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
message=/boot/sme_server.pcx
linear
image=/boot/vmlinuz-2.4.20-18.7smp
        label=SMEServer-smp
        initrd=/boot/initrd-2.4.20-18.7smp.img
        read-only
        root=/dev/sda3
image=/boot/vmlinuz-2.4.20-18.7
        label=SMEServer-up
        initrd=/boot/initrd-2.4.20-18.7.img
        read-only
        root=/dev/sda3


(Please do not change your /dev/xxx entries, or your system may not start anymore!)