2009-07-21 12:41:55 +02:00
|
|
|
gfxboot is now loaded via a COM module. If you used a line like
|
|
|
|
|
|
|
|
gfxboot bootlogo
|
|
|
|
|
|
|
|
before in isolinux.cfg or syslinux.cfg, change this to
|
|
|
|
|
2009-08-26 15:13:42 +02:00
|
|
|
ui gfxboot bootlogo
|
2009-07-21 12:41:55 +02:00
|
|
|
|
|
|
|
and add /usr/share/syslinux/gfxboot.com to your boot directory (the one
|
|
|
|
where the config file is).
|
|
|
|
|
2009-08-26 15:13:42 +02:00
|
|
|
You can also use
|
|
|
|
|
|
|
|
ui gfxboot bootlogo message
|
|
|
|
|
|
|
|
and remove the
|
|
|
|
|
|
|
|
display message
|
|
|
|
|
|
|
|
line. The 'message' file will be shown when you leave the gfxboot module (or
|
|
|
|
it couldn't be started).
|
|
|
|
|
2009-07-21 12:41:55 +02:00
|
|
|
This also means that gfxboot now works with other syslinux variants like
|
2009-08-26 15:13:42 +02:00
|
|
|
pxelinux or extlinux.
|
2009-07-21 12:41:55 +02:00
|
|
|
|