Arranque en modo gráfico para Debian con Splashy (GRUB2)
# nano /etc/grub.d/00_header
if loadfont `make_system_path_relative_to_its_root ${GRUB_FONT_PATH}` ; then
set gfxmode=${GRUB_GFXMODE}
set gfxpayload=keep
insmod gfxterm
insmod ${GRUB_VIDEO_BACKEND}
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
# nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=" splash quiet"
# update-grub2
# splashy_config -s moreblue-orbit
# update-initramfs -u -t -k `uname -r`