This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
elilo_theme [2024/05/20 14:49] – created wigums | elilo_theme [2024/07/23 16:19] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | // | + | ====== elilo theme ====== |
+ | |||
+ | ====== step 1 ====== | ||
+ | grab the theme | ||
+ | |||
+ | < | ||
+ | |||
+ | ====== | ||
+ | find /boot/efi mountpoint | ||
+ | |||
+ | < | ||
+ | |||
+ | ====== step 3 ====== | ||
+ | find elilo.conf | ||
+ | |||
+ | < | ||
+ | |||
+ | ====== step 3 ====== | ||
+ | change directory to wherever you saved the themes | ||
+ | |||
+ | < | ||
+ | |||
+ | ====== step 4 ====== | ||
+ | switch user to root | ||
+ | |||
+ | < | ||
+ | |||
+ | ====== step 5 ====== | ||
+ | copy theme files | ||
+ | |||
+ | < | ||
+ | |||
+ | ====== | ||
+ | |||
+ | You will have to hash out or remove the following two simple menu options. | ||
+ | < | ||
+ | # | ||
+ | |||
+ | Then add in the textmenu options: | ||
+ | to instruct elilo to run the textmenu on reboot. | ||
+ | " | ||
+ | option to specify the name of the textmenu-message.msg file to use as the theme. | ||
+ | " | ||
+ | |||
+ | It is recommended to add the " | ||
+ | The f1 " | ||
+ | |||
+ | The colours are: | ||
+ | blue green-trans | ||
+ | red | ||
+ | cyan-trans | ||
+ | |||
+ | The " | ||
+ | the boot prompt. This has to be used to enable the textmenu dialog box to be displayed. | ||
+ | |||
+ | " | ||
+ | before auto booting. Default is 0. | ||
+ | |||
+ | " | ||
+ | before auto booting the default kernel. Default is infinity. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | An example elilo.conf | ||
+ | |||
+ | < | ||
+ | chooser=textmenu | ||
+ | message=textmenu-message-red-trans.msg | ||
+ | f1=General-red-trans.msg | ||
+ | f2=Params-red-trans.msg | ||
+ | timeout=500 | ||
+ | default=Gen6.9.1 | ||
+ | image=vmlinuz-generic-6.9.0 | ||
+ | label=Gen6.9.0 | ||
+ | initrd=initrd-6.9.0.gz | ||
+ | append=" | ||
+ | read-only | ||
+ | image=vmlinuz-generic-6.9.1 | ||
+ | label=Gen6.9.1 | ||
+ | initrd=initrd-6.9.1.gz | ||
+ | append=" | ||
+ | read-only | ||
+ | image=vmlinuz-huge-6.9.0 | ||
+ | label=Hug6.9.0 | ||
+ | initrd=initrd-6.9.0.gz | ||
+ | append=" | ||
+ | read-only | ||
+ | image=vmlinuz-huge-6.9.1 | ||
+ | label=Hug6.9.1 | ||
+ | initrd=initrd-6.9.1.gz | ||
+ | append=" | ||
+ | read-only< |