Responder al comentario


Arranque en modo gráfico para Debian con Splashy (GRUB2)

Artilanes - Posted on 08 Enero 2010

# 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`

Responder

El contenido de este campo se mantiene privado y no se mostrará públicamente.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
CAPTCHA de imagen

Escriba los caracteres mostrados en la imagen.

¡Agréganos!

¡Agréganos!