In: , , ,
On: 2004 / 08 / 06
Shorter URL for this post: http://ozh.in/1f

Lilo boot screen with a custom imageI've managed to set up a nice splash screen at boot with Lilo, so I'm posting here my /etc/lilo.conf for future reference. This one adds a picture in background (click image), the list of available kernels in top left corner, and the timer countdown in the lower right corner. The rest of the .conf file is mostly unchanged.

When I have a few spare hours I shall give a deeper look at two interesting projects. Lilo Splash for the Gimp is a Gimp plugin to create splash screens. And even cooler, animated splash screens, including a fully functionnal breakout game 8-)

  1. boot="/dev/hda"
  2. map=/boot/map
  3. vga="normal"
  4. keytable=/boot/fr-latin1.klt
  5. prompt
  6. nowarn
  7. timeout="100"
  8. #message=/boot/message
  9. #menu-title="MAIS KIKOO FFS M8"
  10. bitmap=/root/oscar-boot.bmp
  11. #menu-scheme=wb:bw:wb:bw
  12. #menu-scheme=RW:CW:Rm:Gw
  13. bmp-colors=7,5,2,2,7,5
  14. bmp-table=20p,50p,1,10,20
  15. bmp-timer=538p,430p,3,0,6
  16. install=boot-bmp.b
  17. disk=/dev/hdd bios=0x81
  18. default=linux
  19.  
  20. image="/boot/vmlinuz.ori"
  21.         label="linux"
  22.         root="/dev/hdd1"
  23.         #initrd="/boot/initrd.img"
  24.         append="devfs=mount acpi=off"
  25.         read-only
  26.  
  27. image="/boot/vmlinuz.ori"
  28.         label="linux.ozh"
  29.         root="/dev/hdd1"other=/dev/hda1
  30.         label="windows"
  31.         table=/dev/hda
  32.  
  33. image="/dev/hda1"
  34.         root="/dev/hdd1"
  35.         #initrd="/boot/initrd.img"
  36.         append="devfs=mount acpi=off"
  37.  
  38. other=/dev/fd0
  39.         label="floppy"
  40.         unsafe
  41. image="/dev/fd0"
  42.         root="/dev/hdd1"
  43.         #initrd="/boot/initrd.img"
  44.         append="devfs=mount acpi=off"
  45.  
  46.         #initrd="/boot/initrd-ozh-2.4.21-0.13mdk.img"
  47.         append="devfs=mount acpi=off"
  48.         read-only
  49.  
  50. image="/boot/vmlinuz.ori"
  51.         label="failsafe"
  52.         root="/dev/hdd1"
  53.         #initrd="/boot/initrd.img"
  54.         append="failsafe devfs=nomount acpi=off"
  55.         read-only

Shorter URL

Want to share or tweet this post? Please use this short URL: http://ozh.in/1f

Metastuff

This entry "lilo boot splash screen" was posted on 06/08/2004 at 8:28 am and is tagged with , , ,
Watch this discussion : Comments RSS 2.0.

One Reply

  1. n-zo says:

    Je didn't know que Jean-Claude Van Damme had a blog

    :oF

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
Gravatars: Curious about the little images next to each commenter's name ? Go to Gravatar and sign for a free account
Spam: Various spam plugins may be activated. I'll put pins in a Voodoo doll if you spam me.

Read more ?