local sl = require "syslinux" local vesa = require "vesa" vesa.setmode() vesa.load_background "sample2.jpg" for c in string.gmatch ("Hello World! - VESA mode", ".") do io.write (c) sl.msleep(200) end -- vesa.load_background "PXE-RRZE_small.jpg" sl.sleep(3)