[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: grub 2 y bootsplash por kernel



2009/11/6 "Jose G. López" <josgalo@gmail.com>:
> /etc/grub.d/00_header
> - ----------------------
> case x${GRUB_TERMINAL_OUTPUT} in
>  xgfxterm)
>    # Make the font accessible
>    prepare_grub_to_access_device `${grub_probe} --target=device
> ${GRUB_FONT_PATH}`
>
>    cat << EOF
> 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
> EOF
>
> /boot/grub/grub.cfg
> - ----------------------
> ### BEGIN /etc/grub.d/00_header ###
> set default=0
> insmod ext2
> set root=(hd2,6)
> search --no-floppy --fs-uuid --set abf59e31-2de1-4ba7-9ed4-7e15b1a0db23
> if loadfont /share/grub/unicode.pf2 ; then
>  set gfxmode=1024x768x32
>  set gfxpayload=keep
>  insmod gfxterm
>  insmod vbe
>  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
> set timeout=15
> ### END /etc/grub.d/00_header ###
>
> P.D: Sé que esto no te solucionará tu problema con el bootsplash pero va
> bien saberlo.
>
> Saludos
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkr0uBYACgkQ5iAh9f/+Mxo3fQCfR2Qw52aa40FyKGTwZvb6N9Lb
> qo4AoOtkUzUEY1ei3whCLM/9/8++QYry
> =m7hS
> -----END PGP SIGNATURE-----
>
>
> --
> To UNSUBSCRIBE, email to debian-user-spanish-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>
En realidad el archivo que debes modificar es /etc/default/grub por
que los scripts de /etc/grub.d/ toman las variables de dicho archivo
para generar el grub.cfg


Reply to: